crate / crate-qa

CrateDB Quality Assurance
4 stars 1 forks source link

Truncate cluster logs after every `test_upgrade_paths` run #253

Closed matriv closed 1 year ago

matriv commented 1 year ago

To ease the investigation of logs in case of failure, truncate the cluster logs after every run of _do_upgrade (testing a single version upgrade path, e.g. 5.1 -> 5.2)

Also increase the method timeout to 5 mins.

Relates: #244