From 219815abf6035af50080c7b118063e36284b9e8c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Fri, 18 Feb 2022 10:42:42 +0100
Subject: [PATCH] Fix Beam smoketests

---
 theodolite-benchmarks/docker-test/uc1-beam-flink/test.sh | 2 +-
 theodolite-benchmarks/docker-test/uc1-beam-samza/test.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/theodolite-benchmarks/docker-test/uc1-beam-flink/test.sh b/theodolite-benchmarks/docker-test/uc1-beam-flink/test.sh
index ebbecd1c5..7c7f11a94 100755
--- a/theodolite-benchmarks/docker-test/uc1-beam-flink/test.sh
+++ b/theodolite-benchmarks/docker-test/uc1-beam-flink/test.sh
@@ -2,7 +2,7 @@
 
 sleep 55s # to let the benchmark and produce some output
 docker-compose logs --tail 100 benchmark-taskmanager |
-    sed -n "s/^.*Key:\s\(\S*\), Value:\s\(\S*\).*$/\2/p" |
+    sed -n "s/^.*Record:\s\(\S*\)$/\1/p" |
     tee /dev/stderr |
     jq .identifier |
     sort |
diff --git a/theodolite-benchmarks/docker-test/uc1-beam-samza/test.sh b/theodolite-benchmarks/docker-test/uc1-beam-samza/test.sh
index ed17db3a4..62327e860 100755
--- a/theodolite-benchmarks/docker-test/uc1-beam-samza/test.sh
+++ b/theodolite-benchmarks/docker-test/uc1-beam-samza/test.sh
@@ -2,7 +2,7 @@
 
 sleep 55s # to let the benchmark and produce some output
 docker-compose logs --tail 100 benchmark |
-    sed -n "s/^.*Key:\s\(\S*\), Value:\s\(\S*\).*$/\2/p" |
+    sed -n "s/^.*Record:\s\(\S*\)$/\1/p" |
     tee /dev/stderr |
     jq .identifier |
     sort |
-- 
GitLab