Skip to content

Commit

Permalink
fix config testscript
Browse files Browse the repository at this point in the history
  • Loading branch information
bukata-sa committed Jul 9, 2024
1 parent 7348333 commit ec39f13
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions testdata/scripts/health/default.txtar
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,28 @@ fj293fbBnlQ!f9vNs
HTTPPort = $PORT

-- out.txt --
ok HeadReporterService
ok JobSpawner
ok Mailbox.Monitor
ok Mercury.WSRPCPool
ok Mercury.WSRPCPool.CacheSet
ok PipelineORM
ok PipelineRunner
ok PipelineRunner.BridgeCache
ok PromReporter
ok TelemetryManager

-- out.json --
{
"data": [
{
"type": "checks",
"id": "HeadReporterService",
"attributes": {
"name": "HeadReporterService",
"status": "passing",
"output": ""
}
},
{
"type": "checks",
"id": "JobSpawner",
Expand Down Expand Up @@ -107,15 +116,6 @@ ok TelemetryManager
"output": ""
}
},
{
"type": "checks",
"id": "PromReporter",
"attributes": {
"name": "PromReporter",
"status": "passing",
"output": ""
}
},
{
"type": "checks",
"id": "TelemetryManager",
Expand Down
20 changes: 10 additions & 10 deletions testdata/scripts/health/multi-chain.txtar
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@ ok EVM.1.Txm.BlockHistoryEstimator
ok EVM.1.Txm.Broadcaster
ok EVM.1.Txm.Confirmer
ok EVM.1.Txm.WrappedEvmEstimator
ok HeadReporterService
ok JobSpawner
ok Mailbox.Monitor
ok Mercury.WSRPCPool
ok Mercury.WSRPCPool.CacheSet
ok PipelineORM
ok PipelineRunner
ok PipelineRunner.BridgeCache
ok PromReporter
ok Solana.Bar
ok StarkNet.Baz
ok TelemetryManager
Expand Down Expand Up @@ -216,6 +216,15 @@ ok TelemetryManager
"output": ""
}
},
{
"type": "checks",
"id": "HeadReporterService",
"attributes": {
"name": "HeadReporterService",
"status": "passing",
"output": ""
}
},
{
"type": "checks",
"id": "JobSpawner",
Expand Down Expand Up @@ -279,15 +288,6 @@ ok TelemetryManager
"output": ""
}
},
{
"type": "checks",
"id": "PromReporter",
"attributes": {
"name": "PromReporter",
"status": "passing",
"output": ""
}
},
{
"type": "checks",
"id": "Solana.Bar",
Expand Down

0 comments on commit ec39f13

Please sign in to comment.