Skip to content

Fixes for indexed CAS stress tests

Rohit Kothur requested to merge patch-1 into master

Description

There were a couple of problems with the stress tests when they were run in concert with indexed CAS.

  • The Indexed CAS/Postgres config file was incorrectly specifying cas-storage instead of indexed-storage as the backend for the execution service
  • In 6b1ecd7c, the timeout was made configurable for the SQL-based indexed CAS and scheduler; however, indexed CAS didn't use the correct keyword argument name for non-SQLite SQL backends.
Edited by Rohit Kothur

Merge request reports