| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | arti-testing: Make Action implement Copy | Nick Mathewson | 2022-03-10 | 1 | -2/+2 |
| | | |||||
| * | arti-testing: reverse two more attrs in attempt to fix min-versions | Nick Mathewson | 2022-03-07 | 1 | -1/+1 |
| | | |||||
| * | arti-testing: reverse two attrs in attempt to fix min-versions | Nick Mathewson | 2022-03-07 | 1 | -1/+1 |
| | | |||||
| * | arti-testing: support for conditional TCP failure. | Nick Mathewson | 2022-03-07 | 1 | -5/+70 |
| | | |||||
| * | arti-testing: add support for black-holing TCP connections. | Nick Mathewson | 2022-03-07 | 1 | -5/+110 |
| | | |||||
| * | arti-testing: CLI for making TCP connections break. | Nick Mathewson | 2022-03-07 | 1 | -5/+28 |
| | | |||||
| * | arti-testing: Initial support for broken TCP. | Nick Mathewson | 2022-03-07 | 1 | -0/+66 |
| | | | | | | | This commit adds support for a BrokenTcp provider that can make connection attempts fail or time out. It doesn't yet have a way to turn on the failure. | ||||
| * | arti-testing: Initial implementation | Nick Mathewson | 2022-03-03 | 1 | -0/+199 |
| This commit adds a new program to try to implement the ideas behind experimentation in arti#329. In particular, it tries to implement basic client "can I bootstrap and connect" functionality testing, with a lot of instrumentation, and support for breaking things. So far, the instrumentation is limited to counting TCP bytes and connections, and counting events. Still, this is enough to measure behavior on some of the incorrect-clock tests. NOTE: For now, you are _required_ to pass in an explicit configuration, in hopes that this will lead you to override your storage directories for doing specific experiments. | |||||
