-
Notifications
You must be signed in to change notification settings - Fork 311
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
Avoid errors in telemetry due to node-based GenerationStrategy #2554
Conversation
This pull request was exported from Phabricator. Differential Revision: D59193222 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2554 +/- ##
==========================================
- Coverage 95.22% 95.22% -0.01%
==========================================
Files 483 483
Lines 47228 47246 +18
==========================================
+ Hits 44972 44988 +16
- Misses 2256 2258 +2 ☔ View full report in Codecov by Sentry. |
This pull request was exported from Phabricator. Differential Revision: D59193222 |
…ook#2554) Summary: Pull Request resolved: facebook#2554 The Ax telemetry module currently assumes that `GenerationStrategy` objects are all step-based. This diff a warning and returns a dummy record for those cases to avoid errors with node-based GSs. The proper fix here is to fully support node-based GSs in telemetry, but that will be a bit more work it seems. Reviewed By: saitcakmak Differential Revision: D59193222
b242169
to
0a32d5b
Compare
…ook#2554) Summary: Pull Request resolved: facebook#2554 The Ax telemetry module currently assumes that `GenerationStrategy` objects are all step-based. This diff a warning and returns a dummy record for those cases to avoid errors with node-based GSs. The proper fix here is to fully support node-based GSs in telemetry, but that will be a bit more work it seems. Reviewed By: saitcakmak Differential Revision: D59193222
This pull request was exported from Phabricator. Differential Revision: D59193222 |
0a32d5b
to
5d728f6
Compare
This pull request has been merged in 83f23a4. |
Summary:
The Ax telemetry module currently assumes that
GenerationStrategy
objects are all step-based. This diff a warning and returns a dummy record for those cases to avoid errors with node-based GSs.The proper fix here is to fully support node-based GSs in telemetry, but that will be a bit more work it seems.
Differential Revision: D59193222