Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
There are several problems:
1. Masters have fixed data dir and tests don't clean it up, so every next run it reads previous data.
2. testReadWritetoLog has incorrect assert for the list of the logs.
3. Some of the operations take longer than 3 seconds, so rpc timeout happens and client resends the query. For bulk operations such as delete all logs that may lead to unpredictable behavior.
TODO:
1. make mini cluster using test dir instead of tmp
2. filter the list for the particular log name
3. disable cleanUp test until the new retry policy or proper handling for retries is implemented.