Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangpengcheng committed Nov 25, 2024
1 parent b553552 commit 8ecb9c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
windowConfig:
windowLengthCount: 10
slidingIntervalCount: 5
processingGuarantee: ATLEAST_ONCE
processingGuarantees: ATLEAST_ONCE
# the processingGuarantee should be manual for window function
# see: https://github.com/apache/pulsar/pull/16279/files#diff-c77c024ccb31c94a7aa80cb8e96d7e370709157bdc104a1be7867fb6c7aa0586R318-R319
processingGuarantee: manual
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if [ $? -ne 0 ]; then
fi

# verify the `processingGuarantees` config
kubectl logs window-function-sample | grep processingGuarantees=ATLEAST_ONCE
kubectl logs window-function-sample-function-0 | grep processingGuarantees=ATLEAST_ONCE
if [ $? -ne 0 ]; then
kubectl delete -f "${manifests_file}" > /dev/null 2>&1 || true
exit 1
Expand Down

0 comments on commit 8ecb9c9

Please sign in to comment.