Skip to content

Commit ea89454

Browse files
authored
Merge cce8984 into 63dfe8f
2 parents 63dfe8f + cce8984 commit ea89454

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

.github/config/muted_ya.txt

+8-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,14 @@ ydb/tests/fq/generic *
7777
ydb/tests/fq/mem_alloc *
7878
ydb/tests/fq/multi_plane *
7979
ydb/tests/fq/plans test_stats_mode.py.TestStatsMode.test_mode[v1-STATS_MODE_FULL-client0]
80-
ydb/tests/fq/s3 *
80+
ydb/tests/fq/s3 test_c*
81+
ydb/tests/fq/s3 test_e*
82+
ydb/tests/fq/s3 test_f*
83+
ydb/tests/fq/s3 test_i*
84+
ydb/tests/fq/s3 test_p*
85+
ydb/tests/fq/s3 test_s*
86+
ydb/tests/fq/s3 test_t*
87+
ydb/tests/fq/s3 test_y*
8188
ydb/tests/fq/yds *
8289
ydb/tests/functional/audit *
8390
ydb/tests/functional/blobstorage test_replication.py.TestReplicationAfterNodesRestart.test_replication*

ydb/tests/fq/s3/test_compressions.py

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def validate_result(self, result_set):
4242
("test.json.xz", "xz")
4343
])
4444
def test_compression(self, kikimr, s3, client, filename, compression):
45+
assert False
4546
self.create_bucket_and_upload_file(filename, s3, kikimr)
4647
client.create_storage_connection("fruitbucket", "fbucket")
4748

@@ -65,6 +66,7 @@ def test_compression(self, kikimr, s3, client, filename, compression):
6566
@yq_all
6667
@pytest.mark.parametrize("client", [{"folder_id": "my_folder"}], indirect=True)
6768
def test_invalid_compression(self, kikimr, s3, client):
69+
assert False
6870
resource = boto3.resource(
6971
"s3",
7072
endpoint_url=s3.s3_url,

ydb/tests/fq/s3/test_early_finish.py

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class TestEarlyFinish(TestYdsBase):
1919
@yq_v1
2020
@pytest.mark.parametrize("client", [{"folder_id": "my_folder"}], indirect=True)
2121
def test_early_finish(self, kikimr, s3, client):
22+
assert False
2223
# Topics
2324
self.init_topics("select_early", create_output=False)
2425
client.create_yds_connection("myyds", os.getenv("YDB_DATABASE"), os.getenv("YDB_ENDPOINT"))

ydb/tests/fq/s3/test_empty.py

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class TestS3(object):
1414
@yq_all
1515
@pytest.mark.parametrize("client", [{"folder_id": "my_folder"}], indirect=True)
1616
def test_empty(self, kikimr, client):
17+
assert False
1718
try:
1819
client.create_query("simple", "", type=fq.QueryContent.QueryType.ANALYTICS).result.query_id
1920
except FederatedQueryException as e:

0 commit comments

Comments
 (0)