-
Notifications
You must be signed in to change notification settings - Fork 113
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
Use global tenant in vis_type_table and other tests #1210
Conversation
Signed-off-by: Anan <[email protected]>
TABLE_INDEX_END_TIME, | ||
toTestId, | ||
} from '../../../../../utils/constants'; | ||
// import { |
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 think we should fix this with the performance improvements with the table. However, I'm also in favor of not commenting these out as cypress shows how many we skipped which is a good metric to track and reduce. this will hide that stat.
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.
k. let me remove the comment out and assign myself to check it.
Signed-off-by: Anan <[email protected]>
Signed-off-by: Anan <[email protected]>
Flaky tests due to loading time due to switch tenant. Currently set default tenant to global. * remove tenant fix for MD Partially resolves: opensearch-project/opensearch-build#4433 Signed-off-by: Anan <[email protected]> Co-authored-by: Hailong Cui <[email protected]> (cherry picked from commit 7b82031)
Flaky tests due to loading time due to switch tenant. Currently set default tenant to global. * remove tenant fix for MD Partially resolves: opensearch-project/opensearch-build#4433 Signed-off-by: Anan <[email protected]> Co-authored-by: Hailong Cui <[email protected]> (cherry picked from commit 7b82031) Co-authored-by: Anan Zhuang <[email protected]>
…ct#1210) Flaky tests due to loading time due to switch tenant. Currently set default tenant to global. * remove tenant fix for MD Partially resolves: opensearch-project/opensearch-build#4433 Signed-off-by: Anan <[email protected]> Co-authored-by: Hailong Cui <[email protected]>
Description
Flaky tests due to loading time due to switch tenant. Currently set default tenant to global.
Issues Resolved
Partial opensearch-project/opensearch-build#4433
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.