Skip to content

Commit 383360f

Browse files
authored
Do docker-compose tests in parallel (#8165)
1 parent de42a46 commit 383360f

File tree

10 files changed

+10
-8
lines changed

10 files changed

+10
-8
lines changed

ydb/core/external_sources/hive_metastore/ut/ya.make

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ IF (AUTOCHECK)
2929
)
3030
ENDIF()
3131

32+
ENV(COMPOSE_HTTP_TIMEOUT=1200) # during parallel tests execution there could be huge disk io, which triggers timeouts in docker-compose
3233
INCLUDE(${ARCADIA_ROOT}/library/recipes/docker_compose/recipe.inc)
3334

3435
IF (OPENSOURCE)

ydb/core/external_sources/s3/ut/ya.make

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ IF (AUTOCHECK)
2828
)
2929
ENDIF()
3030

31+
ENV(COMPOSE_HTTP_TIMEOUT=1200) # during parallel tests execution there could be huge disk io, which triggers timeouts in docker-compose
3132
INCLUDE(${ARCADIA_ROOT}/library/recipes/docker_compose/recipe.inc)
3233

3334
IF (OPENSOURCE)

ydb/library/yql/providers/generic/connector/tests/datasource/clickhouse/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ IF (AUTOCHECK)
3434
)
3535
ENDIF()
3636

37+
ENV(COMPOSE_HTTP_TIMEOUT=1200) # during parallel tests execution there could be huge disk io, which triggers timeouts in docker-compose
3738
INCLUDE(${ARCADIA_ROOT}/library/recipes/docker_compose/recipe.inc)
3839

3940
IF (OPENSOURCE)
@@ -52,7 +53,6 @@ IF (OPENSOURCE)
5253
# otherwise CI system would be overloaded due to simultaneous launch of many Docker containers.
5354
# See DEVTOOLSSUPPORT-44103, YA-1759 for details.
5455
TAG(ya:not_autocheck)
55-
REQUIREMENTS(cpu:all)
5656
ENDIF()
5757

5858
TEST_SRCS(

ydb/library/yql/providers/generic/connector/tests/datasource/ms_sql_server/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ IF (AUTOCHECK)
3434
)
3535
ENDIF()
3636

37+
ENV(COMPOSE_HTTP_TIMEOUT=1200) # during parallel tests execution there could be huge disk io, which triggers timeouts in docker-compose
3738
INCLUDE(${ARCADIA_ROOT}/library/recipes/docker_compose/recipe.inc)
3839

3940
IF (OPENSOURCE)
@@ -52,7 +53,6 @@ IF (OPENSOURCE)
5253
# otherwise CI system would be overloaded due to simultaneous launch of many Docker containers.
5354
# See DEVTOOLSSUPPORT-44103, YA-1759 for details.
5455
TAG(ya:not_autocheck)
55-
REQUIREMENTS(cpu:all)
5656
ENDIF()
5757

5858
TEST_SRCS(

ydb/library/yql/providers/generic/connector/tests/datasource/mysql/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ IF (AUTOCHECK)
3434
)
3535
ENDIF()
3636

37+
ENV(COMPOSE_HTTP_TIMEOUT=1200) # during parallel tests execution there could be huge disk io, which triggers timeouts in docker-compose
3738
INCLUDE(${ARCADIA_ROOT}/library/recipes/docker_compose/recipe.inc)
3839

3940
IF (OPENSOURCE)
@@ -52,7 +53,6 @@ IF (OPENSOURCE)
5253
# otherwise CI system would be overloaded due to simultaneous launch of many Docker containers.
5354
# See DEVTOOLSSUPPORT-44103, YA-1759 for details.
5455
TAG(ya:not_autocheck)
55-
REQUIREMENTS(cpu:all)
5656
ENDIF()
5757

5858
TEST_SRCS(

ydb/library/yql/providers/generic/connector/tests/datasource/oracle/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ IF (AUTOCHECK)
3434
)
3535
ENDIF()
3636

