-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
--- FAIL: TestBlockPuller_UpdateEndpoint (0.89s)
--- FAIL: TestBlockPuller_UpdateEndpoint/HeightsByEndpoints_are_changing (0.12s)
deliver_test.go:1444:
Error Trace: /home/runner/work/fabric-x-orderer/fabric-x-orderer/node/comm/deliver_test.go:1444
Error: Not equal:
expected: map[string]uint64{"127.0.0.1:42347":0x4, "127.0.0.1:43631":0x5, "127.0.0.1:46741":0x6}
actual : map[string]uint64{"127.0.0.1:43631":0x5}
Diff:
--- Expected
+++ Actual
@@ -1,5 +1,3 @@
-(map[string]uint64) (len=3) {
- (string) (len=15) "127.0.0.1:42347": (uint64) 4,
- (string) (len=15) "127.0.0.1:43631": (uint64) 5,
- (string) (len=15) "127.0.0.1:46741": (uint64) 6
+(map[string]uint64) (len=1) {
+ (string) (len=15) "127.0.0.1:43631": (uint64) 5
}
Test: TestBlockPuller_UpdateEndpoint/HeightsByEndpoints_are_changing
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
testTestingTesting