-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Double the number of exporter build-and-test groups #32496
Double the number of exporter build-and-test groups #32496
Conversation
Failing test is frequency of #27295, I've added it as frequency there. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just realized you'll also need to update build-and-test-windows.yml
with the new exporter groups.
Oh! The windows build-and-test appears out-of-date prior to my change--apparently was skipping some receiver tests. |
You're right, we're fixing it in #32518 which is what made me remember this would need updated too. 👍 If possible, maybe only add the new groups to the Windows tests, and let the other PR add the rest? That way the changelog will be a bit more clear going forward. |
…tor-contrib into jmacd/double_exporter_groups
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for making the extra changes!
|
Should be fixed by #32603. Hopefully another rebase should fix it. |
Description: Double the number of exporter test groups so that new tests can be added, e.g., the new tests in #31996.
Testing: These changes were applied in #31996 and they resolved a timeout.