File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
.ci/tests/integration/cases/logging-window-function Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3636 windowConfig :
3737 windowLengthCount : 10
3838 slidingIntervalCount : 5
39- processingGuarantee : ATLEAST_ONCE
39+ processingGuarantees : ATLEAST_ONCE
4040 # the processingGuarantee should be manual for window function
4141 # see: https://github.com/apache/pulsar/pull/16279/files#diff-c77c024ccb31c94a7aa80cb8e96d7e370709157bdc104a1be7867fb6c7aa0586R318-R319
4242 processingGuarantee : manual
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ if [ $? -ne 0 ]; then
4444fi
4545
4646# verify the `processingGuarantees` config
47- kubectl logs window-function-sample | grep processingGuarantees=ATLEAST_ONCE
47+ kubectl logs window-function-sample-function-0 | grep processingGuarantees=ATLEAST_ONCE
4848if [ $? -ne 0 ]; then
4949 kubectl delete -f " ${manifests_file} " > /dev/null 2>&1 || true
5050 exit 1
You can’t perform that action at this time.
0 commit comments