mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-19 14:31:06 +00:00
Remove the static testing target from the report
This commit is contained in:
@@ -367,14 +367,14 @@ where
|
|||||||
test.reporter
|
test.reporter
|
||||||
.report_leader_node_assigned_event(
|
.report_leader_node_assigned_event(
|
||||||
test.leader_node.id(),
|
test.leader_node.id(),
|
||||||
L::config_id(),
|
*L::config_id(),
|
||||||
test.leader_node.connection_string(),
|
test.leader_node.connection_string(),
|
||||||
)
|
)
|
||||||
.expect("Can't fail");
|
.expect("Can't fail");
|
||||||
test.reporter
|
test.reporter
|
||||||
.report_follower_node_assigned_event(
|
.report_follower_node_assigned_event(
|
||||||
test.follower_node.id(),
|
test.follower_node.id(),
|
||||||
F::config_id(),
|
*F::config_id(),
|
||||||
test.follower_node.connection_string(),
|
test.follower_node.connection_string(),
|
||||||
)
|
)
|
||||||
.expect("Can't fail");
|
.expect("Can't fail");
|
||||||
|
|||||||
@@ -495,7 +495,7 @@ pub struct TestCaseNodeInformation {
|
|||||||
/// The ID of the node that this case is being executed on.
|
/// The ID of the node that this case is being executed on.
|
||||||
pub id: usize,
|
pub id: usize,
|
||||||
/// The platform of the node.
|
/// The platform of the node.
|
||||||
pub platform: &'static TestingPlatform,
|
pub platform: TestingPlatform,
|
||||||
/// The connection string of the node.
|
/// The connection string of the node.
|
||||||
pub connection_string: String,
|
pub connection_string: String,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -527,7 +527,7 @@ define_event! {
|
|||||||
/// The ID of the node that this case is being executed on.
|
/// The ID of the node that this case is being executed on.
|
||||||
id: usize,
|
id: usize,
|
||||||
/// The platform of the node.
|
/// The platform of the node.
|
||||||
platform: &'static TestingPlatform,
|
platform: TestingPlatform,
|
||||||
/// The connection string of the node.
|
/// The connection string of the node.
|
||||||
connection_string: String,
|
connection_string: String,
|
||||||
},
|
},
|
||||||
@@ -538,7 +538,7 @@ define_event! {
|
|||||||
/// The ID of the node that this case is being executed on.
|
/// The ID of the node that this case is being executed on.
|
||||||
id: usize,
|
id: usize,
|
||||||
/// The platform of the node.
|
/// The platform of the node.
|
||||||
platform: &'static TestingPlatform,
|
platform: TestingPlatform,
|
||||||
/// The connection string of the node.
|
/// The connection string of the node.
|
||||||
connection_string: String,
|
connection_string: String,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user