Skip to content

Commit

Permalink
revert essentials
Browse files Browse the repository at this point in the history
  • Loading branch information
uzhastik committed Nov 28, 2024
1 parent 0911641 commit 1581bd7
Show file tree
Hide file tree
Showing 20 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions yql/essentials/core/issue/ut/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ SRCS(
PEERDIR(
)

TIMEOUT(300)
SIZE(MEDIUM)

END()
2 changes: 2 additions & 0 deletions yql/essentials/core/minsketch/ut/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ UNITTEST_FOR(yql/essentials/core/minsketch)
FORK_SUBTESTS()
IF (WITH_VALGRIND)
SPLIT_FACTOR(30)
TIMEOUT(1200)
SIZE(LARGE)
TAG(ya:fat)
ELSE()
TIMEOUT(600)
SIZE(MEDIUM)
ENDIF()

Expand Down
1 change: 1 addition & 0 deletions yql/essentials/minikql/benchmark/pack_num/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Y_BENCHMARK()

ALLOCATOR(B)

TIMEOUT(1800)
SIZE(LARGE)
TAG(ya:fat)

Expand Down
2 changes: 2 additions & 0 deletions yql/essentials/minikql/ut/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ UNITTEST_FOR(yql/essentials/minikql)
FORK_SUBTESTS()

IF (SANITIZER_TYPE == "thread" OR WITH_VALGRIND)
TIMEOUT(1800)
SIZE(LARGE)
TAG(ya:fat)
ELSE()
TIMEOUT(600)
SIZE(MEDIUM)
ENDIF()

Expand Down
2 changes: 2 additions & 0 deletions yql/essentials/parser/pg_wrapper/test/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ TEST_SRCS(
)

IF (SANITIZER_TYPE OR WITH_VALGRIND)
TIMEOUT(1800)
SIZE(LARGE)
TAG(ya:fat sb:ttl=2)
ELSE()
TIMEOUT(600)
SIZE(MEDIUM)
TAG(sb:ttl=2)
ENDIF()
Expand Down
2 changes: 2 additions & 0 deletions yql/essentials/tests/sql/sql2yql/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ IF (SANITIZER_TYPE OR NOT OPENSOURCE)
ENDIF()

IF (SANITIZER_TYPE)
TIMEOUT(1800)
SIZE(LARGE)
TAG(ya:fat sb:ttl=2)
ELSE()
TIMEOUT(600)
SIZE(MEDIUM)
TAG(sb:ttl=2)
ENDIF()
Expand Down
2 changes: 2 additions & 0 deletions yql/essentials/types/binary_json/ut/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ SRCS(

IF (SANITIZER_TYPE == "thread" OR WITH_VALGRIND)
FORK_SUBTESTS()
TIMEOUT(2400)
SPLIT_FACTOR(20)
SIZE(LARGE)
TAG(ya:fat)
ELSE()
TIMEOUT(600)
SIZE(MEDIUM)
ENDIF()

Expand Down
2 changes: 2 additions & 0 deletions yql/essentials/types/binary_json/ut_benchmark/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ G_BENCHMARK()

TAG(ya:fat)
SIZE(LARGE)
TIMEOUT(600)

IF (BENCHMARK_MAKE_LARGE_PART)
CFLAGS(
-DBENCHMARK_MAKE_LARGE_PART=1
)
TIMEOUT(1200)
ENDIF()

SRCS(
Expand Down
2 changes: 2 additions & 0 deletions yql/essentials/udfs/common/digest/test/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ YQL_UDF_TEST_CONTRIB()

DEPENDS(yql/essentials/udfs/common/digest)

TIMEOUT(300)

SIZE(MEDIUM)

IF (SANITIZER_TYPE == "memory")
Expand Down
2 changes: 2 additions & 0 deletions yql/essentials/udfs/common/histogram/test/ya.make
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
YQL_UDF_TEST_CONTRIB()

TIMEOUT(600)

SIZE(MEDIUM)

IF (SANITIZER_TYPE == "memory")
Expand Down
2 changes: 2 additions & 0 deletions yql/essentials/udfs/common/hyperloglog/test/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ DEPENDS(
yql/essentials/udfs/common/digest
)

TIMEOUT(300)

SIZE(MEDIUM)

IF (SANITIZER_TYPE == "memory")
Expand Down
2 changes: 2 additions & 0 deletions yql/essentials/udfs/common/hyperscan/test/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ YQL_UDF_TEST_CONTRIB()

DEPENDS(yql/essentials/udfs/common/hyperscan)

TIMEOUT(300)

SIZE(MEDIUM)

IF (SANITIZER_TYPE == "memory")
Expand Down
2 changes: 2 additions & 0 deletions yql/essentials/udfs/common/json/test/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ YQL_UDF_TEST_CONTRIB()

DEPENDS(yql/essentials/udfs/common/json)

TIMEOUT(300)

SIZE(MEDIUM)

IF (SANITIZER_TYPE == "memory")
Expand Down
2 changes: 2 additions & 0 deletions yql/essentials/udfs/common/re2/test/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ YQL_UDF_TEST_CONTRIB()

DEPENDS(yql/essentials/udfs/common/re2)

TIMEOUT(300)

SIZE(MEDIUM)

IF (SANITIZER_TYPE == "memory")
Expand Down
2 changes: 2 additions & 0 deletions yql/essentials/udfs/common/set/test/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ YQL_UDF_TEST_CONTRIB()

DEPENDS(yql/essentials/udfs/common/set)

TIMEOUT(300)

SIZE(MEDIUM)

IF (SANITIZER_TYPE == "memory")
Expand Down
1 change: 1 addition & 0 deletions yql/essentials/udfs/common/streaming/test/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ YQL_UDF_TEST_CONTRIB()
yql/essentials/udfs/common/string
yql/essentials/udfs/common/streaming
)
TIMEOUT(300)
SIZE(MEDIUM)

IF (SANITIZER_TYPE == "memory")
Expand Down
2 changes: 2 additions & 0 deletions yql/essentials/udfs/common/string/test/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ YQL_UDF_TEST_CONTRIB()

DEPENDS(yql/essentials/udfs/common/string)

TIMEOUT(300)

SIZE(MEDIUM)

IF (SANITIZER_TYPE == "memory")
Expand Down
2 changes: 2 additions & 0 deletions yql/essentials/udfs/common/top/test/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ YQL_UDF_TEST_CONTRIB()

DEPENDS(yql/essentials/udfs/common/top)

TIMEOUT(300)

SIZE(MEDIUM)

IF (SANITIZER_TYPE == "memory")
Expand Down
2 changes: 2 additions & 0 deletions yql/essentials/udfs/common/url_base/test/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ YQL_UDF_TEST_CONTRIB()

DEPENDS(yql/essentials/udfs/common/url_base)

TIMEOUT(300)

SIZE(MEDIUM)

IF (SANITIZER_TYPE == "memory")
Expand Down
1 change: 1 addition & 0 deletions yql/essentials/udfs/examples/tagged/test/ya.make
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
YQL_UDF_TEST_CONTRIB()

TIMEOUT(300)
SIZE(MEDIUM)

DEPENDS(
Expand Down

0 comments on commit 1581bd7

Please sign in to comment.