Commit 2edd420
Chaos features (#45)
* Added node endpoint for crashing individual actors
Untested though
Also make the rpc_client generation makefile code easier to run
* Actor crashing implemented
* Removing clone for NodeHandle
* Client side code done for dupl, loss
ChaosManager at Actor TBD
Co-authored-by: Brian Sajeev <Brian-1402@users.noreply.github.com>
* Actor side ChaosManager completed
Co-authored-by: Brian Sajeev <Brian-1402@users.noreply.github.com>
* WIP review changes
* Global Chaos Implemented (Untested)
Separate Chaos Endpoints for cleaner chaos request types
Probability & Factor Toml validation
Co-authored-by: Brian Sajeev <Brian-1402@users.noreply.github.com>
* added delay chaos
* Actor Restarts implemented (Untested)
Chaos Refactored into apply/revert types
* Stop chaos endpoint added (Untested)
* Fixed merge compile errors, incomplete UnsetMsgDelay endpoint
Also formatting and clippy satisfaction
* Disable delay chaos added (Untested)
* Added paxos to examples
* debugged delay
* Merged master (#53)
* added docs workflow
* Update docs.yml
* Update docs.yml #skipci
* Update docs.yml [skip ci]
* Update docs.yml [skip ci]
* added browser based job controller
* updated ui
* formatting
* Update api (#49)
* updated generated api clients
* clippy
* Added #actor macro to register the actor (#50)
* updated generated api clients
* clippy
* updated api to get list of registerd apis
* wip ui
* added how_to.md
* added register actor macro
* added paxos to ci
* merged with master
* fixed makefile
* formatting
---------
Co-authored-by: Aman-Hassan <amanhassan2003@gmail.com>
Co-authored-by: Brian Sajeev <Brian-1402@users.noreply.github.com>
Co-authored-by: Satyam Jay <satyamjay030@gmail.com>1 parent a8b4974 commit 2edd420
File tree
51 files changed
+4877
-108
lines changed- .github/workflows
- actor
- src
- examples
- paxos
- src
- ping_pong
- read_write_server
- generic_jctrl
- src
- job_manager
- src
- node
- src
- reactor-dashboard/api-client/src
- .openapi-generator
- docs
- rpc_client
- .openapi-generator
- docs
- src
- apis
- models
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
51 files changed
+4877
-108
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | | - | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
0 commit comments