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

Updates functional test readme #2492

Merged
merged 1 commit into from
Oct 10, 2022
Merged

Conversation

ashwin-pc
Copy link
Member

@ashwin-pc ashwin-pc commented Oct 4, 2022

Signed-off-by: Ashwin P Chandran ashwinpc@amazon.com

Description

Updates the Readme to call out the change in functional testing for OpenSearch Dashboards

Issues Resolved

Check List

  • All tests pass
    • yarn test:jest
    • yarn test:jest_integration
    • yarn test:ftr
  • New functionality includes testing.
  • New functionality has been documented.
  • Update CHANGELOG.md
  • Commits are signed per the DCO using --signoff

@ashwin-pc ashwin-pc requested a review from a team as a code owner October 4, 2022 04:34
@ashwin-pc ashwin-pc force-pushed the readme branch 2 times, most recently from 3fc0d33 to df0125e Compare October 4, 2022 04:37
TESTING.md Outdated
@@ -43,6 +43,9 @@ To run specific integration tests, pass the path to the test:
`yarn test:jest_integration [test path]`

### Functional tests

Functional testing in OpenSearch Dashboards is migrating to the [opensearch-dashboards-functional-test](https://github.com/opensearch-project/opensearch-dashboards-functional-test) repository. All new functional tests should be written there. When modifying a file that affects an exisitng functional test, the old test should be migrated to the new repository. The rest of this section outlines how to run the existing functional tests in the repository.
Copy link
Member

@abbyhu2000 abbyhu2000 Oct 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo: exisitng -> existing

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the old test should be migrated to the new repository.

It would be nice to also have some pointers on how to do this...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@joshuarrrr We dont have a process to defined for this yet since we havent done a migration. The summary view PR can be a good example where we set precedent and come up with good examples. We can update this text once we do. I wanted to add this message here now because this is where i looked when I was writing tests and didnt see any mention of the FTR repo and its use.

@abbyhu2000 thanks, will make the change

Signed-off-by: Ashwin P Chandran <ashwinpc@amazon.com>
@kavilla kavilla added docs Improvements or additions to documentation backport 2.x labels Oct 10, 2022
@kavilla kavilla linked an issue Oct 10, 2022 that may be closed by this pull request
@kavilla kavilla merged commit a672ee1 into opensearch-project:main Oct 10, 2022
opensearch-trigger-bot bot pushed a commit that referenced this pull request Oct 10, 2022
Updates the Readme to call out the change in functional testing
for OpenSearch Dashboards

Issue resolved:
#2462

Signed-off-by: Ashwin P Chandran <ashwinpc@amazon.com>
(cherry picked from commit a672ee1)
joshuarrrr pushed a commit that referenced this pull request Oct 19, 2022
Updates the Readme to call out the change in functional testing
for OpenSearch Dashboards

Issue resolved:
#2462

Signed-off-by: Ashwin P Chandran <ashwinpc@amazon.com>
(cherry picked from commit a672ee1)

Co-authored-by: Ashwin P Chandran <ashwinpc@amazon.com>
@AMoo-Miki AMoo-Miki added the v2.4.0 'Issues and PRs related to version v2.4.0' label Nov 5, 2022
sipopo pushed a commit to sipopo/OpenSearch-Dashboards that referenced this pull request Dec 16, 2022
Updates the Readme to call out the change in functional testing
for OpenSearch Dashboards

Issue resolved:
opensearch-project#2462

Signed-off-by: Ashwin P Chandran <ashwinpc@amazon.com>
Signed-off-by: Sergey V. Osipov <sipopo@yandex.ru>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x docs Improvements or additions to documentation v2.4.0 'Issues and PRs related to version v2.4.0'
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Docs] Update functional testing instructions
5 participants