mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-23 11:27:38 +08:00
fix: fix some failing integration tests
This commit is contained in:
@@ -6003,6 +6003,8 @@ fn atlas_integration_test() {
|
||||
.initial_balances
|
||||
.push(initial_balance_user_1.clone());
|
||||
|
||||
conf_bootstrap_node.node.always_use_affirmation_maps = false;
|
||||
|
||||
// Prepare the config of the follower node
|
||||
let (mut conf_follower_node, _) = neon_integration_test_conf();
|
||||
let bootstrap_node_url = format!(
|
||||
@@ -6025,6 +6027,8 @@ fn atlas_integration_test() {
|
||||
events_keys: vec![EventKeyType::AnyEvent],
|
||||
});
|
||||
|
||||
conf_follower_node.node.always_use_affirmation_maps = false;
|
||||
|
||||
// Our 2 nodes will share the bitcoind node
|
||||
let mut btcd_controller = BitcoinCoreController::new(conf_bootstrap_node.clone());
|
||||
btcd_controller
|
||||
@@ -6538,6 +6542,8 @@ fn antientropy_integration_test() {
|
||||
conf_bootstrap_node.burnchain.max_rbf = 1000000;
|
||||
conf_bootstrap_node.node.wait_time_for_blocks = 1_000;
|
||||
|
||||
conf_bootstrap_node.node.always_use_affirmation_maps = false;
|
||||
|
||||
// Prepare the config of the follower node
|
||||
let (mut conf_follower_node, _) = neon_integration_test_conf();
|
||||
let bootstrap_node_url = format!(
|
||||
@@ -6570,6 +6576,8 @@ fn antientropy_integration_test() {
|
||||
conf_follower_node.burnchain.max_rbf = 1000000;
|
||||
conf_follower_node.node.wait_time_for_blocks = 1_000;
|
||||
|
||||
conf_follower_node.node.always_use_affirmation_maps = false;
|
||||
|
||||
// Our 2 nodes will share the bitcoind node
|
||||
let mut btcd_controller = BitcoinCoreController::new(conf_bootstrap_node.clone());
|
||||
btcd_controller
|
||||
@@ -6812,6 +6820,8 @@ fn atlas_stress_integration_test() {
|
||||
conf_bootstrap_node.burnchain.max_rbf = 1000000;
|
||||
conf_bootstrap_node.node.wait_time_for_blocks = 1_000;
|
||||
|
||||
conf_bootstrap_node.node.always_use_affirmation_maps = false;
|
||||
|
||||
let user_1 = users.pop().unwrap();
|
||||
let initial_balance_user_1 = initial_balances.pop().unwrap();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user