mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
32 lines
429 B
Plaintext
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'
|