mokomoking2501/lockwire/fault does not have a README file
fn BuggifyGate::make(point_id~ : String, threshold_per_mille~ : Int, fault_kind~ : FaultKind) -> BuggifyGatepub(all) struct FaultCampaignCoverageReport {
campaign_id : String
seed_pool_id : String
coverage_source : String
scenario_count : Int
case_count : Int
seed_count : Int
fault_point_count : Int
covered_fault_point_count : Int
fault_point_coverage_per_mille : Int
branch_label_count : Int
covered_branch_label_count : Int
branch_label_coverage_per_mille : Int
failing_seed_count : Int
first_failure_seed : Int?
first_failure_point_id : String
first_failure_digest : SimDigest
digest : SimDigest
fault_points : Array[FaultPointCoverage]
branch_labels : Array[BranchLabelCoverage]
seed_failure_histogram : Array[SeedFailureHistogramBucket]
compiler_coverage_evidence : Bool
external_fuzzing_evidence : Bool
real_hot_path : Bool
} derive(Eq, Debug)pub(all) struct FaultCampaignReport {
campaign_id : String
seed_pool_id : String
seed_count : Int
gate_count : Int
cases : Array[FaultCampaignCase]
triggered_case_count : Int
fault_hit_count : Int
failure_count : Int
first_failure_seed : Int?
first_failure_point_id : String
first_failure_summary : String
shrink_candidate_seed : Int?
shrink_status : String
digest : SimDigest
real_hot_path : Bool
} derive(Eq, Debug)fn FaultHit::to_trace_event(self : FaultHit, event_id~ : Int, vtime~ : VTime, clock_domain~ : String, node_id~ : String, medium_id~ : String, backend~ : BackendProfile) -> TraceEventpub struct FaultPlan {
// private fields
}pub(all) struct FaultRule {
kind : FaultKind
schedule : FaultSchedule
fired_count : Int
} derive(Eq, Debug)pub(all) struct TopologyFaultHit {
seed : Int
step : Int
kind : TopologyFaultKind
label : String
} derive(Eq, Debug)fn TopologyFaultHit::to_trace_event(self : TopologyFaultHit, event_id~ : Int, vtime~ : VTime, clock_domain~ : String, node_id~ : String, medium_id~ : String, backend~ : BackendProfile) -> TraceEventfn run_buggify_swarm_seed_pool(seed_pool : SwarmSeedPool, gates : Array[BuggifyGate]) -> FaultCampaignReportDeterministic run-test substrate for MoonBit
Dependencies