Skip to content

Commit 0e5598a

Browse files
committed
Renewed quickstart
Signed-off-by: Yoichi Kawasaki <[email protected]>
1 parent 63d3b06 commit 0e5598a

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

docs/quickstart-guide.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@ kubectl logs gatling-sample01-runner-tkplh -c gatling-runner -f
9999
Expected output would be like this:
100100

101101
```bash
102-
Wait until 2022-02-25 06:07:25
102+
Wait until 2022-11-28 00:34:56
103103
GATLING_HOME is set to /opt/gatling
104104
Simulation MyBasicSimulation started...
105105

106106
================================================================================
107-
2022-02-25 06:08:31 5s elapsed
107+
2022-11-28 00:37:17 5s elapsed
108108
---- Requests ------------------------------------------------------------------
109109
> Global (OK=2 KO=0 )
110110
> request_1 (OK=1 KO=0 )
@@ -117,7 +117,7 @@ Simulation MyBasicSimulation started...
117117

118118

119119
================================================================================
120-
2022-02-25 06:08:36 10s elapsed
120+
2022-11-28 00:37:22 10s elapsed
121121
---- Requests ------------------------------------------------------------------
122122
> Global (OK=3 KO=0 )
123123
> request_1 (OK=1 KO=0 )
@@ -131,7 +131,7 @@ Simulation MyBasicSimulation started...
131131

132132

133133
================================================================================
134-
2022-02-25 06:08:40 14s elapsed
134+
2022-11-28 00:37:27 14s elapsed
135135
---- Requests ------------------------------------------------------------------
136136
> Global (OK=6 KO=0 )
137137
> request_1 (OK=1 KO=0 )
@@ -146,7 +146,7 @@ Simulation MyBasicSimulation started...
146146
waiting: 0 / active: 0 / done: 1
147147
================================================================================
148148

149-
Simulation MyBasicSimulation completed in 14 seconds
149+
Simulation MyBasicSimulation completed in 15 seconds
150150
```
151151
152152
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
206206
"reportStoragePath": "s3:gatling-operator-reports/gatling-sample01/318807881"
207207
"reportUrl": "https://gatling-operator-reports.s3.amazonaws.com/gatling-sample01/318807881/index.html"
208208
"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
214215
}
215216
```
216217

0 commit comments

Comments
 (0)