Replace `tempdir` dependency with `tempfile` (#3337)
* Use `testdir()` instead of `TempDir::new()` Reduce repeated code and make it easier to change from using `tempdir` to use `tempfile` instead. * Replace `tempdir` with `tempfile` in `zebrad` Use `tempfile`'s `TempDir` instead. * Use `tempdir()` instead of `TempDir::new()` Reduce repeated code and make it easier to upgrade to `tempfile`. * Use `tempfile` instead of `tempdir` Replace obsoleted `tempdir` dependency with `tempfile`. * Use `tempfile` instead of `tempdir` Replace obsoleted `tempdir` dependency with `tempfile`. * Update `Cargo.lock` Update it now that `tempdir` has been replaced with `tempfile`. * Remove `tempdir` from `deny.toml` exceptions Ban duplicate versions of the `tempdir` dependency. * Remove `inferno` from `deny.toml` exceptions It apparently isn't needed anymore. Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Deirdre Connolly <deirdre@zfnd.org>
This commit is contained in:
parent
3ba0326c51
commit
51c6550602
|
|
@ -1101,6 +1101,15 @@ dependencies = [
|
||||||
"once_cell",
|
"once_cell",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "fastrand"
|
||||||
|
version = "1.6.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "779d043b6a0b90cc4c0ed7ee380a6504394cee7efd7db050e3774eee387324b2"
|
||||||
|
dependencies = [
|
||||||
|
"instant",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ff"
|
name = "ff"
|
||||||
version = "0.11.0"
|
version = "0.11.0"
|
||||||
|
|
@ -1154,12 +1163,6 @@ dependencies = [
|
||||||
"num-traits",
|
"num-traits",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "fuchsia-cprng"
|
|
||||||
version = "0.1.1"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "funty"
|
name = "funty"
|
||||||
version = "1.2.0"
|
version = "1.2.0"
|
||||||
|
|
@ -2532,19 +2535,6 @@ dependencies = [
|
||||||
"nibble_vec",
|
"nibble_vec",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "rand"
|
|
||||||
version = "0.4.6"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
|
|
||||||
dependencies = [
|
|
||||||
"fuchsia-cprng",
|
|
||||||
"libc",
|
|
||||||
"rand_core 0.3.1",
|
|
||||||
"rdrand",
|
|
||||||
"winapi",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rand"
|
name = "rand"
|
||||||
version = "0.7.3"
|
version = "0.7.3"
|
||||||
|
|
@ -2590,21 +2580,6 @@ dependencies = [
|
||||||
"rand_core 0.6.3",
|
"rand_core 0.6.3",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "rand_core"
|
|
||||||
version = "0.3.1"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
|
||||||
dependencies = [
|
|
||||||
"rand_core 0.4.2",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "rand_core"
|
|
||||||
version = "0.4.2"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rand_core"
|
name = "rand_core"
|
||||||
version = "0.5.1"
|
version = "0.5.1"
|
||||||
|
|
@ -2684,15 +2659,6 @@ dependencies = [
|
||||||
"num_cpus",
|
"num_cpus",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "rdrand"
|
|
||||||
version = "0.4.0"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
|
||||||
dependencies = [
|
|
||||||
"rand_core 0.3.1",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "reddsa"
|
name = "reddsa"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
|
|
@ -2733,9 +2699,9 @@ checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "redox_syscall"
|
name = "redox_syscall"
|
||||||
version = "0.2.6"
|
version = "0.2.10"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "8270314b5ccceb518e7e578952f0b72b88222d02e8f77f5ecf7abbb673539041"
|
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags",
|
"bitflags",
|
||||||
]
|
]
|
||||||
|
|
@ -2747,7 +2713,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
|
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"getrandom 0.2.0",
|
"getrandom 0.2.0",
|
||||||
"redox_syscall 0.2.6",
|
"redox_syscall 0.2.10",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|
@ -3400,26 +3366,16 @@ version = "1.0.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "tempdir"
|
|
||||||
version = "0.3.7"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
|
|
||||||
dependencies = [
|
|
||||||
"rand 0.4.6",
|
|
||||||
"remove_dir_all",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tempfile"
|
name = "tempfile"
|
||||||
version = "3.1.0"
|
version = "3.3.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if 0.1.10",
|
"cfg-if 1.0.0",
|
||||||
|
"fastrand",
|
||||||
"libc",
|
"libc",
|
||||||
"rand 0.7.3",
|
"redox_syscall 0.2.10",
|
||||||
"redox_syscall 0.1.57",
|
|
||||||
"remove_dir_all",
|
"remove_dir_all",
|
||||||
"winapi",
|
"winapi",
|
||||||
]
|
]
|
||||||
|
|
@ -4458,7 +4414,7 @@ dependencies = [
|
||||||
"rocksdb",
|
"rocksdb",
|
||||||
"serde",
|
"serde",
|
||||||
"spandoc",
|
"spandoc",
|
||||||
"tempdir",
|
"tempfile",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"tokio",
|
"tokio",
|
||||||
"tower",
|
"tower",
|
||||||
|
|
@ -4481,7 +4437,7 @@ dependencies = [
|
||||||
"rand 0.8.4",
|
"rand 0.8.4",
|
||||||
"regex",
|
"regex",
|
||||||
"spandoc",
|
"spandoc",
|
||||||
"tempdir",
|
"tempfile",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"tokio",
|
"tokio",
|
||||||
"tower",
|
"tower",
|
||||||
|
|
@ -4532,7 +4488,7 @@ dependencies = [
|
||||||
"sentry",
|
"sentry",
|
||||||
"sentry-tracing",
|
"sentry-tracing",
|
||||||
"serde",
|
"serde",
|
||||||
"tempdir",
|
"tempfile",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"tokio",
|
"tokio",
|
||||||
"toml",
|
"toml",
|
||||||
|
|
|
||||||
|
|
@ -49,9 +49,6 @@ skip-tree = [
|
||||||
# ticket #2984: owo-colors dependencies
|
# ticket #2984: owo-colors dependencies
|
||||||
{ name = "color-eyre", version = "=0.5.11" },
|
{ name = "color-eyre", version = "=0.5.11" },
|
||||||
|
|
||||||
# tickets #2985 and #2391: tempdir & rand dependencies
|
|
||||||
{ name = "tempdir", version = "=0.3.7" },
|
|
||||||
|
|
||||||
# ticket #2998: hdrhistogram dependencies
|
# ticket #2998: hdrhistogram dependencies
|
||||||
{ name = "hdrhistogram", version = "=6.3.4" },
|
{ name = "hdrhistogram", version = "=6.3.4" },
|
||||||
|
|
||||||
|
|
@ -61,8 +58,8 @@ skip-tree = [
|
||||||
# ticket #3061: reqwest and minreq dependencies
|
# ticket #3061: reqwest and minreq dependencies
|
||||||
{ name = "webpki-roots", version = "=0.18.0" },
|
{ name = "webpki-roots", version = "=0.18.0" },
|
||||||
|
|
||||||
# ticket #2980: inferno dependency on outdated arrayvec
|
# ticket #2980: inferno and orchard/cryptographic dependencies
|
||||||
{ name = "inferno", version = "=0.10.9" },
|
{ name = "orchard", version = "=0.0.0" },
|
||||||
|
|
||||||
# upgrade orchard from deprecated `bigint` to `uint`: https://github.com/zcash/orchard/issues/219
|
# upgrade orchard from deprecated `bigint` to `uint`: https://github.com/zcash/orchard/issues/219
|
||||||
# alternative: downgrade Zebra to `bigint`
|
# alternative: downgrade Zebra to `bigint`
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ regex = "1"
|
||||||
rlimit = "0.5.4"
|
rlimit = "0.5.4"
|
||||||
rocksdb = "0.16.0"
|
rocksdb = "0.16.0"
|
||||||
serde = { version = "1", features = ["serde_derive"] }
|
serde = { version = "1", features = ["serde_derive"] }
|
||||||
tempdir = "0.3.7"
|
tempfile = "3.3.0"
|
||||||
thiserror = "1.0.30"
|
thiserror = "1.0.30"
|
||||||
tokio = { version = "1.15.0", features = ["sync"] }
|
tokio = { version = "1.15.0", features = ["sync"] }
|
||||||
tower = { version = "0.4.11", features = ["buffer", "util"] }
|
tower = { version = "0.4.11", features = ["buffer", "util"] }
|
||||||
|
|
@ -49,7 +49,6 @@ jubjub = "0.8.0"
|
||||||
proptest = "0.10.1"
|
proptest = "0.10.1"
|
||||||
proptest-derive = "0.3"
|
proptest-derive = "0.3"
|
||||||
spandoc = "0.2"
|
spandoc = "0.2"
|
||||||
tempdir = "0.3.7"
|
|
||||||
tokio = { version = "1.15.0", features = ["full"] }
|
tokio = { version = "1.15.0", features = ["full"] }
|
||||||
|
|
||||||
zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] }
|
zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] }
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
use serde::{Deserialize, Serialize};
|
use serde::{Deserialize, Serialize};
|
||||||
use std::{convert::TryInto, path::PathBuf};
|
use std::{convert::TryInto, path::PathBuf};
|
||||||
use tempdir::TempDir;
|
|
||||||
use zebra_chain::parameters::Network;
|
use zebra_chain::parameters::Network;
|
||||||
|
|
||||||
/// Configuration for the state service.
|
/// Configuration for the state service.
|
||||||
|
|
@ -46,7 +45,9 @@ pub struct Config {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn gen_temp_path(prefix: &str) -> PathBuf {
|
fn gen_temp_path(prefix: &str) -> PathBuf {
|
||||||
TempDir::new(prefix)
|
tempfile::Builder::new()
|
||||||
|
.prefix(prefix)
|
||||||
|
.tempdir()
|
||||||
.expect("temporary directory is created successfully")
|
.expect("temporary directory is created successfully")
|
||||||
.into_path()
|
.into_path()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -28,4 +28,4 @@ tracing-subscriber = "0.2.25"
|
||||||
tracing-error = "0.1.2"
|
tracing-error = "0.1.2"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tempdir = "0.3.7"
|
tempfile = "3.3.0"
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
use std::{process::Command, time::Duration};
|
use std::{process::Command, time::Duration};
|
||||||
|
|
||||||
use color_eyre::eyre::Result;
|
use color_eyre::eyre::Result;
|
||||||
use tempdir::TempDir;
|
use tempfile::tempdir;
|
||||||
|
|
||||||
use zebra_test::{command::TestDirExt, prelude::Stdio};
|
use zebra_test::{command::TestDirExt, prelude::Stdio};
|
||||||
|
|
||||||
|
|
@ -59,7 +59,7 @@ fn kill_on_timeout_output_continuous_lines() -> Result<()> {
|
||||||
|
|
||||||
// Without '-v', hexdump hides duplicate lines. But we want duplicate lines
|
// Without '-v', hexdump hides duplicate lines. But we want duplicate lines
|
||||||
// in this test.
|
// in this test.
|
||||||
let mut child = TempDir::new("zebra_test")?
|
let mut child = tempdir()?
|
||||||
.spawn_child_with_command(TEST_CMD, &["-v", "/dev/zero"])?
|
.spawn_child_with_command(TEST_CMD, &["-v", "/dev/zero"])?
|
||||||
.with_timeout(Duration::from_secs(2));
|
.with_timeout(Duration::from_secs(2));
|
||||||
|
|
||||||
|
|
@ -86,7 +86,7 @@ fn finish_before_timeout_output_single_line() -> Result<()> {
|
||||||
return Ok(());
|
return Ok(());
|
||||||
}
|
}
|
||||||
|
|
||||||
let mut child = TempDir::new("zebra_test")?
|
let mut child = tempdir()?
|
||||||
.spawn_child_with_command(TEST_CMD, &["zebra_test_output"])?
|
.spawn_child_with_command(TEST_CMD, &["zebra_test_output"])?
|
||||||
.with_timeout(Duration::from_secs(2));
|
.with_timeout(Duration::from_secs(2));
|
||||||
|
|
||||||
|
|
@ -115,7 +115,7 @@ fn kill_on_timeout_continuous_output_no_newlines() -> Result<()> {
|
||||||
return Ok(());
|
return Ok(());
|
||||||
}
|
}
|
||||||
|
|
||||||
let mut child = TempDir::new("zebra_test")?
|
let mut child = tempdir()?
|
||||||
.spawn_child_with_command(TEST_CMD, &["/dev/zero"])?
|
.spawn_child_with_command(TEST_CMD, &["/dev/zero"])?
|
||||||
.with_timeout(Duration::from_secs(2));
|
.with_timeout(Duration::from_secs(2));
|
||||||
|
|
||||||
|
|
@ -143,7 +143,7 @@ fn finish_before_timeout_short_output_no_newlines() -> Result<()> {
|
||||||
return Ok(());
|
return Ok(());
|
||||||
}
|
}
|
||||||
|
|
||||||
let mut child = TempDir::new("zebra_test")?
|
let mut child = tempdir()?
|
||||||
.spawn_child_with_command(TEST_CMD, &["zebra_test_output"])?
|
.spawn_child_with_command(TEST_CMD, &["zebra_test_output"])?
|
||||||
.with_timeout(Duration::from_secs(2));
|
.with_timeout(Duration::from_secs(2));
|
||||||
|
|
||||||
|
|
@ -171,7 +171,7 @@ fn kill_on_timeout_no_output() -> Result<()> {
|
||||||
return Ok(());
|
return Ok(());
|
||||||
}
|
}
|
||||||
|
|
||||||
let mut child = TempDir::new("zebra_test")?
|
let mut child = tempdir()?
|
||||||
.spawn_child_with_command(TEST_CMD, &["120"])?
|
.spawn_child_with_command(TEST_CMD, &["120"])?
|
||||||
.with_timeout(Duration::from_secs(2));
|
.with_timeout(Duration::from_secs(2));
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@ abscissa_core = { version = "0.5", features = ["testing"] }
|
||||||
once_cell = "1.9"
|
once_cell = "1.9"
|
||||||
regex = "1.4.6"
|
regex = "1.4.6"
|
||||||
semver = "1.0.3"
|
semver = "1.0.3"
|
||||||
tempdir = "0.3.7"
|
tempfile = "3.3.0"
|
||||||
tokio = { version = "1.15.0", features = ["full", "test-util"] }
|
tokio = { version = "1.15.0", features = ["full", "test-util"] }
|
||||||
|
|
||||||
proptest = "0.10"
|
proptest = "0.10"
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ use color_eyre::{
|
||||||
eyre::{Result, WrapErr},
|
eyre::{Result, WrapErr},
|
||||||
Help,
|
Help,
|
||||||
};
|
};
|
||||||
use tempdir::TempDir;
|
use tempfile::TempDir;
|
||||||
|
|
||||||
use std::{collections::HashSet, convert::TryInto, path::Path, path::PathBuf, time::Duration};
|
use std::{collections::HashSet, convert::TryInto, path::Path, path::PathBuf, time::Duration};
|
||||||
|
|
||||||
|
|
@ -107,10 +107,13 @@ fn persistent_test_config() -> Result<ZebradConfig> {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn testdir() -> Result<TempDir> {
|
fn testdir() -> Result<TempDir> {
|
||||||
TempDir::new("zebrad_tests").map_err(Into::into)
|
tempfile::Builder::new()
|
||||||
|
.prefix("zebrad_tests")
|
||||||
|
.tempdir()
|
||||||
|
.map_err(Into::into)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Extension trait for methods on `tempdir::TempDir` for using it as a test
|
/// Extension trait for methods on `tempfile::TempDir` for using it as a test
|
||||||
/// directory for `zebrad`.
|
/// directory for `zebrad`.
|
||||||
trait ZebradTestDirExt
|
trait ZebradTestDirExt
|
||||||
where
|
where
|
||||||
|
|
@ -524,7 +527,7 @@ fn ephemeral(cache_dir_config: EphemeralConfig, cache_dir_check: EphemeralCheck)
|
||||||
zebra_test::init();
|
zebra_test::init();
|
||||||
|
|
||||||
let mut config = default_test_config()?;
|
let mut config = default_test_config()?;
|
||||||
let run_dir = TempDir::new("zebrad_tests")?;
|
let run_dir = testdir()?;
|
||||||
|
|
||||||
let ignored_cache_dir = run_dir.path().join("state");
|
let ignored_cache_dir = run_dir.path().join("state");
|
||||||
if cache_dir_config == EphemeralConfig::MisconfiguredCacheDir {
|
if cache_dir_config == EphemeralConfig::MisconfiguredCacheDir {
|
||||||
|
|
@ -1146,7 +1149,7 @@ async fn metrics_endpoint() -> Result<()> {
|
||||||
let mut config = default_test_config()?;
|
let mut config = default_test_config()?;
|
||||||
config.metrics.endpoint_addr = Some(endpoint.parse().unwrap());
|
config.metrics.endpoint_addr = Some(endpoint.parse().unwrap());
|
||||||
|
|
||||||
let dir = TempDir::new("zebrad_tests")?.with_config(&mut config)?;
|
let dir = testdir()?.with_config(&mut config)?;
|
||||||
let child = dir.spawn_child(&["start"])?;
|
let child = dir.spawn_child(&["start"])?;
|
||||||
|
|
||||||
// Run `zebrad` for a few seconds before testing the endpoint
|
// Run `zebrad` for a few seconds before testing the endpoint
|
||||||
|
|
@ -1202,7 +1205,7 @@ async fn tracing_endpoint() -> Result<()> {
|
||||||
let mut config = default_test_config()?;
|
let mut config = default_test_config()?;
|
||||||
config.tracing.endpoint_addr = Some(endpoint.parse().unwrap());
|
config.tracing.endpoint_addr = Some(endpoint.parse().unwrap());
|
||||||
|
|
||||||
let dir = TempDir::new("zebrad_tests")?.with_config(&mut config)?;
|
let dir = testdir()?.with_config(&mut config)?;
|
||||||
let child = dir.spawn_child(&["start"])?;
|
let child = dir.spawn_child(&["start"])?;
|
||||||
|
|
||||||
// Run `zebrad` for a few seconds before testing the endpoint
|
// Run `zebrad` for a few seconds before testing the endpoint
|
||||||
|
|
@ -1294,7 +1297,7 @@ fn zebra_zcash_listener_conflict() -> Result<()> {
|
||||||
// Write a configuration that has our created network listen_addr
|
// Write a configuration that has our created network listen_addr
|
||||||
let mut config = default_test_config()?;
|
let mut config = default_test_config()?;
|
||||||
config.network.listen_addr = listen_addr.parse().unwrap();
|
config.network.listen_addr = listen_addr.parse().unwrap();
|
||||||
let dir1 = TempDir::new("zebrad_tests")?.with_config(&mut config)?;
|
let dir1 = testdir()?.with_config(&mut config)?;
|
||||||
let regex1 = regex::escape(&format!(
|
let regex1 = regex::escape(&format!(
|
||||||
"Opened Zcash protocol endpoint at {}",
|
"Opened Zcash protocol endpoint at {}",
|
||||||
listen_addr
|
listen_addr
|
||||||
|
|
@ -1303,7 +1306,7 @@ fn zebra_zcash_listener_conflict() -> Result<()> {
|
||||||
// From another folder create a configuration with the same listener.
|
// From another folder create a configuration with the same listener.
|
||||||
// `network.listen_addr` will be the same in the 2 nodes.
|
// `network.listen_addr` will be the same in the 2 nodes.
|
||||||
// (But since the config is ephemeral, they will have different state paths.)
|
// (But since the config is ephemeral, they will have different state paths.)
|
||||||
let dir2 = TempDir::new("zebrad_tests")?.with_config(&mut config)?;
|
let dir2 = testdir()?.with_config(&mut config)?;
|
||||||
|
|
||||||
check_config_conflict(dir1, regex1.as_str(), dir2, PORT_IN_USE_ERROR.as_str())?;
|
check_config_conflict(dir1, regex1.as_str(), dir2, PORT_IN_USE_ERROR.as_str())?;
|
||||||
|
|
||||||
|
|
@ -1325,13 +1328,13 @@ fn zebra_metrics_conflict() -> Result<()> {
|
||||||
// Write a configuration that has our created metrics endpoint_addr
|
// Write a configuration that has our created metrics endpoint_addr
|
||||||
let mut config = default_test_config()?;
|
let mut config = default_test_config()?;
|
||||||
config.metrics.endpoint_addr = Some(listen_addr.parse().unwrap());
|
config.metrics.endpoint_addr = Some(listen_addr.parse().unwrap());
|
||||||
let dir1 = TempDir::new("zebrad_tests")?.with_config(&mut config)?;
|
let dir1 = testdir()?.with_config(&mut config)?;
|
||||||
let regex1 = regex::escape(&format!(r"Opened metrics endpoint at {}", listen_addr));
|
let regex1 = regex::escape(&format!(r"Opened metrics endpoint at {}", listen_addr));
|
||||||
|
|
||||||
// From another folder create a configuration with the same endpoint.
|
// From another folder create a configuration with the same endpoint.
|
||||||
// `metrics.endpoint_addr` will be the same in the 2 nodes.
|
// `metrics.endpoint_addr` will be the same in the 2 nodes.
|
||||||
// But they will have different Zcash listeners (auto port) and states (ephemeral)
|
// But they will have different Zcash listeners (auto port) and states (ephemeral)
|
||||||
let dir2 = TempDir::new("zebrad_tests")?.with_config(&mut config)?;
|
let dir2 = testdir()?.with_config(&mut config)?;
|
||||||
|
|
||||||
check_config_conflict(dir1, regex1.as_str(), dir2, PORT_IN_USE_ERROR.as_str())?;
|
check_config_conflict(dir1, regex1.as_str(), dir2, PORT_IN_USE_ERROR.as_str())?;
|
||||||
|
|
||||||
|
|
@ -1353,13 +1356,13 @@ fn zebra_tracing_conflict() -> Result<()> {
|
||||||
// Write a configuration that has our created tracing endpoint_addr
|
// Write a configuration that has our created tracing endpoint_addr
|
||||||
let mut config = default_test_config()?;
|
let mut config = default_test_config()?;
|
||||||
config.tracing.endpoint_addr = Some(listen_addr.parse().unwrap());
|
config.tracing.endpoint_addr = Some(listen_addr.parse().unwrap());
|
||||||
let dir1 = TempDir::new("zebrad_tests")?.with_config(&mut config)?;
|
let dir1 = testdir()?.with_config(&mut config)?;
|
||||||
let regex1 = regex::escape(&format!(r"Opened tracing endpoint at {}", listen_addr));
|
let regex1 = regex::escape(&format!(r"Opened tracing endpoint at {}", listen_addr));
|
||||||
|
|
||||||
// From another folder create a configuration with the same endpoint.
|
// From another folder create a configuration with the same endpoint.
|
||||||
// `tracing.endpoint_addr` will be the same in the 2 nodes.
|
// `tracing.endpoint_addr` will be the same in the 2 nodes.
|
||||||
// But they will have different Zcash listeners (auto port) and states (ephemeral)
|
// But they will have different Zcash listeners (auto port) and states (ephemeral)
|
||||||
let dir2 = TempDir::new("zebrad_tests")?.with_config(&mut config)?;
|
let dir2 = testdir()?.with_config(&mut config)?;
|
||||||
|
|
||||||
check_config_conflict(dir1, regex1.as_str(), dir2, PORT_IN_USE_ERROR.as_str())?;
|
check_config_conflict(dir1, regex1.as_str(), dir2, PORT_IN_USE_ERROR.as_str())?;
|
||||||
|
|
||||||
|
|
@ -1376,7 +1379,7 @@ fn zebra_state_conflict() -> Result<()> {
|
||||||
// A persistent config has a fixed temp state directory, but asks the OS to
|
// A persistent config has a fixed temp state directory, but asks the OS to
|
||||||
// automatically choose an unused port
|
// automatically choose an unused port
|
||||||
let mut config = persistent_test_config()?;
|
let mut config = persistent_test_config()?;
|
||||||
let dir_conflict = TempDir::new("zebrad_tests")?.with_config(&mut config)?;
|
let dir_conflict = testdir()?.with_config(&mut config)?;
|
||||||
|
|
||||||
// Windows problems with this match will be worked on at #1654
|
// Windows problems with this match will be worked on at #1654
|
||||||
// We are matching the whole opened path only for unix by now.
|
// We are matching the whole opened path only for unix by now.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue