Skip to content

Commit

Permalink
turn on reload test
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Nov 7, 2024
1 parent e56395e commit 5c6a57d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/framework-golden-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
config: chaos.toml
count: 1
timeout: 10m
- name: TestReload
config: reload.toml
count: 1
timeout: 10m
steps:
- name: Checkout repo
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
Expand Down
2 changes: 1 addition & 1 deletion framework/examples/myproject/reload_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func TestReload(t *testing.T) {
require.NoError(t, err)

// deploy second time
_, err = chaos.ExecPumba("rm --volumes=false re2:node.*|postgresql.*", 1*time.Second)
_, err = chaos.ExecPumba("rm --volumes=false re2:node.*|postgresql.*", 5*time.Second)
require.NoError(t, err)
ns.UpdateNodeConfigs(in.NodeSet, `
[Log]
Expand Down

0 comments on commit 5c6a57d

Please sign in to comment.