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

[BUG] Meta issue to track all BWC failed test cases #786

Closed
harold-wang opened this issue May 26, 2021 · 5 comments
Closed

[BUG] Meta issue to track all BWC failed test cases #786

harold-wang opened this issue May 26, 2021 · 5 comments
Assignees
Labels
backwards-compatibility Beta bug Something isn't working help wanted Extra attention is needed v1.0.0 Version 1.0.0

Comments

@harold-wang
Copy link
Contributor

harold-wang commented May 26, 2021

Describe the bug
The intent of this issue is to track failed BWC test cases:

To reproduce
Build:
main
+ PR #775
+ build.gradle
boolean bwc_tests_enabled = true
final String bwc_tests_disabled_issue = ""

To run BWC
./gradlew bwcTest
./gradlew v7.9.2#bwcTest

- [ ] git checkout failure
Task :distribution:bwc:bugfix:checkoutBwcBranch FAILED
Performing checkout of opensearch-project/7.10...
Exec output and error:
Output for git:error: pathspec 'opensearch-project/7.10' did not match any file(s) known to git
- [ ] Task :qa:rolling-upgrade:v6.8.0#oldClusterTest
./gradlew ':qa:rolling-upgrade:v6.8.0#oldClusterTest' --tests
"org.opensearch.upgrades.UpgradeClusterClientYamlTestSuiteIT" -Dtests.method="test
{p0=old_cluster/20_date_range/Create index with joda style index that is incompatible with java.time. (6.0)}" -
Dtests.seed=DB0FF3ADB20AFCAE -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1" -
Dtests.locale=id-ID -Dtests.timezone=SystemV/AST4 -Druntime.java=15 -Dtests.rest.suite=old_cluster

- [ ] Task :qa:mixed-cluster:v6.8.0#mixedClusterTest
./gradlew ':qa:mixed-cluster:v6.8.0#mixedClusterTest' --tests
"org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT" -Dtests.method="test {p0=cat.aliases/10_basic/Complex
alias (pre 7.4.0)}" -Dtests.seed=DB0FF3ADB20AFCAE -Dtests.security.manager=true -Dtests.jvm.argline="-
XX:TieredStopAtLevel=1" -Dtests.locale=fi-FI -Dtests.timezone=MST7MDT -Druntime.java=15

- [ ] Task :qa:full-cluster-restart:v7.9.2#oldClusterTest
./gradlew ':qa:full-cluster-restart:v7.9.2#oldClusterTest' --tests "org.opensearch.upgrades.FullClusterRestartIT.testOperationBasedRecovery" -Dtests.seed=709E5E3832D0B744 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1" -Dtests.locale=es-PA -Dtests.timezone=America/Recife -Druntime.java=15

- [ ]Task :qa:repository-multi-version:v7.9.2#Step3OldClusterTest
./gradlew ':qa:repository-multi-version:v7.9.2#Step3OldClusterTest' --tests "org.opensearch.upgrades.MultiVersionRepositoryAccessIT.testCreateAndRestoreSnapshot" -Dtests.seed=709E5E3832D0B744 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1" -Dtests.locale=sr-ME -Dtests.timezone=America/Catamarca -Druntime.java=15

- [ ]Task :qa:full-cluster-restart:v7.9.2#oldClusterTest
./gradlew ':qa:full-cluster-restart:v7.9.2#oldClusterTest' --tests "org.opensearch.upgrades.FullClusterRestartIT.testEnableSoftDeletesOnRestore" -Dtests.seed=709E5E3832D0B744 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1" -Dtests.locale=es-PA -Dtests.timezone=America/Recife -Druntime.java=15

@harold-wang harold-wang added bug Something isn't working untriaged Beta help wanted Extra attention is needed v1.0.0 Version 1.0.0 labels May 26, 2021
@dblock
Copy link
Member

dblock commented May 27, 2021

I started looking at git checkout failure, looks like we need to be fetching from ES repo here or re-create 7.x tags in this one.

@dblock
Copy link
Member

dblock commented May 27, 2021

Attempted fix for git checkout failure in #788.

@adnapibar is fixing this

@adnapibar
Copy link
Contributor

Attempted fix for git checkout failure in #788.

@adnapibar is fixing this

Thanks @dblock

@dblock
Copy link
Member

dblock commented May 27, 2021

The change in #791 fixes the first problem for me.

@nknize
Copy link
Collaborator

nknize commented Jul 6, 2021

closed by #775

@nknize nknize closed this as completed Jul 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backwards-compatibility Beta bug Something isn't working help wanted Extra attention is needed v1.0.0 Version 1.0.0
Projects
None yet
Development

No branches or pull requests

5 participants