Fix broken e2e test 'test_concurrent_fetches'
Previously was asserting over empty sets nullifying its utility (fortunately the behaviour was correct!), updated to clone the HashSets to assert all repositories were fetched by Alice and Bob.
1 file changed
+17
-3
e8f9d21b
→
5ed1b8e5
modified crates/radicle-node/src/tests/e2e.rs
@@ -685,7 +685,9 @@ fn test_concurrent_fetches() {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -726,6 +728,10 @@ fn test_concurrent_fetches() {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -742,7 +748,10 @@ fn test_concurrent_fetches() {
|
|
|
|
|
|
| + | |
| + | |
|
|
| + | |
|
|
|
|
|
@@ -753,6 +762,7 @@ fn test_concurrent_fetches() {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -760,7 +770,11 @@ fn test_concurrent_fetches() {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -771,7 +785,7 @@ fn test_concurrent_fetches() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|