googleapis / doc-pipeline

Apache License 2.0
10 stars 11 forks source link

Allow tests to run in parallel with "build_all_docs" and "latest" in mind #646

Open dandhlee opened 5 months ago

dandhlee commented 5 months ago

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.