Skip to content

Commit

Permalink
Wait for Kingdom restart in EmptyClusterPanelMatchCorrectnessTest.
Browse files Browse the repository at this point in the history
This fixes a race condition where the port forwarding may be pointing to the Kingdom pod used for resource setup.
  • Loading branch information
SanjayVas committed Mar 11, 2024
1 parent c9e982c commit cf321bf
Show file tree
Hide file tree
Showing 12 changed files with 1,078 additions and 1,029 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ jobs:
- name: Delete Kubernetes Resources
continue-on-error: true
run: |
kubectl delete all --namespace=default --all
kubectl delete networkpolicies --all-namespaces --all
kubectl delete all --namespace=default --all --cascade=foreground --wait
kubectl delete networkpolicies --namespace=default --all
- name: Run panelmatch correctness test
id: run-panelmatch-correctness-test
Expand Down
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ BORINGSSL_VERSION = "0.0.0-20230215-5c22014"
# * https://docs.aws.amazon.com/kinesisanalytics/latest/java/earlier.html
APACHE_BEAM_VERSION = "2.45.0"

K8S_CLIENT_VERSION = "16.0.0"
K8S_CLIENT_VERSION = "20.0.0"

# Bazel Central Registry modules.
bazel_dep(
Expand Down Expand Up @@ -126,7 +126,7 @@ bazel_dep(
)
bazel_dep(
name = "common-jvm",
version = "0.75.0",
version = "0.78.0",
repo_name = "wfa_common_jvm",
)
bazel_dep(
Expand Down
1,240 changes: 626 additions & 614 deletions MODULE.bazel.lock

Large diffs are not rendered by default.

Loading

0 comments on commit cf321bf

Please sign in to comment.