-
Notifications
You must be signed in to change notification settings - Fork 652
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[test_loop] test_loop_sync_actor_maker implementation in TestLoopV2 (#…
…11522) Part 3 This PR has the implementation of sync_actor_maker function for test loop. We don't have control over when the sync_actor_maker function is called during execution so we use an adhoc callback event to register the newly created sync_actor with testloop. ### Other PRs [Part 1](#11521): [test_loop] Introduce TestLoopV2 [Part 2](#11520): [test_loop] Change ClientQueries trait requirements in TestLoop util [Part 3](#11522): [test_loop] test_loop_sync_actor_maker implementation in TestLoopV2 [Part 4](#11523): [test_loop] Introduce TestLoopPeerManagerActor for handling network messages across clients [Part 5](#11524): [test_loop] Convert current tests to use TestLoopV2 [Part 6](#11525): [test_loop] Cleanup old test loop code [Part 7](#11528): [test_loop] Better visualizer support for TestLoopV2 [Part 8](#11539): [test_loop] Simple TestLoopEnvBuilder
- Loading branch information
Shreyan Gupta
authored
Jun 12, 2024
1 parent
164b7a3
commit c81ec74
Showing
3 changed files
with
37 additions
and
8 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