Created
October 4, 2021 13:07
-
-
Save systay/ea20696e4701f07714669ccd1b38ecd8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- FAIL: TestMultipleUpdatesFromDifferentShards/3 (0.04s) | |
uptate_controller_test.go:170: | |
Error Trace: uptate_controller_test.go:170 | |
Error: Not equal: | |
expected: 2 | |
actual : 1 | |
Test: TestMultipleUpdatesFromDifferentShards/3 | |
Messages: signal required | |
uptate_controller_test.go:172: | |
Error Trace: uptate_controller_test.go:172 | |
Error: Not equal: | |
expected: []string{"b"} | |
actual : []string{"a", "b"} | |
Diff: | |
--- Expected | |
+++ Actual | |
@@ -1,2 +1,3 @@ | |
-([]string) (len=1) { | |
+([]string) (len=2) { | |
+ (string) (len=1) "a", | |
(string) (len=1) "b" | |
Test: TestMultipleUpdatesFromDifferentShards/3 | |
Messages: tables to update | |
FAIL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment