mongodb-labs / drivers-atlas-testing

Drivers Atlas Testing
Apache License 2.0
8 stars 27 forks source link

Add post test log retrieval functionality #4

Closed prashantmital closed 3 years ago

prashantmital commented 4 years ago

After a test case has been run, astrolabe should:

prashantmital commented 4 years ago

Log collection should ideally be performed in a different process to avoid blocking the progression of the test-suite. Waiting for several minutes while the logs catch up would prevent the execution of the next test and result in even longer test run times.

multiprocessing.Process could be used for this. The responsibility of deleting the cluster should also be delegated to this process.

p-mongo commented 3 years ago

@prashantmital This was done as part of DRIVERS-828.