Skip to content

Commit 8ecb9c9

Browse files
fix ci
1 parent b553552 commit 8ecb9c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/tests/integration/cases/logging-window-function/manifests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
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

.ci/tests/integration/cases/logging-window-function/verify.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if [ $? -ne 0 ]; then
4444
fi
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
4848
if [ $? -ne 0 ]; then
4949
kubectl delete -f "${manifests_file}" > /dev/null 2>&1 || true
5050
exit 1

0 commit comments

Comments
 (0)