Skip to content

Commit

Permalink
test(IDX-3144): finish inlining of system-tests (#3173)
Browse files Browse the repository at this point in the history
This commit inlines the final batch of FI system-tests from the
`//rs/tests:tests` library and thus is able to remove this library.
  • Loading branch information
basvandijk authored Dec 13, 2024
1 parent 4bc7052 commit 93d2f30
Show file tree
Hide file tree
Showing 47 changed files with 1,079 additions and 1,520 deletions.
285 changes: 84 additions & 201 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ members = [
"rs/test_utilities/time",
"rs/test_utilities/types",
"rs/test_utilities/tmpdir",
"rs/tests",
"rs/tests/boundary_nodes",
"rs/tests/boundary_nodes/custom_domains",
"rs/tests/boundary_nodes/integration_test_common",
Expand All @@ -383,6 +382,8 @@ members = [
"rs/tests/driver",
"rs/tests/execution",
"rs/tests/financial_integrations",
"rs/tests/financial_integrations/rosetta/",
"rs/tests/financial_integrations/rosetta/rosetta_test_lib",
"rs/tests/message_routing",
"rs/tests/message_routing/common",
"rs/tests/message_routing/rejoin_test_lib",
Expand Down Expand Up @@ -698,6 +699,7 @@ slog-async = { version = "2.8.0", features = ["nested-values"] }
slog-scope = "4.4.0"
slog-term = "2.9.1"
socket2 = { version = "0.5.7", features = ["all"] }
ssh2 = "0.9.4"
static_assertions = "1.1.0"
strum = { version = "0.26.3", features = ["derive"] }
strum_macros = "0.26.4"
Expand Down
2 changes: 1 addition & 1 deletion rs/embedders/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
load("@rules_rust//rust:defs.bzl", "rust_binary", "rust_library", "rust_test")
load("//bazel:defs.bzl", "rust_bench", "rust_ic_bench", "rust_ic_test_suite_with_extra_srcs")
load("//bazel:fuzz_testing.bzl", "DEFAULT_RUSTC_FLAGS_FOR_FUZZING")
load("//rs/tests:common.bzl", "MACRO_DEPENDENCIES", "UNIVERSAL_CANISTER_ENV", "UNIVERSAL_CANISTER_RUNTIME_DEPS")
load("//rs/tests:common.bzl", "UNIVERSAL_CANISTER_ENV", "UNIVERSAL_CANISTER_RUNTIME_DEPS")

package(default_visibility = ["//visibility:public"])

Expand Down
Loading

0 comments on commit 93d2f30

Please sign in to comment.