Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chaos(engine): add time shift chaos test #6143

Merged
merged 7 commits into from
Jul 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/dataflow_engine_chaos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
"pod-kill-dataflow",
"network-partition-dataflow",
"network-emulation-dataflow",
"time-shift-dataflow",
]

# Steps represent a sequence of tasks that will be executed as part of the job
Expand Down
25 changes: 25 additions & 0 deletions engine/chaos/manifests/time-shift-dataflow.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
apiVersion: chaos-mesh.org/v1alpha1
kind: TimeChaos
metadata:
name: time-shift-dataflow
labels:
app: time-shift-dataflow
spec:
mode: fixed
value: 5
duration: "30s"
selector:
pods:
default: # default namespace
- server-master-0
- server-master-1
- server-master-2
- executor-0
- executor-1
- executor-2
- executor-3
timeOffset: '-10m'
clockIds:
- CLOCK_REALTIME
scheduler:
cron: "@every 2m"