-
Notifications
You must be signed in to change notification settings - Fork 310
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
Add Sequential high-d GS tests with new test harness #2940
Conversation
This pull request was exported from Phabricator. Differential Revision: D64807079 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2940 +/- ##
=======================================
Coverage 95.68% 95.68%
=======================================
Files 504 504
Lines 49567 49568 +1
=======================================
+ Hits 47429 47430 +1
Misses 2138 2138 ☔ View full report in Codecov by Sentry. |
Summary: Lena recently added a test harness which will allow us to quickly test a variety of GS configurations at the GS level, previously we were testing them at the client level, but this is a bit higher than we may always access the stack so it's good to have both sets of tests. This diff adds tests for high-d seq gs: - tests that high-d seq works as expected and gens - also tests that experiment_properties if n and arms per node is none Follow up diffs will test: - quickbo gs - ebashr fixes that came to light during bug bash - multi-task models Reviewed By: lena-kashtelyan Differential Revision: D64807079
78fc854
to
faad6fa
Compare
This pull request was exported from Phabricator. Differential Revision: D64807079 |
Summary: Lena recently added a test harness which will allow us to quickly test a variety of GS configurations at the GS level, previously we were testing them at the client level, but this is a bit higher than we may always access the stack so it's good to have both sets of tests. This diff adds tests for high-d seq gs: - tests that high-d seq works as expected and gens - also tests that experiment_properties if n and arms per node is none Follow up diffs will test: - quickbo gs - ebashr fixes that came to light during bug bash - multi-task models Reviewed By: lena-kashtelyan Differential Revision: D64807079
faad6fa
to
be80975
Compare
This pull request was exported from Phabricator. Differential Revision: D64807079 |
Summary: Lena recently added a test harness which will allow us to quickly test a variety of GS configurations at the GS level, previously we were testing them at the client level, but this is a bit higher than we may always access the stack so it's good to have both sets of tests. This diff adds tests for high-d seq gs: - tests that high-d seq works as expected and gens - also tests that experiment_properties if n and arms per node is none Follow up diffs will test: - quickbo gs - ebashr fixes that came to light during bug bash - multi-task models Reviewed By: lena-kashtelyan Differential Revision: D64807079
be80975
to
dda2465
Compare
This pull request was exported from Phabricator. Differential Revision: D64807079 |
This pull request has been merged in 5c7ccb5. |
Summary:
Lena recently added a test harness which will allow us to quickly test a variety of GS configurations at the GS level, previously we were testing them at the client level, but this is a bit higher than we may always access the stack so it's good to have both sets of tests.
This diff adds tests for high-d seq gs:
Follow up diffs will test:
Differential Revision: D64807079