Skip to content

Commit 3e1d66e

Browse files
committed
Rebench a test.
1 parent 8f85812 commit 3e1d66e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sdks/python/apache_beam/transforms/trigger_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,8 @@ def format_result(k, vs):
663663
equal_to(
664664
list({
665665
'A-5': {1, 2, 3, 4, 5},
666-
# A-10, A-11 never emitted due to AfterCount(3) never firing.
666+
# A-10, A-11 emit on the closing of window [10, 19]
667+
'A-2': {10, 11},
667668
'B-4': {6, 7, 8, 9},
668669
'B-3': {10, 15, 16},
669670
}.items())))

0 commit comments

Comments
 (0)