37+
ENV(COMPOSE_HTTP_TIMEOUT=1200) # during parallel tests execution there could be huge disk io, which triggers timeouts in docker-compose
3738
INCLUDE(${ARCADIA_ROOT}/library/recipes/docker_compose/recipe.inc)
3839

3940
IF (OPENSOURCE)
@@ -52,7 +53,6 @@ IF (OPENSOURCE)
5253
# otherwise CI system would be overloaded due to simultaneous launch of many Docker containers.
5354
# See DEVTOOLSSUPPORT-44103, YA-1759 for details.
5455
TAG(ya:not_autocheck)
55-
REQUIREMENTS(cpu:all)
5656
ENDIF()
5757

5858
TEST_SRCS(

ydb/library/yql/providers/generic/connector/tests/datasource/postgresql/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ IF (AUTOCHECK)
3434
)
3535
ENDIF()
3636

37+
ENV(COMPOSE_HTTP_TIMEOUT=1200) # during parallel tests execution there could be huge disk io, which triggers timeouts in docker-compose
3738
INCLUDE(${ARCADIA_ROOT}/library/recipes/docker_compose/recipe.inc)
3839

3940
IF (OPENSOURCE)
@@ -52,7 +53,6 @@ IF (OPENSOURCE)
5253
# otherwise CI system would be overloaded due to simultaneous launch of many Docker containers.
5354
# See DEVTOOLSSUPPORT-44103, YA-1759 for details.
5455
TAG(ya:not_autocheck)
55-
REQUIREMENTS(cpu:all)
5656
ENDIF()
5757

5858
TEST_SRCS(

ydb/library/yql/providers/generic/connector/tests/datasource/ydb/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ IF (AUTOCHECK)
3434
)
3535
ENDIF()
3636

37+
ENV(COMPOSE_HTTP_TIMEOUT=1200) # during parallel tests execution there could be huge disk io, which triggers timeouts in docker-compose
3738
INCLUDE(${ARCADIA_ROOT}/library/recipes/docker_compose/recipe.inc)
3839

3940
IF (OPENSOURCE)
@@ -52,7 +53,6 @@ IF (OPENSOURCE)
5253
# otherwise CI system would be overloaded due to simultaneous launch of many Docker containers.
5354
# See DEVTOOLSSUPPORT-44103, YA-1759 for details.
5455
TAG(ya:not_autocheck)
55-
REQUIREMENTS(cpu:all)
5656
ENDIF()
5757

5858
TEST_SRCS(

ydb/library/yql/providers/generic/connector/tests/join/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ IF (AUTOCHECK)
3434
)
3535
ENDIF()
3636

37+
ENV(COMPOSE_HTTP_TIMEOUT=1200) # during parallel tests execution there could be huge disk io, which triggers timeouts in docker-compose
3738
INCLUDE(${ARCADIA_ROOT}/library/recipes/docker_compose/recipe.inc)
3839

3940
IF (OPENSOURCE)
@@ -52,7 +53,6 @@ IF (OPENSOURCE)
5253
# otherwise CI system would be overloaded due to simultaneous launch of many Docker containers.
5354
# See DEVTOOLSSUPPORT-44103, YA-1759 for details.
5455
TAG(ya:not_autocheck)
55-
REQUIREMENTS(cpu:all)
5656
ENDIF()
5757

5858
TEST_SRCS(

ydb/tests/fq/generic/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ IF (AUTOCHECK)
3030
)
3131
ENDIF()
3232

33+
ENV(COMPOSE_HTTP_TIMEOUT=1200) # during parallel tests execution there could be huge disk io, which triggers timeouts in docker-compose
3334
INCLUDE(${ARCADIA_ROOT}/library/recipes/docker_compose/recipe.inc)
3435

3536
IF (OPENSOURCE)
@@ -48,7 +49,6 @@ IF (OPENSOURCE)
4849
# otherwise CI system would be overloaded due to simultaneous launch of many Docker containers.
4950
# See DEVTOOLSSUPPORT-44103, YA-1759 for details.
5051
TAG(ya:not_autocheck)
51-
REQUIREMENTS(cpu:all)
5252
ENDIF()
5353

5454
DEPENDS(

0 commit comments

Comments
 (0)