Skip to content

Commit

Permalink
chore: ..
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanlakhani committed Jan 23, 2024
1 parent 8637a61 commit 6a4bae8
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions homestar-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ prometheus-parse = "0.2.4"
rand = { workspace = true }
retry = { version = "2.0", default-features = false }
rm_rf = "0.6"
serial_test = "3.0"
strip-ansi-escapes = "0.2.0"
sysinfo = { version = "0.29", default-features = false }
tokio-test = "0.4"
Expand Down
2 changes: 2 additions & 0 deletions homestar-runtime/tests/network/mdns.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ use std::{
static BIN: Lazy<PathBuf> = Lazy::new(|| assert_cmd::cargo::cargo_bin(BIN_NAME));

#[test]
#[serial_test::serial]
fn test_libp2p_connect_after_mdns_discovery_integration() -> Result<()> {
let proc_info1 = ProcInfo::new().unwrap();
let proc_info2 = ProcInfo::new().unwrap();
Expand Down Expand Up @@ -174,6 +175,7 @@ fn test_libp2p_connect_after_mdns_discovery_integration() -> Result<()> {
}

#[test]
#[serial_test::serial]
fn test_libp2p_disconnect_mdns_discovery_integration() -> Result<()> {
// Start two nodes each configured to listen at 0.0.0.0 with no known peers.
// The nodes are configured with port 0 to allow the OS to select a port.
Expand Down

0 comments on commit 6a4bae8

Please sign in to comment.