Add test showing differences between Rosmar and CB Server for the mul… #14864
Annotations
6 errors
Annotate Failures:
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
|
Annotate Failures:
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
|
Annotate Failures:
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
|
Annotate Failures:
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
|
Annotate Failures:
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
|
Run Tests
Process completed with exit code 1.
|
Loading