Skip to content

Instantly share code, notes, and snippets.

@systay
Created October 4, 2021 13:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save systay/ea20696e4701f07714669ccd1b38ecd8 to your computer and use it in GitHub Desktop.
Save systay/ea20696e4701f07714669ccd1b38ecd8 to your computer and use it in GitHub Desktop.
--- 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