-
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
Fix flaky test for vis-augmenter #1038
Fix flaky test for vis-augmenter #1038
Conversation
Signed-off-by: Hailong Cui <[email protected]>
Signed-off-by: Hailong Cui <[email protected]>
pls hold on merge, there is no test run for this change. |
Signed-off-by: Hailong Cui <[email protected]>
Saw there are failed test cases related to visualization, is it supposed to be fixed by this change or it's not related? |
It's not related, this PR focus on vis-augmenter related test cases. |
Signed-off-by: Hailong Cui <[email protected]>
@Hailong-am what's the status of this PR? can we merge? |
Still have issue for the vis-augmenter, under investigation |
Signed-off-by: Hailong Cui <[email protected]>
Signed-off-by: Hailong Cui <[email protected]>
…is-augmenter-flaky-test
Signed-off-by: Hailong Cui <[email protected]>
Signed-off-by: Hailong Cui <[email protected]>
Signed-off-by: Hailong Cui <[email protected]>
43f6bcf
to
dd3f561
Compare
Signed-off-by: Hailong Cui <[email protected]>
Signed-off-by: Hailong Cui <[email protected]>
Signed-off-by: Hailong Cui <[email protected]>
Signed-off-by: Hailong Cui <[email protected]>
Signed-off-by: Hailong Cui <[email protected]>
Signed-off-by: Hailong Cui <[email protected]>
Signed-off-by: Hailong Cui <[email protected]>
Signed-off-by: Hailong Cui <[email protected]>
test result https://github.com/opensearch-project/opensearch-dashboards-functional-test/actions/runs/7999641394 without security
with security
|
* wait for dashboard to be searchable Signed-off-by: Hailong Cui <[email protected]> * refresh private tenant kibana index also Signed-off-by: Hailong Cui <[email protected]> * Add one more filter for core ft Signed-off-by: Hailong Cui <[email protected]> * Add CYPRESS_NO_COMMAND_LOG flag Signed-off-by: Hailong Cui <[email protected]> * only run vis-augmenter for debug Signed-off-by: Hailong Cui <[email protected]> * only run vis-augmenter for debug Signed-off-by: Hailong Cui <[email protected]> * only run vis-augmenter for debug Signed-off-by: Hailong Cui <[email protected]> * wait for page load Signed-off-by: Hailong Cui <[email protected]> * firefox Signed-off-by: Hailong Cui <[email protected]> * revert test code Signed-off-by: Hailong Cui <[email protected]> * wait for page load Signed-off-by: Hailong Cui <[email protected]> * add more timeout Signed-off-by: Hailong Cui <[email protected]> * add more checks Signed-off-by: Hailong Cui <[email protected]> * add vis to dashboard Signed-off-by: Hailong Cui <[email protected]> * no command log Signed-off-by: Hailong Cui <[email protected]> * use correct flag CYPRESS_NO_COMMAND_LOG Signed-off-by: Hailong Cui <[email protected]> * set to global tenant when security enabled Signed-off-by: Hailong Cui <[email protected]> --------- Signed-off-by: Hailong Cui <[email protected]> (cherry picked from commit e9fa679)
* wait for dashboard to be searchable Signed-off-by: Hailong Cui <[email protected]> * refresh private tenant kibana index also Signed-off-by: Hailong Cui <[email protected]> * Add one more filter for core ft Signed-off-by: Hailong Cui <[email protected]> * Add CYPRESS_NO_COMMAND_LOG flag Signed-off-by: Hailong Cui <[email protected]> * only run vis-augmenter for debug Signed-off-by: Hailong Cui <[email protected]> * only run vis-augmenter for debug Signed-off-by: Hailong Cui <[email protected]> * only run vis-augmenter for debug Signed-off-by: Hailong Cui <[email protected]> * wait for page load Signed-off-by: Hailong Cui <[email protected]> * firefox Signed-off-by: Hailong Cui <[email protected]> * revert test code Signed-off-by: Hailong Cui <[email protected]> * wait for page load Signed-off-by: Hailong Cui <[email protected]> * add more timeout Signed-off-by: Hailong Cui <[email protected]> * add more checks Signed-off-by: Hailong Cui <[email protected]> * add vis to dashboard Signed-off-by: Hailong Cui <[email protected]> * no command log Signed-off-by: Hailong Cui <[email protected]> * use correct flag CYPRESS_NO_COMMAND_LOG Signed-off-by: Hailong Cui <[email protected]> * set to global tenant when security enabled Signed-off-by: Hailong Cui <[email protected]> --------- Signed-off-by: Hailong Cui <[email protected]> (cherry picked from commit e9fa679) Co-authored-by: Hailong Cui <[email protected]>
Description
Add some wait time to dashboard to be searchable
Issues Resolved
#1118
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.