Skip to content

Commit 3f537c4

Browse files
committed
return to medium size for testing and removed exit(1) at the end of test
1 parent cb6efda commit 3f537c4

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

ydb/library/benchmarks/runner/tpc_tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,3 @@ def test_tpc():
7777
s3_folder = pathlib.Path(os.environ["PUBLIC_DIR"]).resolve()
7878

7979
upload(result_path, s3_folder)
80-
exit(1)

ydb/library/benchmarks/runner/ya.make

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
PY3TEST()
22

3-
SIZE(LARGE)
3+
SIZE(MEDIUM)
44

5-
TAG(
6-
ya:fat
7-
)
5+
# SIZE(LARGE)
6+
7+
# TAG(
8+
# ya:fat
9+
# )
810

911
TEST_SRCS(
1012
tpc_tests.py

0 commit comments

Comments
 (0)