Remove long/no-fasttest for some expect tests

Those tests was simply broken and timed out without failing the test
before this PRs:
- #46911
- #46857
- #46779, #46636, #46619

So after those fixes they should be fast and fasttest compatible.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
This commit is contained in:
Azat Khuzhin 2023-02-26 08:05:01 +01:00
parent b5438456aa
commit 05b50a1964
10 changed files with 0 additions and 10 deletions

View File

@ -1,5 +1,4 @@
#!/usr/bin/expect -f
# Tags: long
set basedir [file dirname $argv0]
set basename [file tail $argv0]

View File

@ -1,5 +1,4 @@
#!/usr/bin/expect -f
# Tags: long
set basedir [file dirname $argv0]
set basename [file tail $argv0]

View File

@ -1,5 +1,4 @@
#!/usr/bin/expect -f
# Tags: long
# This is a separate test, because we want to test the interactive mode.
# https://github.com/ClickHouse/ClickHouse/issues/19353

View File

@ -1,5 +1,4 @@
#!/usr/bin/expect -f
# Tags: long
set basedir [file dirname $argv0]
set basename [file tail $argv0]

View File

@ -1,5 +1,4 @@
#!/usr/bin/expect -f
# Tags: no-fasttest
# This is a test for system.warnings. Testing in interactive mode is necessary,
# as we want to see certain warnings from client

View File

@ -1,5 +1,4 @@
#!/usr/bin/expect -f
# Tags: no-parallel
set basedir [file dirname $argv0]
set basename [file tail $argv0]

View File

@ -1,5 +1,4 @@
#!/usr/bin/expect -f
# Tags: no-parallel
set basedir [file dirname $argv0]
set basename [file tail $argv0]

View File

@ -1,5 +1,4 @@
#!/usr/bin/expect -f
# Tags: long
set basedir [file dirname $argv0]
set basename [file tail $argv0]

View File

@ -1,5 +1,4 @@
#!/usr/bin/expect -f
# Tags: long
# This is the regression for the concurrent access in ProgressIndication,
# so it is important to read enough rows here (10e6).

View File

@ -1,5 +1,4 @@
#!/usr/bin/expect -f
# Tags: long
# This is the regression for the concurrent access in ProgressIndication,
# so it is important to read enough rows here (10e6).