fix: use shorter test name and use different port numbers

This commit is contained in:
Jude Nelson
2022-10-29 22:15:44 -04:00
parent 2350646f07
commit bf7d6d346a

View File

@@ -443,7 +443,7 @@ fn test_simple_pox_lockup_transition_pox_2() {
let (mut peer, mut keys) = instantiate_pox_peer_with_epoch(
&burnchain,
"test_simple_pox_lockup_transition_pox_2",
6002,
6104,
Some(epochs.clone()),
Some(&observer),
);
@@ -1133,7 +1133,7 @@ fn delegate_stack_increase() {
let (mut peer, mut keys) = instantiate_pox_peer_with_epoch(
&burnchain,
&format!("pox_2_delegate_stack_increase"),
6002,
6004,
Some(epochs.clone()),
Some(&observer),
);
@@ -1422,7 +1422,7 @@ fn stack_increase() {
let (mut peer, mut keys) = instantiate_pox_peer_with_epoch(
&burnchain,
&format!("test_simple_pox_2_increase"),
6002,
6006,
Some(epochs.clone()),
Some(&observer),
);
@@ -1636,8 +1636,8 @@ fn test_lock_period_invariant_extend_transition() {
let (mut peer, mut keys) = instantiate_pox_peer_with_epoch(
&burnchain,
"test_lock_period_invariant_extend_transition",
6002,
"test_lp_invariant_extend_trans",
6008,
Some(epochs.clone()),
Some(&observer),
);
@@ -1795,7 +1795,7 @@ fn test_pox_extend_transition_pox_2() {
let (mut peer, mut keys) = instantiate_pox_peer_with_epoch(
&burnchain,
"test_pox_extend_transition_pox_2",
6002,
6010,
Some(epochs.clone()),
Some(&observer),
);
@@ -2187,7 +2187,7 @@ fn test_delegate_extend_transition_pox_2() {
let (mut peer, mut keys) = instantiate_pox_peer_with_epoch(
&burnchain,
"test_delegate_extend_transition_pox_2",
6002,
6014,
Some(epochs.clone()),
Some(&observer),
);