Skip to content

Commit

Permalink
Merge 8d1318f into d4d07df
Browse files Browse the repository at this point in the history
  • Loading branch information
GrigoriyPA authored Feb 12, 2024
2 parents d4d07df + 8d1318f commit 223504f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/config/muted_ya.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ ydb/tests/fq/generic *
ydb/tests/fq/mem_alloc *
ydb/tests/fq/multi_plane *
ydb/tests/fq/plans test_stats_mode.py.TestStatsMode.test_mode[v1-STATS_MODE_FULL-client0]
ydb/tests/fq/restarts test_insert_restarts.py.TestS3.test_atomic_upload_commit*
ydb/tests/fq/s3 *
ydb/tests/fq/yds *
ydb/tests/functional/audit *
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ class TLocalTaskRunnerActor
if (MemoryQuota) {
MemoryQuota->TryReleaseQuota();
}
TaskRunner.Reset();
TActor<TLocalTaskRunnerActor>::PassAway();
}

Expand Down
1 change: 1 addition & 0 deletions ydb/tests/fq/restarts/test_insert_restarts.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def test_atomic_upload_commit(self, kikimr, s3, client):
assert time.time() < deadline, f"Insert not finished for already {time.time() - start} seconds"
time.sleep(0.001)

kikimr.compute_plane.wait_bootstrap()
client.wait_query(query_id, statuses=[fq.QueryMeta.COMPLETED, fq.QueryMeta.ABORTED_BY_SYSTEM, fq.QueryMeta.FAILED], timeout=timeout)

final_number_rows = self.run_atomic_upload_check_query(client, bucket, "ibucket", "insert/", "csv_with_names")
Expand Down

0 comments on commit 223504f

Please sign in to comment.