Hello,
I still face some issues in Homework 1.
Some tests do not pass and I do not find the reason of this error :
gossiper_test.go:1309:
Error Trace: gossiper_test.go:1309
Error: Not equal:
expected: "A"
actual : "A---TestGossiper_Topo2_5Nodes_Private_Distant"
Diff:
--- Expected
+++ Actual
@@ -1 +1 @@
-A
+A---TestGossiper_Topo2_5Nodes_Private_Distant
Test: TestGossiper_Topo2_5Nodes_Private_Distant
Is there anyone that faced the same thing or have an idea of what the problem could be ?