ClickHouse/tests/queries/0_stateless/01947_multiple_pipe_read.reference

32 lines
429 B
Plaintext
Raw Normal View History

2021-07-09 13:15:16 +00:00
File generated:
2021-07-15 08:24:45 +00:00
0,"BBB"
1,"BBB"
2,"BBB"
3,"BBB"
4,"AAA"
5,"BBB"
6,"AAA"
2021-07-09 13:15:16 +00:00
******************
Attempt to read twice from a pipeline
2021-07-15 08:24:45 +00:00
foo
foo
2021-07-09 13:15:16 +00:00
******************
Attempt to read twice from a regular file
2021-07-15 08:24:45 +00:00
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"
2021-07-09 13:15:16 +00:00
******************
Attempt to read twice from a pipe
OK: stderr contains a message 'Cannot read from a pipeline twice'