ClickHouse/tests/queries/0_stateless/01947_multiple_pipe_read.reference
2021-07-16 10:22:37 +03:00

32 lines
429 B
Plaintext

File generated:
0,"BBB"
1,"BBB"
2,"BBB"
3,"BBB"
4,"AAA"
5,"BBB"
6,"AAA"
******************
Attempt to read twice from a pipeline
foo
foo
******************
Attempt to read twice from a regular file
0,"BBB"
1,"BBB"
2,"BBB"
3,"BBB"
4,"AAA"
5,"BBB"
6,"AAA"
0,"BBB"
1,"BBB"
2,"BBB"
3,"BBB"
4,"AAA"
5,"BBB"
6,"AAA"
******************
Attempt to read twice from a pipe
OK: stderr contains a message 'Cannot read from a pipeline twice'