2022-03-03 19:17:20 +00:00
|
|
|
// The test in this file runs servers in separate threads and makes
|
|
|
|
// requests as a smoke test for the integration of the whole system.
|
|
|
|
//
|
2022-05-12 18:50:23 +00:00
|
|
|
// The servers under test are managed using the code in [test_helpers_end_to_end]
|
2022-03-03 19:17:20 +00:00
|
|
|
//
|
2022-05-12 18:53:31 +00:00
|
|
|
// The tests are defined in the submodules of [`end_to_end_cases`]
|
2022-03-03 19:17:20 +00:00
|
|
|
|
2022-05-12 18:53:31 +00:00
|
|
|
mod end_to_end_cases;
|