Skip to content

Commit 1320571

Browse files
: v1/logging: avoid spinning up LogForwardActor mesh when redundant (#1722)
Summary: Pull Request resolved: #1722 Differential Revision: D85919326
1 parent dbcf4b2 commit 1320571

File tree

3 files changed

+358
-17
lines changed

3 files changed

+358
-17
lines changed

monarch_hyperactor/Cargo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @generated by autocargo from //monarch/monarch_hyperactor:[monarch_hyperactor,process_allocator-oss,test_monarch_hyperactor]
1+
# @generated by autocargo from //monarch/monarch_hyperactor:[monarch_hyperactor,monarch_hyperactor_test_bootstrap,process_allocator-oss,test_monarch_hyperactor]
22

33
[package]
44
name = "monarch_hyperactor"
@@ -7,6 +7,11 @@ authors = ["Meta"]
77
edition = "2021"
88
license = "BSD-3-Clause"
99

10+
[[bin]]
11+
name = "monarch_hyperactor_test_bootstrap"
12+
path = "test/bootstrap.rs"
13+
edition = "2024"
14+
1015
[[bin]]
1116
name = "process_allocator"
1217
edition = "2024"
@@ -52,6 +57,7 @@ tokio-util = { version = "0.7.15", features = ["full"] }
5257
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }
5358

5459
[dev-dependencies]
60+
buck-resources = "1"
5561
dir-diff = "0.3"
5662

5763
[features]

0 commit comments

Comments
 (0)