Topology test fixes #12661
Annotations
2 errors and 1 warning
Run Tests
Process completed with exit code 1.
|
Annotate Failures:
xdcr_test.go#L502
xdcr_test.go:502:
Error Trace: /home/runner/work/sync_gateway/sync_gateway/xdcr/xdcr_test.go:502
Error: Not equal:
expected: db.MetadataOnlyUpdate{HexCAS:"", PreviousHexCAS:"0x0000d3f47a7f1918", PreviousRevSeqNo:0x0}
actual : db.MetadataOnlyUpdate{HexCAS:"0x0000d2fa7a7f1918", PreviousHexCAS:"0x0000d3f47a7f1918", PreviousRevSeqNo:0x0}
Diff:
--- Expected
+++ Actual
@@ -1,3 +1,3 @@
(db.MetadataOnlyUpdate) {
- HexCAS: (string) "",
+ HexCAS: (string) (len=18) "0x0000d2fa7a7f1918",
PreviousHexCAS: (string) (len=18) "0x0000d3f47a7f1918",
Test: TestVVMouImport
2025-01-11T01:34:57.701Z
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading