Skip to content

Commit 11c79d0

Browse files
mattnibsnwt
andauthored
Update compiler/ztests/par-count.yaml
Co-authored-by: Noah Treuhaft <[email protected]>
1 parent 494b795 commit 11c79d0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

compiler/ztests/par-count.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Test ensures that flowgraphs utilizing the count operator
22
# are not parallelized.
33
script: |
4-
export SUPER_VAM=1
5-
super -f csup -o a.csup -c 'values {x:1}'
6-
super compile -C -P 2 'from a.csup | count {row_number,...this} | aggregate sum(x)'
4+
SUPER_VAM=1 super compile -C -P 2 'from /dev/null | count {row_number,...this} | aggregate sum(x)'
75
86
outputs:
97
- name: stdout

0 commit comments

Comments
 (0)