Skip to content

Commit 2497a60

Browse files
authored
Havoc, fix Grafana range annotator, add more debug (#1624)
fix range Grafana annotator
1 parent 49bbad9 commit 2497a60

File tree

16 files changed

+51563
-321
lines changed

16 files changed

+51563
-321
lines changed

book/src/framework/chaos/debug-k8s.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cd infra/chaosmesh-playground
88
devbox run up
99
```
1010

11-
Overview the services
11+
Check the services
1212
```
1313
devbox shell
1414
k9s

framework/examples/myproject/chaos/chaos_blockchain_evm_gas_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ func TestBlockchainGasChaos(t *testing.T) {
6565
// hold
6666
for i := 0; i < 10; i++ {
6767
printBlockBaseFee(t, url)
68+
time.Sleep(blockEvery)
6869
t.Logf("Setting block base fee: %d", startGasPrice)
6970
err := r.AnvilSetNextBlockBaseFeePerGas(startGasPrice)
7071
require.NoError(t, err)

0 commit comments

Comments
 (0)