-
Notifications
You must be signed in to change notification settings - Fork 275
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
[Test] Reenable disable test case PointInTimeOperationTest.listAllPits_positive #3424
Closed
2 tasks
Labels
flaky-test
Flaky Test issue
good first issue
These are recommended starting points for newcomers looking to make their first contributions.
triaged
Issues labeled as 'Triaged' have been reviewed and are deemed actionable.
Comments
github-actions
bot
added
the
untriaged
Require the attention of the repository maintainers and may need to be prioritized
label
Sep 29, 2023
peternied
changed the title
Reenable disable test case PointInTimeOperationTest.listAllPits_positive
[Test] Reenable disable test case PointInTimeOperationTest.listAllPits_positive
Sep 29, 2023
davidlago
added
good first issue
These are recommended starting points for newcomers looking to make their first contributions.
triaged
Issues labeled as 'Triaged' have been reviewed and are deemed actionable.
and removed
untriaged
Require the attention of the repository maintainers and may need to be prioritized
labels
Oct 2, 2023
Good evening @peternied , I would like to help contribute to this issue is that's ok. |
Sure, I've assigned this issue to you, thanks! |
5 tasks
3 tasks
Merged
8 tasks
willyborankin
pushed a commit
that referenced
this issue
Jan 4, 2024
### Description Re-enables 2 PIT integration tests that were previously disabled. This adds a @before method to clean up all PITs created from previous test cases to ensure each test case runs pristinely. * Category (Enhancement, New feature, Bug fix, Test fix, Refactoring, Maintenance, Documentation) Test fix ### Issues Resolved - #3424 Is this a backport? If so, please add backport PR # and/or commits # ### Testing [Please provide details of testing done: unit testing, integration testing and manual testing] ### Check List - [ ] New functionality includes testing - [ ] New functionality has been documented - [ ] 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](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin). --------- Signed-off-by: Craig Perkins <cwperx@amazon.com>
opensearch-trigger-bot bot
pushed a commit
that referenced
this issue
Jan 4, 2024
### Description Re-enables 2 PIT integration tests that were previously disabled. This adds a @before method to clean up all PITs created from previous test cases to ensure each test case runs pristinely. * Category (Enhancement, New feature, Bug fix, Test fix, Refactoring, Maintenance, Documentation) Test fix ### Issues Resolved - #3424 Is this a backport? If so, please add backport PR # and/or commits # ### Testing [Please provide details of testing done: unit testing, integration testing and manual testing] ### Check List - [ ] New functionality includes testing - [ ] New functionality has been documented - [ ] 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](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin). --------- Signed-off-by: Craig Perkins <cwperx@amazon.com> (cherry picked from commit f216743) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This issue is now resolved with the merge of #3871. |
dlin2028
pushed a commit
to dlin2028/security
that referenced
this issue
May 1, 2024
### Description Re-enables 2 PIT integration tests that were previously disabled. This adds a @before method to clean up all PITs created from previous test cases to ensure each test case runs pristinely. * Category (Enhancement, New feature, Bug fix, Test fix, Refactoring, Maintenance, Documentation) Test fix ### Issues Resolved - opensearch-project#3424 Is this a backport? If so, please add backport PR # and/or commits # ### Testing [Please provide details of testing done: unit testing, integration testing and manual testing] ### Check List - [ ] New functionality includes testing - [ ] New functionality has been documented - [ ] 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](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin). --------- Signed-off-by: Craig Perkins <cwperx@amazon.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
flaky-test
Flaky Test issue
good first issue
These are recommended starting points for newcomers looking to make their first contributions.
triaged
Issues labeled as 'Triaged' have been reviewed and are deemed actionable.
Description
Looks like the call to the cluster
cleanUpPits
is returning before all of the PITs have actually been deleted on the cluster.Repo
src/integrationTest/java/org/opensearch/security/PointInTimeOperationTest.java
@Ignore
entry on the test namedlistAllPits_positive
./gradlew integrationTest --tests org.opensearch.security.PointInTimeOperationTest.listAllPits_positive
Exit Criteria
The text was updated successfully, but these errors were encountered: