Safe2COVIDApp / bct-server

Bluetooth Contact Tracing for Covid19 - server
5 stars 1 forks source link

Stress testing: need way to throw lots of clients against server #106

Closed mitra42 closed 4 years ago

mitra42 commented 4 years ago

Basic idea is lots of clients, in Python threads, running the simulation steps in test_pseudoclient

First step - defining that simulation is done,

Next step is Dan adding a harness

Challenge is assumptions in test_pseudoclient -> conftest -> init that its using server

danaronson commented 4 years ago

we left in the test harness, but added threading. @mitra42 did it work ok?

mitra42 commented 4 years ago

yes - working - now broken at my end #112 so can close this.