We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5cca12 commit d29a410Copy full SHA for d29a410
1 file changed
.ci/tests/integration/cases/logging-window-function/verify.sh
@@ -37,7 +37,7 @@ input_topic="persistent://public/default/window-function-input-topic"
37
output_topic="persistent://public/default/window-function-output-topic"
38
log_topic="persistent://public/default/window-function-logs"
39
expected_window_log_lines=15
40
-expected_log_topic_messages=10
+expected_log_topic_messages=1
41
42
function delete_topic_if_exists() {
43
topic=$1
0 commit comments