-
Notifications
You must be signed in to change notification settings - Fork 0
/
experiment-db.json
43 lines (43 loc) · 1.3 KB
/
experiment-db.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"title": "O banco de dados voltará ao ar com os dados corretos?",
"description": "Esperamos que o banco de dados volte ao ar com dados atualizados",
"tags": ["kubernetes", "springapp"],
"steady-state-hypothesis": {
"title": "Verificando se a aplicação retorna a consulta",
"probes": [
{
"name": "application-returning-query",
"type": "probe",
"tolerance": 200,
"provider": {
"type": "http",
"url": "http://springpetapp.westus.cloudapp.azure.com/owners/10",
"timeout": [ 10, 10 ]
}
}
]
},
"method": [
{
"type": "action",
"name": "deleting-pod-database",
"provider": {
"type": "python",
"module": "chaosk8s.pod.actions",
"func": "terminate_pods",
"arguments": {
"label_selector": "app=mysqldb-stfs",
"ns": "aulainfra",
"qty": 1,
"grace_period": 0
}
},
"pauses": {
"after": 20
}
},
{
"ref": "application-returning-query"
}
]
}