e2e: Fix flakey tests
There are e2e tests that are causing breaks in slower environments like CI:
- test_connection_crossing
- test_non_fastforward_identity_doc
4 files changed
+46
-18
bbb12796
→
bdd991a5
modified crates/radicle-cli/examples/rad-patch-fetch-2.md
@@ -22,7 +22,6 @@ $ git branch -r
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-patch-via-push.md
@@ -62,7 +62,6 @@ And let's look at our local and remote refs:
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified crates/radicle-node/src/tests/e2e.rs
@@ -873,10 +873,14 @@ fn test_connection_crossing() {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -885,6 +889,7 @@ fn test_connection_crossing() {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -901,25 +906,36 @@ fn test_connection_crossing() {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1709,6 +1725,7 @@ fn test_non_fastforward_identity_doc() {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1754,6 +1771,13 @@ fn test_non_fastforward_identity_doc() {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle/src/test/fixtures.rs
@@ -122,6 +122,12 @@ fn repository_with<P: AsRef<Path>>(
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|