Skip to content

Commit

Permalink
Return CDC test after mgmt-api fixes, change pkill command for node_r…
Browse files Browse the repository at this point in the history
…eplace
  • Loading branch information
burmanm committed Jul 11, 2024
1 parent 1fceee9 commit fd18a16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kindIntegTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ jobs:
strategy:
matrix:
version:
- "4.0.12"
- "4.0.13"
integration_test:
# - cdc_successful # OSS only
- cdc_successful # OSS only
- config_fql
runs-on: ubuntu-latest
env:
Expand Down
4 changes: 2 additions & 2 deletions tests/util/ginkgo/lib.go
Original file line number Diff line number Diff line change
Expand Up @@ -502,8 +502,8 @@ func (ns *NsWrapper) EnableGossip(podName string) {

func (ns *NsWrapper) KillCassandra(podName string) {
execArgs := []string{"-c", "cassandra",
"--", "bash", "-c",
"pkill -f -9 Cassandra",
"--", "sh", "-c",
"pkill -f -9 datastax-mgmtapi-agent.jar",
}
k := kubectl.ExecOnPod(podName, execArgs...)
ns.ExecVPanic(k)
Expand Down

0 comments on commit fd18a16

Please sign in to comment.