-
Type: Improvement
-
Resolution: Declined
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
Server Tooling & Methods
-
0
The updates sent by bench_test1.js should use write commands. This should ensure that we wait for acknowledgment before issuing the next command, so we will have at most two write operations executing on the server at once. This will avoid the issue where we can have many write operations stuck in retry loops on the server.