Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions tests/regressions/FDB-491/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@ ecbuild_configure_file( store.yaml.in store.yaml @ONLY )
ecbuild_configure_file( client.yaml.in client.yaml @ONLY )

# NOTE(kkratz): Disabled due to race condition that lets test intermittendly fail @ 2025-10-20
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove comment if you merge.

# ecbuild_add_test(
# TARGET FDB-491-remote-single-connection
# TYPE SCRIPT
# COMMAND ${FDB_TEST_SERVER_SCRIPT}
# ARGS ${CMAKE_CURRENT_BINARY_DIR} client.yaml catalogue.yaml store.yaml
# TEST_DEPENDS fdb_test_remote_api_bin
# RESOURCE_LOCK fdb_remote_tests # Prevent concurrent runs of remote tests
# LABELS remotefdb
# ENVIRONMENT "${test_environment}"
# )
#
# if (TARGET FDB-491-remote-single-connection)
# set_tests_properties(FDB-491-remote-single-connection
# PROPERTIES
# TIMEOUT 300
# )
# endif()
ecbuild_add_test(
TARGET FDB-491-remote-single-connection
TYPE SCRIPT
COMMAND ${FDB_TEST_SERVER_SCRIPT}
ARGS ${CMAKE_CURRENT_BINARY_DIR} client.yaml catalogue.yaml store.yaml
TEST_DEPENDS fdb_test_remote_api_bin
RESOURCE_LOCK fdb_remote_tests # Prevent concurrent runs of remote tests
LABELS remotefdb
ENVIRONMENT "${test_environment}"
)

if (TARGET FDB-491-remote-single-connection)
set_tests_properties(FDB-491-remote-single-connection
PROPERTIES
TIMEOUT 300
)
endif()
Loading