We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 457cfce commit b5cca12Copy full SHA for b5cca12
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=14
+expected_log_topic_messages=10
41
42
function delete_topic_if_exists() {
43
topic=$1
0 commit comments