@@ -99,12 +99,12 @@ kubectl logs gatling-sample01-runner-tkplh -c gatling-runner -f
99
99
Expected output would be like this:
100
100
101
101
``` bash
102
- Wait until 2022-02-25 06:07:25
102
+ Wait until 2022-11-28 00:34:56
103
103
GATLING_HOME is set to /opt/gatling
104
104
Simulation MyBasicSimulation started...
105
105
106
106
================================================================================
107
- 2022-02-25 06:08:31 5s elapsed
107
+ 2022-11-28 00:37:17 5s elapsed
108
108
---- Requests ------------------------------------------------------------------
109
109
> Global (OK=2 KO=0 )
110
110
> request_1 (OK=1 KO=0 )
@@ -117,7 +117,7 @@ Simulation MyBasicSimulation started...
117
117
118
118
119
119
================================================================================
120
- 2022-02-25 06:08:36 10s elapsed
120
+ 2022-11-28 00:37:22 10s elapsed
121
121
---- Requests ------------------------------------------------------------------
122
122
> Global (OK=3 KO=0 )
123
123
> request_1 (OK=1 KO=0 )
@@ -131,7 +131,7 @@ Simulation MyBasicSimulation started...
131
131
132
132
133
133
================================================================================
134
- 2022-02-25 06:08:40 14s elapsed
134
+ 2022-11-28 00:37:27 14s elapsed
135
135
---- Requests ------------------------------------------------------------------
136
136
> Global (OK=6 KO=0 )
137
137
> request_1 (OK=1 KO=0 )
@@ -146,7 +146,7 @@ Simulation MyBasicSimulation started...
146
146
waiting: 0 / active: 0 / done: 1
147
147
================================================================================
148
148
149
- Simulation MyBasicSimulation completed in 14 seconds
149
+ Simulation MyBasicSimulation completed in 15 seconds
150
150
` ` `
151
151
152
152
As configured in [the sample manifest](https://github.com/st-tech/gatling-operator/blob/85e69840274214c47e63f65a5c807dd541dff245/config/samples/gatling-operator_v1alpha1_gatling01.yaml#L6-L8), an aggregated Gatling HTML report is not created, nor a notification message is posted.
@@ -206,11 +206,12 @@ kubectl get gatling gatling-sample01 -o jsonpath='{@.status}' |jq
206
206
"reportStoragePath": "s3:gatling-operator-reports/gatling-sample01/318807881"
207
207
"reportUrl": "https://gatling-operator-reports.s3.amazonaws.com/gatling-sample01/318807881/index.html"
208
208
"reporterJobName": gatling-sample01-reporter
209
- "reporterStartTime": 1631415671
210
- "runnerCompleted": true
211
- "runnerJobName": gatling-sample01-runner
212
- "runnerStartTime": 1631415570
213
- "succeeded": 5
209
+ "reporterStartTime": 1669595852,
210
+ "runnerCompleted": true,
211
+ "runnerCompletions": "3/3",
212
+ "runnerJobName": "gatling-sample01-runner",
213
+ "runnerStartTime": 1669595687,
214
+ "succeeded": 3
214
215
}
215
216
```
216
217
0 commit comments