We have introduced temporary post-processing replacement rules in firestore-integration.yaml to inject pytest-xdist and "-n", "auto" into the generated noxfile.py. This acts as a bridge so Firestore system tests can run in parallel immediately without waiting for a new generator release.
Once the generator changes in noxfile.py.j2 are published and the pinned generator version is updated in librarian.yaml: We must revert/delete these temporary replacement rules from firestore-integration.yaml since the template will handle parallelization natively.
We have introduced temporary post-processing replacement rules in firestore-integration.yaml to inject pytest-xdist and "-n", "auto" into the generated noxfile.py. This acts as a bridge so Firestore system tests can run in parallel immediately without waiting for a new generator release.
Once the generator changes in noxfile.py.j2 are published and the pinned generator version is updated in librarian.yaml: We must revert/delete these temporary replacement rules from firestore-integration.yaml since the template will handle parallelization natively.