File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
framework/examples/myproject/chaos Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22wait_before_start = " 10s"
33namespace = " default"
44dashboard_uuids = [" WaspDebug" ]
5- experiment_duration = " 20m "
5+ experiment_duration = " 20s "
66experiment_injection_duration = " 10s"
77blockchain_http_urls = [" http://localhost:8545" ]
88reorg_below_finality_threshold = 5
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ func TestK8sChaos(t *testing.T) {
5050 _ , err := cr .RunPodFail (context .Background (),
5151 havoc.PodFailCfg {
5252 Namespace : cfg .Namespace ,
53- LabelKey : "instance" ,
53+ LabelKey : "app.kubernetes.io/ instance" ,
5454 LabelValues : []string {"geth-1337" },
5555 InjectionDuration : f .MustParseDuration (cfg .ExperimentInjectionDuration ),
5656 })
@@ -64,7 +64,7 @@ func TestK8sChaos(t *testing.T) {
6464 _ , err := cr .RunPodFail (context .Background (),
6565 havoc.PodFailCfg {
6666 Namespace : cfg .Namespace ,
67- LabelKey : "instance" ,
67+ LabelKey : "app.kubernetes.io/ instance" ,
6868 LabelValues : []string {"geth-2337" },
6969 InjectionDuration : f .MustParseDuration (cfg .ExperimentInjectionDuration ),
7070 })
You can’t perform that action at this time.
0 commit comments