File tree Expand file tree Collapse file tree 9 files changed +81
-36
lines changed
library/yql/providers/generic/connector/tests Expand file tree Collapse file tree 9 files changed +81
-36
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,15 @@ ENDIF()
32
32
INCLUDE(${ARCADIA_ROOT}/library/recipes/docker_compose/recipe.inc)
33
33
34
34
IF (OPENSOURCE)
35
- # Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
36
- # which makes it impossible to run them during precommit checks on Github CI.
37
- # Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.
38
- SIZE(MEDIUM)
35
+ IF (SANITIZER_TYPE)
36
+ # Too huge for precommit check with sanitizers
37
+ SIZE(LARGE)
38
+ ELSE()
39
+ # Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
40
+ # which makes it impossible to run them during precommit checks on Github CI.
41
+ # Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.
42
+ SIZE(MEDIUM)
43
+ ENDIF()
39
44
SET(TEST_TAGS_VALUE)
40
45
SET(TEST_REQUIREMENTS_VALUE)
41
46
Original file line number Diff line number Diff line change @@ -31,10 +31,15 @@ ENDIF()
31
31
INCLUDE(${ARCADIA_ROOT}/library/recipes/docker_compose/recipe.inc)
32
32
33
33
IF (OPENSOURCE)
34
- # Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
35
- # which makes it impossible to run them during precommit checks on Github CI.
36
- # Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.
37
- SIZE(MEDIUM)
34
+ IF (SANITIZER_TYPE)
35
+ # Too huge for precommit check with sanitizers
36
+ SIZE(LARGE)
37
+ ELSE()
38
+ # Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
39
+ # which makes it impossible to run them during precommit checks on Github CI.
40
+ # Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.
41
+ SIZE(MEDIUM)
42
+ ENDIF()
38
43
SET(TEST_TAGS_VALUE)
39
44
SET(TEST_REQUIREMENTS_VALUE)
40
45
Original file line number Diff line number Diff line change @@ -37,10 +37,15 @@ ENDIF()
37
37
INCLUDE(${ARCADIA_ROOT}/library/recipes/docker_compose/recipe.inc)
38
38
39
39
IF (OPENSOURCE)
40
- # Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
41
- # which makes it impossible to run them during precommit checks on Github CI.
42
- # Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.
43
- SIZE(MEDIUM)
40
+ IF (SANITIZER_TYPE)
41
+ # Too huge for precommit check with sanitizers
42
+ SIZE(LARGE)
43
+ ELSE()
44
+ # Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
45
+ # which makes it impossible to run them during precommit checks on Github CI.
46
+ # Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.
47
+ SIZE(MEDIUM)
48
+ ENDIF()
44
49
SET(TEST_TAGS_VALUE)
45
50
SET(TEST_REQUIREMENTS_VALUE)
46
51
# This requirement forces tests to be launched consequently,
Original file line number Diff line number Diff line change @@ -37,10 +37,15 @@ ENDIF()
37
37
INCLUDE(${ARCADIA_ROOT}/library/recipes/docker_compose/recipe.inc)
38
38
39
39
IF (OPENSOURCE)
40
- # Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
41
- # which makes it impossible to run them during precommit checks on Github CI.
42
- # Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.
43
- SIZE(MEDIUM)
40
+ IF (SANITIZER_TYPE)
41
+ # Too huge for precommit check with sanitizers
42
+ SIZE(LARGE)
43
+ ELSE()
44
+ # Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
45
+ # which makes it impossible to run them during precommit checks on Github CI.
46
+ # Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.
47
+ SIZE(MEDIUM)
48
+ ENDIF()
44
49
SET(TEST_TAGS_VALUE)
45
50
SET(TEST_REQUIREMENTS_VALUE)
46
51
# This requirement forces tests to be launched consequently,
Original file line number Diff line number Diff line change @@ -37,10 +37,15 @@ ENDIF()
37
37
INCLUDE(${ARCADIA_ROOT}/library/recipes/docker_compose/recipe.inc)
38
38
39
39
IF (OPENSOURCE)
40
- # Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
41
- # which makes it impossible to run them during precommit checks on Github CI.
42
- # Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.
43
- SIZE(MEDIUM)
40
+ IF (SANITIZER_TYPE)
41
+ # Too huge for precommit check with sanitizers
42
+ SIZE(LARGE)
43
+ ELSE()
44
+ # Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
45
+ # which makes it impossible to run them during precommit checks on Github CI.
46
+ # Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.
47
+ SIZE(MEDIUM)
48
+ ENDIF()
44
49
SET(TEST_TAGS_VALUE)
45
50
SET(TEST_REQUIREMENTS_VALUE)
46
51
# This requirement forces tests to be launched consequently,
Original file line number Diff line number Diff line change @@ -37,10 +37,15 @@ ENDIF()
37
37
INCLUDE(${ARCADIA_ROOT}/library/recipes/docker_compose/recipe.inc)
38
38
39
39
IF (OPENSOURCE)
40
- # Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
41
- # which makes it impossible to run them during precommit checks on Github CI.
42
- # Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.
43
- SIZE(MEDIUM)
40
+ IF (SANITIZER_TYPE)
41
+ # Too huge for precommit check with sanitizers
42
+ SIZE(LARGE)
43
+ ELSE()
44
+ # Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
45
+ # which makes it impossible to run them during precommit checks on Github CI.
46
+ # Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.
47
+ SIZE(MEDIUM)
48
+ ENDIF()
44
49
SET(TEST_TAGS_VALUE)
45
50
SET(TEST_REQUIREMENTS_VALUE)
46
51
# This requirement forces tests to be launched consequently,
Original file line number Diff line number Diff line change @@ -37,10 +37,15 @@ ENDIF()
37
37
INCLUDE(${ARCADIA_ROOT}/library/recipes/docker_compose/recipe.inc)
38
38
39
39
IF (OPENSOURCE)
40
- # Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
41
- # which makes it impossible to run them during precommit checks on Github CI.
42
- # Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.
43
- SIZE(MEDIUM)
40
+ IF (SANITIZER_TYPE)
41
+ # Too huge for precommit check with sanitizers
42
+ SIZE(LARGE)
43
+ ELSE()
44
+ # Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
45
+ # which makes it impossible to run them during precommit checks on Github CI.
46
+ # Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.
47
+ SIZE(MEDIUM)
48
+ ENDIF()
44
49
SET(TEST_TAGS_VALUE)
45
50
SET(TEST_REQUIREMENTS_VALUE)
46
51
# This requirement forces tests to be launched consequently,
Original file line number Diff line number Diff line change @@ -37,10 +37,15 @@ ENDIF()
37
37
INCLUDE(${ARCADIA_ROOT}/library/recipes/docker_compose/recipe.inc)
38
38
39
39
IF (OPENSOURCE)
40
- # Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
41
- # which makes it impossible to run them during precommit checks on Github CI.
42
- # Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.
43
- SIZE(MEDIUM)
40
+ IF (SANITIZER_TYPE)
41
+ # Too huge for precommit check with sanitizers
42
+ SIZE(LARGE)
43
+ ELSE()
44
+ # Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
45
+ # which makes it impossible to run them during precommit checks on Github CI.
46
+ # Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.
47
+ SIZE(MEDIUM)
48
+ ENDIF()
44
49
SET(TEST_TAGS_VALUE)
45
50
SET(TEST_REQUIREMENTS_VALUE)
46
51
# This requirement forces tests to be launched consequently,
Original file line number Diff line number Diff line change @@ -37,10 +37,15 @@ ENDIF()
37
37
INCLUDE(${ARCADIA_ROOT}/library/recipes/docker_compose/recipe.inc)
38
38
39
39
IF (OPENSOURCE)
40
- # Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
41
- # which makes it impossible to run them during precommit checks on Github CI.
42
- # Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.
43
- SIZE(MEDIUM)
40
+ IF (SANITIZER_TYPE)
41
+ # Too huge for precommit check with sanitizers
42
+ SIZE(LARGE)
43
+ ELSE()
44
+ # Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
45
+ # which makes it impossible to run them during precommit checks on Github CI.
46
+ # Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.
47
+ SIZE(MEDIUM)
48
+ ENDIF()
44
49
SET(TEST_TAGS_VALUE)
45
50
SET(TEST_REQUIREMENTS_VALUE)
46
51
# This requirement forces tests to be launched consequently,
You can’t perform that action at this time.
0 commit comments