Skip to content

Commit

Permalink
Style and docs minor fixes
Browse files Browse the repository at this point in the history
Signed-off-by: John Mazanec <[email protected]>
  • Loading branch information
jmazanec15 committed Apr 8, 2022
1 parent 14a31df commit fc56754
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,8 @@ Additionally, it is possible to attach one debugger to the cluster JVM and anoth
The purpose of Backwards Compatibility Testing and different types of BWC tests are explained [here](https://github.com/opensearch-project/opensearch-plugins/blob/main/TESTING.md#backwards-compatibility-testing)

Use these commands to run BWC tests for k-NN:

1. Rolling upgrade tests: `./gradlew :qa:bwc:rollingUpgradeClusterTest`
2. Full restart upgrade tests: `./gradlew :qa:bwc:fullRestartClusterTest`
1. Rolling upgrade tests: `./gradlew :qa:bwc:testRollingUpgrade`
2. Full restart upgrade tests: `./gradlew :qa:bwc:testRestartUpgrade`
3. `./gradlew :qa:bwc:bwcTestSuite` is used to run all the above bwc tests together.

Use this command to run BWC tests for a given Backwards Compatibility Version:
Expand Down
1 change: 0 additions & 1 deletion qa/bwc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def clusterNames = [baseName + "-rolling", baseName + "-restart"] as String[]
systemProperty "java.library.path", "${buildDir}/testclusters/${clusterNames[i]}-0/distro/${knn_bwc_version}-ARCHIVE/plugins/opensearch-knn/knnlib"
}
}

}

// Creates 2 tasks to run BWC tests against the old clusters
Expand Down

0 comments on commit fc56754

Please sign in to comment.