Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow conformance test sdk generation to run in parallel #16079

Open
Frassle opened this issue Apr 27, 2024 · 0 comments
Open

Allow conformance test sdk generation to run in parallel #16079

Frassle opened this issue Apr 27, 2024 · 0 comments
Labels
area/testing kind/engineering Work that is not visible to an external user

Comments

@Frassle
Copy link
Member

Frassle commented Apr 27, 2024

#16078 updated the nodejs conformance tests to run in parallel. To support that we lock around sdk generation so that we don't try to generate and pack the same sdk twice over itself. Currently this lock is just one global lock, it could be a per-sdk lock which would allow more parallelism in the tests.

@Frassle Frassle added area/testing kind/engineering Work that is not visible to an external user labels Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/testing kind/engineering Work that is not visible to an external user
Projects
None yet
Development

No branches or pull requests

1 participant