AlexanderMihail / seastar_db

A key-value database engine with REST interface
http://seastar.io
Apache License 2.0
0 stars 0 forks source link

A special demo client for regression/stress tests #11

Closed AlexanderMihail closed 6 months ago

AlexanderMihail commented 6 months ago

The current REST.CMD tester is not enough:

  1. It cannot saturate the server due to process creation overhead.
  2. It cannot orchestrate requests with responses to verify regression expectations.
  3. It cannot do controlled random queries.

A better C++ program is needed for the job.