-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* shutdown completion task last * fix shutdown order * fmt * log everything at info when test fails * clear failed, logging * fix build * different log level * no capture again * typo * move logging + do startups in parallel * fmt * change initial timeout * remove nocapture * nocapture again * fix * only log nodes started when there are nodes starting * log exit * log when timeout starts * log id and view * only shutdown from 1 place * fix build, remove handles from completetion task * leave one up in cdn test * more logs, less threads, maybe fix? * actual fix * lint fmt * allow more than 1 thread, tweaks * remove nocapture * move byzantine tests to ci-3 * rebalance tests more * one more test to 4 * only spawn first timeout when starting consensus * cleanup * fix justfile lint tokio * fix justfil * sleep longer, nocapture to debug * info * fix another hot loop maybe * don't spawn r/r tasks for cdn that do nothing * lint no sleep * lower log level in libp2p * lower builder test threshold * remove nocapture for the last time, hopefully * remove cleanup_previous_timeouts_on_view
- Loading branch information
Showing
23 changed files
with
166 additions
and
188 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -519,6 +519,7 @@ impl< | |
.await; | ||
None | ||
} | ||
|
||
_ => None, | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.