Skip to content
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 moveToTestNotebook during notebooks-reporting integration suite #1250

Merged
merged 2 commits into from
Apr 30, 2024

Conversation

Swiddis
Copy link
Contributor

@Swiddis Swiddis commented Apr 29, 2024

Description

While debugging the failing tests opensearch-project/dashboards-observability#1702, it looks like the reason is that the notebook loading is flaky immediately after creation. This is due to not using the refresh logic in the moveToTestNotebook method in the second test suite, it was only present in the first. After looking over the usage of this method, I decided to move the refresh logic straight to makeTestNotebook and deleted moveToTestNotebook since its only use seemed to be to force this refresh.

Needs backport to 2.x / 2.14.

Issues Resolved

N/A

Check List

  • Commits are signed per the DCO using --signoff

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.

@SuZhou-Joe SuZhou-Joe merged commit c111995 into opensearch-project:main Apr 30, 2024
39 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Apr 30, 2024
…1250)

* Use moveToTestNotebook during reporting integration suite

Signed-off-by: Simeon Widdis <[email protected]>

* Move refresh logic out of movetonotebook and delete old method

Signed-off-by: Simeon Widdis <[email protected]>

---------

Signed-off-by: Simeon Widdis <[email protected]>
(cherry picked from commit c111995)
Hailong-am pushed a commit that referenced this pull request Apr 30, 2024
…1250) (#1251)

* Use moveToTestNotebook during reporting integration suite

Signed-off-by: Simeon Widdis <[email protected]>

* Move refresh logic out of movetonotebook and delete old method

Signed-off-by: Simeon Widdis <[email protected]>

---------

Signed-off-by: Simeon Widdis <[email protected]>
(cherry picked from commit c111995)

Co-authored-by: Simeon Widdis <[email protected]>
LDrago27 pushed a commit to LDrago27/opensearch-dashboards-functional-test that referenced this pull request May 3, 2024
…pensearch-project#1250)

* Use moveToTestNotebook during reporting integration suite

Signed-off-by: Simeon Widdis <[email protected]>

* Move refresh logic out of movetonotebook and delete old method

Signed-off-by: Simeon Widdis <[email protected]>

---------

Signed-off-by: Simeon Widdis <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants