Commit ea90e1f
authored
qa-tests: keep pre-built db synced in RPC Integration Test Latest (#19308)
Currently, when the test runner has to execute a large number of tests,
the pre-built database remains well below the tip of the chain,
resulting in failed tests.
This PR adds a step to delay test execution if the Erigon instance
dedicated to the db maintenance is not on the chain tip.1 parent bd44729 commit ea90e1f
1 file changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
58 | 70 | | |
59 | 71 | | |
60 | 72 | | |
| |||
78 | 90 | | |
79 | 91 | | |
80 | 92 | | |
81 | | - | |
| 93 | + | |
82 | 94 | | |
83 | 95 | | |
84 | 96 | | |
| |||
0 commit comments