This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 09a1e60fa38 fix race condition in sdb-operator (#38698)
09a1e60fa38 is described below

commit 09a1e60fa3867a5d8f20716e4f2030704bff1e66
Author: Abdelrahman Ibrahim <[email protected]>
AuthorDate: Fri May 29 15:04:58 2026 +0200

    fix race condition in sdb-operator (#38698)
---
 .github/workflows/beam_PerformanceTests_SingleStoreIO.yml   | 2 +-
 .github/workflows/beam_PostCommit_Java_SingleStoreIO_IT.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/beam_PerformanceTests_SingleStoreIO.yml 
b/.github/workflows/beam_PerformanceTests_SingleStoreIO.yml
index 8c12533e9cc..58ac703602a 100644
--- a/.github/workflows/beam_PerformanceTests_SingleStoreIO.yml
+++ b/.github/workflows/beam_PerformanceTests_SingleStoreIO.yml
@@ -83,7 +83,7 @@ jobs:
           kubectl apply -f 
${{github.workspace}}/.test-infra/kubernetes/singlestore/sdb-rbac.yaml
           kubectl apply -f 
${{github.workspace}}/.test-infra/kubernetes/singlestore/sdb-cluster-crd.yaml
           kubectl apply -f 
${{github.workspace}}/.test-infra/kubernetes/singlestore/sdb-operator.yaml
-          kubectl wait --for=condition=Ready pod -l name=sdb-operator 
--timeout=300s
+          kubectl rollout status deployment/sdb-operator --timeout=300s
       - name: Install Singlestore cluster
         id: install_singlestore
         run: |
diff --git a/.github/workflows/beam_PostCommit_Java_SingleStoreIO_IT.yml 
b/.github/workflows/beam_PostCommit_Java_SingleStoreIO_IT.yml
index d16069b9e91..33dcc3bd3bb 100644
--- a/.github/workflows/beam_PostCommit_Java_SingleStoreIO_IT.yml
+++ b/.github/workflows/beam_PostCommit_Java_SingleStoreIO_IT.yml
@@ -87,7 +87,7 @@ jobs:
           kubectl apply -f 
${{github.workspace}}/.test-infra/kubernetes/singlestore/sdb-rbac.yaml
           kubectl apply -f 
${{github.workspace}}/.test-infra/kubernetes/singlestore/sdb-cluster-crd.yaml
           kubectl apply -f 
${{github.workspace}}/.test-infra/kubernetes/singlestore/sdb-operator.yaml
-          kubectl wait --for=condition=Ready pod -l name=sdb-operator 
--timeout=300s
+          kubectl rollout status deployment/sdb-operator --timeout=300s
       - name: Install SingleStore cluster
         id: install_singlestore
         run: |

Reply via email to