Some parts of the test require that all docs are built, and that we test that "latest" is updated - but this is hard to achieve when we test multiple sessions in parallel, working with the same bucket, and with the way that generate_docs logic works currently.
Will have to investigate a bit more, but likely restructure the testing strategy to allow testing in parallel. Previous fix for #643 unfortunately wasn't enough.
Some parts of the test require that all docs are built, and that we test that "latest" is updated - but this is hard to achieve when we test multiple sessions in parallel, working with the same bucket, and with the way that
generate_docs
logic works currently.Will have to investigate a bit more, but likely restructure the testing strategy to allow testing in parallel. Previous fix for #643 unfortunately wasn't enough.