Skip to content

Commit

Permalink
YDB FQ: switch connector integration tests to LARGE (#14086)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyisaev2 authored Feb 3, 2025
1 parent 91065b1 commit c941aa2
Show file tree
Hide file tree
Showing 10 changed files with 139 additions and 110 deletions.
24 changes: 13 additions & 11 deletions ydb/core/external_sources/hive_metastore/ut/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,19 @@ ENV(COMPOSE_HTTP_TIMEOUT=1200) # during parallel tests execution there could be
INCLUDE(${ARCADIA_ROOT}/library/recipes/docker_compose/recipe.inc)

IF (OPENSOURCE)
IF (SANITIZER_TYPE)
# Too huge for precommit check with sanitizers
SIZE(LARGE)
ELSE()
# Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
# which makes it impossible to run them during precommit checks on Github CI.
# Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.
SIZE(MEDIUM)
ENDIF()
SET(TEST_TAGS_VALUE)
SET(TEST_REQUIREMENTS_VALUE)
# TODO: uncomment these lines when build infrastructure is fixed.
#
# IF (SANITIZER_TYPE)
# # Too huge for precommit check with sanitizers
# SIZE(LARGE)
# ELSE()
# # Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
# # which makes it impossible to run them during precommit checks on Github CI.
# # Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.
# SIZE(MEDIUM)
# ENDIF()
# SET(TEST_TAGS_VALUE)
# SET(TEST_REQUIREMENTS_VALUE)

# This requirement forces tests to be launched consequently,
# otherwise CI system would be overloaded due to simultaneous launch of many Docker containers.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,20 @@ ENV(COMPOSE_HTTP_TIMEOUT=1200) # during parallel tests execution there could be
INCLUDE(${ARCADIA_ROOT}/library/recipes/docker_compose/recipe.inc)

IF (OPENSOURCE)
IF (SANITIZER_TYPE)
# Too huge for precommit check with sanitizers
SIZE(LARGE)
ELSE()
# Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
# which makes it impossible to run them during precommit checks on Github CI.
# Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.
SIZE(MEDIUM)
ENDIF()
SET(TEST_TAGS_VALUE)
SET(TEST_REQUIREMENTS_VALUE)
# TODO: uncomment these lines when build infrastructure is fixed.
#
# IF (SANITIZER_TYPE)
# # Too huge for precommit check with sanitizers
# SIZE(LARGE)
# ELSE()
# # Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
# # which makes it impossible to run them during precommit checks on Github CI.
# # Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.
# SIZE(MEDIUM)
# ENDIF()
# SET(TEST_TAGS_VALUE)
# SET(TEST_REQUIREMENTS_VALUE)

# This requirement forces tests to be launched consequently,
# otherwise CI system would be overloaded due to simultaneous launch of many Docker containers.
# See DEVTOOLSSUPPORT-44103, YA-1759 for details.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,20 @@ ENV(COMPOSE_HTTP_TIMEOUT=1200) # during parallel tests execution there could be
INCLUDE(${ARCADIA_ROOT}/library/recipes/docker_compose/recipe.inc)

IF (OPENSOURCE)
IF (SANITIZER_TYPE)
# Too huge for precommit check with sanitizers
SIZE(LARGE)
ELSE()
# Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
# which makes it impossible to run them during precommit checks on Github CI.
# Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.
SIZE(MEDIUM)
ENDIF()
SET(TEST_TAGS_VALUE)
SET(TEST_REQUIREMENTS_VALUE)
# TODO: uncomment these lines when build infrastructure is fixed.
#
#IF (SANITIZER_TYPE)
# # Too huge for precommit check with sanitizers
# SIZE(LARGE)
#ELSE()
# # Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
# # which makes it impossible to run them during precommit checks on Github CI.
# # Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.
# SIZE(MEDIUM)
#ENDIF()
#SET(TEST_TAGS_VALUE)
#SET(TEST_REQUIREMENTS_VALUE)

# This requirement forces tests to be launched consequently,
# otherwise CI system would be overloaded due to simultaneous launch of many Docker containers.
# See DEVTOOLSSUPPORT-44103, YA-1759 for details.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,20 @@ ENV(COMPOSE_HTTP_TIMEOUT=1200) # during parallel tests execution there could be
INCLUDE(${ARCADIA_ROOT}/library/recipes/docker_compose/recipe.inc)

IF (OPENSOURCE)
IF (SANITIZER_TYPE)
# Too huge for precommit check with sanitizers
SIZE(LARGE)
ELSE()
# Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
# which makes it impossible to run them during precommit checks on Github CI.
# Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.
SIZE(MEDIUM)
ENDIF()
SET(TEST_TAGS_VALUE)
SET(TEST_REQUIREMENTS_VALUE)
# TODO: uncomment these lines when build infrastructure is fixed.
#
# IF (SANITIZER_TYPE)
# # Too huge for precommit check with sanitizers
# SIZE(LARGE)
# ELSE()
# # Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
# # which makes it impossible to run them during precommit checks on Github CI.
# # Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.
# SIZE(MEDIUM)
# ENDIF()
# SET(TEST_TAGS_VALUE)
# SET(TEST_REQUIREMENTS_VALUE)

# This requirement forces tests to be launched consequently,
# otherwise CI system would be overloaded due to simultaneous launch of many Docker containers.
# See DEVTOOLSSUPPORT-44103, YA-1759 for details.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,20 @@ ENV(COMPOSE_HTTP_TIMEOUT=1200) # during parallel tests execution there could be
INCLUDE(${ARCADIA_ROOT}/library/recipes/docker_compose/recipe.inc)

IF (OPENSOURCE)
IF (SANITIZER_TYPE)
# Too huge for precommit check with sanitizers
SIZE(LARGE)
ELSE()
# Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
# which makes it impossible to run them during precommit checks on Github CI.
# Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.
SIZE(MEDIUM)
ENDIF()
SET(TEST_TAGS_VALUE)
SET(TEST_REQUIREMENTS_VALUE)
# TODO: uncomment these lines when build infrastructure is fixed.
#
# IF (SANITIZER_TYPE)
# # Too huge for precommit check with sanitizers
# SIZE(LARGE)
# ELSE()
# # Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
# # which makes it impossible to run them during precommit checks on Github CI.
# # Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.
# SIZE(MEDIUM)
# ENDIF()
# SET(TEST_TAGS_VALUE)
# SET(TEST_REQUIREMENTS_VALUE)

# This requirement forces tests to be launched consequently,
# otherwise CI system would be overloaded due to simultaneous launch of many Docker containers.
# See DEVTOOLSSUPPORT-44103, YA-1759 for details.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,20 @@ ENV(COMPOSE_HTTP_TIMEOUT=1200) # during parallel tests execution there could be
INCLUDE(${ARCADIA_ROOT}/library/recipes/docker_compose/recipe.inc)

IF (OPENSOURCE)
IF (SANITIZER_TYPE)
# Too huge for precommit check with sanitizers
SIZE(LARGE)
ELSE()
# Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
# which makes it impossible to run them during precommit checks on Github CI.
# Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.
SIZE(MEDIUM)
ENDIF()
SET(TEST_TAGS_VALUE)
SET(TEST_REQUIREMENTS_VALUE)
# TODO: uncomment these lines when build infrastructure is fixed.
#
# IF (SANITIZER_TYPE)
# # Too huge for precommit check with sanitizers
# SIZE(LARGE)
# ELSE()
# # Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
# # which makes it impossible to run them during precommit checks on Github CI.
# # Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.
# SIZE(MEDIUM)
# ENDIF()
# SET(TEST_TAGS_VALUE)
# SET(TEST_REQUIREMENTS_VALUE)

# This requirement forces tests to be launched consequently,
# otherwise CI system would be overloaded due to simultaneous launch of many Docker containers.
# See DEVTOOLSSUPPORT-44103, YA-1759 for details.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,20 @@ ENV(COMPOSE_HTTP_TIMEOUT=1200) # during parallel tests execution there could be
INCLUDE(${ARCADIA_ROOT}/library/recipes/docker_compose/recipe.inc)

IF (OPENSOURCE)
IF (SANITIZER_TYPE)
# Too huge for precommit check with sanitizers
SIZE(LARGE)
ELSE()
# Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
# which makes it impossible to run them during precommit checks on Github CI.
# Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.
SIZE(MEDIUM)
ENDIF()
SET(TEST_TAGS_VALUE)
SET(TEST_REQUIREMENTS_VALUE)
# TODO: uncomment these lines when build infrastructure is fixed.
#
# IF (SANITIZER_TYPE)
# # Too huge for precommit check with sanitizers
# SIZE(LARGE)
# ELSE()
# # Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
# # which makes it impossible to run them during precommit checks on Github CI.
# # Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.
# SIZE(MEDIUM)
# ENDIF()
# SET(TEST_TAGS_VALUE)
# SET(TEST_REQUIREMENTS_VALUE)

# This requirement forces tests to be launched consequently,
# otherwise CI system would be overloaded due to simultaneous launch of many Docker containers.
# See DEVTOOLSSUPPORT-44103, YA-1759 for details.
Expand Down
25 changes: 14 additions & 11 deletions ydb/library/yql/providers/generic/connector/tests/join/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,20 @@ ENV(COMPOSE_HTTP_TIMEOUT=1200) # during parallel tests execution there could be
INCLUDE(${ARCADIA_ROOT}/library/recipes/docker_compose/recipe.inc)

IF (OPENSOURCE)
IF (SANITIZER_TYPE)
# Too huge for precommit check with sanitizers
SIZE(LARGE)
ELSE()
# Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
# which makes it impossible to run them during precommit checks on Github CI.
# Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.
SIZE(MEDIUM)
ENDIF()
SET(TEST_TAGS_VALUE)
SET(TEST_REQUIREMENTS_VALUE)
# TODO: uncomment these lines when build infrastructure is fixed.
#
# IF (SANITIZER_TYPE)
# # Too huge for precommit check with sanitizers
# SIZE(LARGE)
# ELSE()
# # Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
# # which makes it impossible to run them during precommit checks on Github CI.
# # Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.
# SIZE(MEDIUM)
# ENDIF()
# SET(TEST_TAGS_VALUE)
# SET(TEST_REQUIREMENTS_VALUE)

# This requirement forces tests to be launched consequently,
# otherwise CI system would be overloaded due to simultaneous launch of many Docker containers.
# See DEVTOOLSSUPPORT-44103, YA-1759 for details.
Expand Down
25 changes: 14 additions & 11 deletions ydb/tests/fq/generic/analytics/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,20 @@ ENV(COMPOSE_HTTP_TIMEOUT=1200) # during parallel tests execution there could be
INCLUDE(${ARCADIA_ROOT}/library/recipes/docker_compose/recipe.inc)

IF (OPENSOURCE)
IF (SANITIZER_TYPE)
# Too huge for precommit check with sanitizers
SIZE(LARGE)
ELSE()
# Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
# which makes it impossible to run them during precommit checks on Github CI.
# Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.
SIZE(MEDIUM)
ENDIF()
SET(TEST_TAGS_VALUE)
SET(TEST_REQUIREMENTS_VALUE)
# TODO: uncomment these lines when build infrastructure is fixed.
#
# IF (SANITIZER_TYPE)
# # Too huge for precommit check with sanitizers
# SIZE(LARGE)
# ELSE()
# # Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
# # which makes it impossible to run them during precommit checks on Github CI.
# # Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.
# SIZE(MEDIUM)
# ENDIF()
# SET(TEST_TAGS_VALUE)
# SET(TEST_REQUIREMENTS_VALUE)

# This requirement forces tests to be launched consequently,
# otherwise CI system would be overloaded due to simultaneous launch of many Docker containers.
# See DEVTOOLSSUPPORT-44103, YA-1759 for details.
Expand Down
25 changes: 14 additions & 11 deletions ydb/tests/fq/generic/streaming/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,20 @@ ENV(COMPOSE_HTTP_TIMEOUT=1200) # during parallel tests execution there could be
INCLUDE(${ARCADIA_ROOT}/library/recipes/docker_compose/recipe.inc)

IF (OPENSOURCE)
IF (SANITIZER_TYPE)
# Too huge for precommit check with sanitizers
SIZE(LARGE)
ELSE()
# Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
# which makes it impossible to run them during precommit checks on Github CI.
# Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.
SIZE(MEDIUM)
ENDIF()
SET(TEST_TAGS_VALUE)
SET(TEST_REQUIREMENTS_VALUE)
# TODO: uncomment these lines when build infrastructure is fixed.
#
# IF (SANITIZER_TYPE)
# # Too huge for precommit check with sanitizers
# SIZE(LARGE)
# ELSE()
# # Including of docker_compose/recipe.inc automatically converts these tests into LARGE,
# # which makes it impossible to run them during precommit checks on Github CI.
# # Next several lines forces these tests to be MEDIUM. To see discussion, visit YDBOPS-8928.
# SIZE(MEDIUM)
# ENDIF()
# SET(TEST_TAGS_VALUE)
# SET(TEST_REQUIREMENTS_VALUE)

# This requirement forces tests to be launched consequently,
# otherwise CI system would be overloaded due to simultaneous launch of many Docker containers.
# See DEVTOOLSSUPPORT-44103, YA-1759 for details.
Expand Down

0 comments on commit c941aa2

Please sign in to comment.