diff options
Diffstat (limited to 'src/mongo/db/timeseries/SConscript')
| -rw-r--r-- | src/mongo/db/timeseries/SConscript | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/src/mongo/db/timeseries/SConscript b/src/mongo/db/timeseries/SConscript index ed1674218e7..aa103c25a8b 100644 --- a/src/mongo/db/timeseries/SConscript +++ b/src/mongo/db/timeseries/SConscript @@ -13,7 +13,6 @@ env.Library( ], LIBDEPS_PRIVATE=[ '$BUILD_DIR/mongo/base', - '$BUILD_DIR/mongo/db/query/query_shape/query_shape', '$BUILD_DIR/mongo/idl/idl_parser', '$BUILD_DIR/mongo/idl/server_parameter', '$BUILD_DIR/mongo/util/processinfo' @@ -29,11 +28,11 @@ env.Library( LIBDEPS_PRIVATE=[ '$BUILD_DIR/mongo/db/catalog/database_holder', '$BUILD_DIR/mongo/db/commands/server_status', + '$BUILD_DIR/mongo/db/concurrency/write_conflict_exception', '$BUILD_DIR/mongo/db/namespace_string', '$BUILD_DIR/mongo/db/server_options_core', '$BUILD_DIR/mongo/db/views/views', '$BUILD_DIR/mongo/util/fail_point', - 'timeseries_metadata', 'timeseries_options', ], ) @@ -119,36 +118,12 @@ env.Library( ], ) -env.Library( - target='timeseries_extended_range', - source=[ - 'timeseries_extended_range.cpp', - ], - LIBDEPS_PRIVATE=[ - '$BUILD_DIR/mongo/base', - '$BUILD_DIR/mongo/db/catalog/index_catalog', - 'timeseries_options', - ], -) - -env.Library( - target='timeseries_metadata', - source=[ - 'metadata.cpp', - ], - LIBDEPS_PRIVATE=[ - '$BUILD_DIR/mongo/base', - ], -) - env.CppUnitTest( target='db_timeseries_test', source=[ 'bucket_catalog_test.cpp', 'minmax_test.cpp', - 'schema_test.cpp', 'timeseries_dotted_path_support_test.cpp', - 'timeseries_extended_range_test.cpp', 'timeseries_index_schema_conversion_functions_test.cpp', 'timeseries_options_test.cpp', 'timeseries_update_delete_util_test.cpp', @@ -159,7 +134,6 @@ env.CppUnitTest( 'bucket_catalog', 'bucket_compression', 'timeseries_conversion_util', - 'timeseries_extended_range', 'timeseries_options', ], ) |
