-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
fix(eap-spans): Add an index on project_id #6695
Conversation
This PR has a migration; here is the generated SQL for -- start migrations
-- forward migration events_analytics_platform : 0019_add_project_id_index_back
Local op: ALTER TABLE eap_spans_2_local ADD INDEX IF NOT EXISTS bf_project_id project_id TYPE bloom_filter GRANULARITY 1;
-- end forward migration events_analytics_platform : 0019_add_project_id_index_back
-- backward migration events_analytics_platform : 0019_add_project_id_index_back
Local op: ALTER TABLE eap_spans_2_local DROP INDEX IF EXISTS bf_project_id;
-- end backward migration events_analytics_platform : 0019_add_project_id_index_back |
❌ 1 Tests Failed:
View the top 1 failed tests by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
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.
LGTM, please fix the unit test failures.
Those were just flaky tests. |
PR reverted: 9f5c3f5 |
This reverts commit 745286c. Co-authored-by: phacops <[email protected]>
No description provided.