Skip to content

Add test showing differences between Rosmar and CB Server for the mul… #14864

Add test showing differences between Rosmar and CB Server for the mul…

Add test showing differences between Rosmar and CB Server for the mul… #14864

Triggered via push August 7, 2025 15:18
Status Failure
Total duration 6m 3s
Artifacts

ci.yml

on: push
Matrix: test-sgcollect
Matrix: test-stats-definition-exporter
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 9 notices
test (macos): base/collection_xattr_test.go#L1762
collection_xattr_test.go:1762: Error Trace: /Users/runner/work/sync_gateway/sync_gateway/base/collection_xattr_test.go:1762 Error: Not equal: expected: []string{"_globalSync"} actual : []string{"_globalSync", "xattr1"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=11) "_globalSync" +([]string) (len=2) { + (string) (len=11) "_globalSync", + (string) (len=6) "xattr1" } Test: TestDeleteWithXattrs/create_normal_xattr_and_two_system_xattrs_and_delete_one_system_xattr
test (macos): base/collection_xattr_test.go#L1762
collection_xattr_test.go:1762: Error Trace: /Users/runner/work/sync_gateway/sync_gateway/base/collection_xattr_test.go:1762 Error: Not equal: expected: []string{"_sync"} actual : []string{"xattr1", "_sync"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=6) "xattr1", (string) (len=5) "_sync" Test: TestDeleteWithXattrs/create_normal_and_system_and_do_regular_delete
test (macos): base/collection_xattr_test.go#L1762
collection_xattr_test.go:1762: Error Trace: /Users/runner/work/sync_gateway/sync_gateway/base/collection_xattr_test.go:1762 Error: Not equal: expected: []string(nil) actual : []string{"xattr1"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) <nil> +([]string) (len=1) { + (string) (len=6) "xattr1" +} Test: TestDeleteWithXattrs/create_and_delete_normal_and_system_xattr
test (macos): base/collection_xattr_test.go#L1757
collection_xattr_test.go:1757: Error Trace: /Users/runner/work/sync_gateway/sync_gateway/base/collection_xattr_test.go:1757 Error: Should be true Test: TestDeleteWithXattrs/create_and_delete_normal_and_system_xattr
test (macos): base/collection_xattr_test.go#L1756
collection_xattr_test.go:1756: Error Trace: /Users/runner/work/sync_gateway/sync_gateway/base/collection_xattr_test.go:1756 Error: An error is expected but got nil. Test: TestDeleteWithXattrs/create_and_delete_normal_and_system_xattr
test (macos)
Process completed with exit code 1.
test (windows): base/collection_xattr_test.go#L1762
collection_xattr_test.go:1762: Error Trace: D:/a/sync_gateway/sync_gateway/base/collection_xattr_test.go:1762 Error: Not equal: expected: []string{"_globalSync"} actual : []string{"xattr1", "_globalSync"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=6) "xattr1", (string) (len=11) "_globalSync" Test: TestDeleteWithXattrs/create_normal_xattr_and_two_system_xattrs_and_delete_one_system_xattr
test (windows): base/collection_xattr_test.go#L1762
collection_xattr_test.go:1762: Error Trace: D:/a/sync_gateway/sync_gateway/base/collection_xattr_test.go:1762 Error: Not equal: expected: []string{"_sync"} actual : []string{"_sync", "xattr1"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=5) "_sync" +([]string) (len=2) { + (string) (len=5) "_sync", + (string) (len=6) "xattr1" } Test: TestDeleteWithXattrs/create_normal_and_system_and_do_regular_delete
test (windows): base/collection_xattr_test.go#L1762
collection_xattr_test.go:1762: Error Trace: D:/a/sync_gateway/sync_gateway/base/collection_xattr_test.go:1762 Error: Not equal: expected: []string(nil) actual : []string{"xattr1"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) <nil> +([]string) (len=1) { + (string) (len=6) "xattr1" +} Test: TestDeleteWithXattrs/create_and_delete_normal_and_system_xattr
test (windows): base/collection_xattr_test.go#L1757
collection_xattr_test.go:1757: Error Trace: D:/a/sync_gateway/sync_gateway/base/collection_xattr_test.go:1757 Error: Should be true Test: TestDeleteWithXattrs/create_and_delete_normal_and_system_xattr
test (windows): base/collection_xattr_test.go#L1756
collection_xattr_test.go:1756: Error Trace: D:/a/sync_gateway/sync_gateway/base/collection_xattr_test.go:1756 Error: An error is expected but got nil. Test: TestDeleteWithXattrs/create_and_delete_normal_and_system_xattr
test (windows)
Process completed with exit code 1.
test-default-collection: base/collection_xattr_test.go#L1762
collection_xattr_test.go:1762: Error Trace: /home/runner/work/sync_gateway/sync_gateway/base/collection_xattr_test.go:1762 Error: Not equal: expected: []string{"_globalSync"} actual : []string{"_globalSync", "xattr1"} Diff: --- Expected +++ Actual @@ -1,3 +1,4 @@ -([]string) (len=1) { - (string) (len=11) "_globalSync" +([]string) (len=2) { + (string) (len=11) "_globalSync", + (string) (len=6) "xattr1" } Test: TestDeleteWithXattrs/create_normal_xattr_and_two_system_xattrs_and_delete_one_system_xattr
test-default-collection: base/collection_xattr_test.go#L1762
collection_xattr_test.go:1762: Error Trace: /home/runner/work/sync_gateway/sync_gateway/base/collection_xattr_test.go:1762 Error: Not equal: expected: []string{"_sync"} actual : []string{"xattr1", "_sync"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=6) "xattr1", (string) (len=5) "_sync" Test: TestDeleteWithXattrs/create_normal_and_system_and_do_regular_delete
test-default-collection: base/collection_xattr_test.go#L1762
collection_xattr_test.go:1762: Error Trace: /home/runner/work/sync_gateway/sync_gateway/base/collection_xattr_test.go:1762 Error: Not equal: expected: []string(nil) actual : []string{"xattr1"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) <nil> +([]string) (len=1) { + (string) (len=6) "xattr1" +} Test: TestDeleteWithXattrs/create_and_delete_normal_and_system_xattr
test-default-collection: base/collection_xattr_test.go#L1757
collection_xattr_test.go:1757: Error Trace: /home/runner/work/sync_gateway/sync_gateway/base/collection_xattr_test.go:1757 Error: Should be true Test: TestDeleteWithXattrs/create_and_delete_normal_and_system_xattr
test-default-collection: base/collection_xattr_test.go#L1756
collection_xattr_test.go:1756: Error Trace: /home/runner/work/sync_gateway/sync_gateway/base/collection_xattr_test.go:1756 Error: An error is expected but got nil. Test: TestDeleteWithXattrs/create_and_delete_normal_and_system_xattr
test-default-collection
Process completed with exit code 1.
test (ubuntu): base/collection_xattr_test.go#L1762
collection_xattr_test.go:1762: Error Trace: /home/runner/work/sync_gateway/sync_gateway/base/collection_xattr_test.go:1762 Error: Not equal: expected: []string{"_globalSync"} actual : []string{"xattr1", "_globalSync"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=6) "xattr1", (string) (len=11) "_globalSync" Test: TestDeleteWithXattrs/create_normal_xattr_and_two_system_xattrs_and_delete_one_system_xattr
test (ubuntu): base/collection_xattr_test.go#L1762
collection_xattr_test.go:1762: Error Trace: /home/runner/work/sync_gateway/sync_gateway/base/collection_xattr_test.go:1762 Error: Not equal: expected: []string{"_sync"} actual : []string{"xattr1", "_sync"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=6) "xattr1", (string) (len=5) "_sync" Test: TestDeleteWithXattrs/create_normal_and_system_and_do_regular_delete
test (ubuntu): base/collection_xattr_test.go#L1762
collection_xattr_test.go:1762: Error Trace: /home/runner/work/sync_gateway/sync_gateway/base/collection_xattr_test.go:1762 Error: Not equal: expected: []string(nil) actual : []string{"xattr1"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) <nil> +([]string) (len=1) { + (string) (len=6) "xattr1" +} Test: TestDeleteWithXattrs/create_and_delete_normal_and_system_xattr
test (ubuntu): base/collection_xattr_test.go#L1757
collection_xattr_test.go:1757: Error Trace: /home/runner/work/sync_gateway/sync_gateway/base/collection_xattr_test.go:1757 Error: Should be true Test: TestDeleteWithXattrs/create_and_delete_normal_and_system_xattr
test (ubuntu): base/collection_xattr_test.go#L1756
collection_xattr_test.go:1756: Error Trace: /home/runner/work/sync_gateway/sync_gateway/base/collection_xattr_test.go:1756 Error: An error is expected but got nil. Test: TestDeleteWithXattrs/create_and_delete_normal_and_system_xattr
test (ubuntu)
Process completed with exit code 1.
test-race: base/collection_xattr_test.go#L1762
collection_xattr_test.go:1762: Error Trace: /home/runner/work/sync_gateway/sync_gateway/base/collection_xattr_test.go:1762 Error: Not equal: expected: []string{"_globalSync"} actual : []string{"xattr1", "_globalSync"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=6) "xattr1", (string) (len=11) "_globalSync" Test: TestDeleteWithXattrs/create_normal_xattr_and_two_system_xattrs_and_delete_one_system_xattr
test-race: base/collection_xattr_test.go#L1762
collection_xattr_test.go:1762: Error Trace: /home/runner/work/sync_gateway/sync_gateway/base/collection_xattr_test.go:1762 Error: Not equal: expected: []string{"_sync"} actual : []string{"xattr1", "_sync"} Diff: --- Expected +++ Actual @@ -1,2 +1,3 @@ -([]string) (len=1) { +([]string) (len=2) { + (string) (len=6) "xattr1", (string) (len=5) "_sync" Test: TestDeleteWithXattrs/create_normal_and_system_and_do_regular_delete
test-race: base/collection_xattr_test.go#L1762
collection_xattr_test.go:1762: Error Trace: /home/runner/work/sync_gateway/sync_gateway/base/collection_xattr_test.go:1762 Error: Not equal: expected: []string(nil) actual : []string{"xattr1"} Diff: --- Expected +++ Actual @@ -1,2 +1,4 @@ -([]string) <nil> +([]string) (len=1) { + (string) (len=6) "xattr1" +} Test: TestDeleteWithXattrs/create_and_delete_normal_and_system_xattr
test-race: base/collection_xattr_test.go#L1757
collection_xattr_test.go:1757: Error Trace: /home/runner/work/sync_gateway/sync_gateway/base/collection_xattr_test.go:1757 Error: Should be true Test: TestDeleteWithXattrs/create_and_delete_normal_and_system_xattr
test-race: base/collection_xattr_test.go#L1756
collection_xattr_test.go:1756: Error Trace: /home/runner/work/sync_gateway/sync_gateway/base/collection_xattr_test.go:1756 Error: An error is expected but got nil. Test: TestDeleteWithXattrs/create_and_delete_normal_and_system_xattr
test-race
Process completed with exit code 1.
test-stats-definition-exporter (macos-latest)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
test-stats-definition-exporter (macos-latest)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
test-sgcollect (macos-latest)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
test-sgcollect (macos-latest)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
test-stats-definition-exporter (windows-latest)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
test-sgcollect (windows-latest)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
test (macos)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
test (macos)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
test (windows)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677