Rename integration tests option_foo* to foo_option*.

This commit is contained in:
jcamiel 2023-06-15 13:45:47 +02:00
parent 1d8f45f4b9
commit 886f687635
No known key found for this signature in database
GPG Key ID: 07FF11CFD55356CC
57 changed files with 39 additions and 39 deletions

View File

@ -1,5 +1,5 @@
error: HTTP connection
--> tests_failed/option_max_redirect.hurl:1:5
--> tests_failed/max_redirect_option.hurl:1:5
|
1 | GET http://localhost:8000/redirect/7
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ too many redirect

View File

@ -1,3 +1,3 @@
Set-StrictMode -Version latest
$ErrorActionPreference = 'Stop'
hurl tests_failed/option_max_redirect.hurl
hurl tests_failed/max_redirect_option.hurl

View File

@ -0,0 +1,3 @@
#!/bin/bash
set -Eeuo pipefail
hurl tests_failed/max_redirect_option.hurl

View File

@ -1,3 +0,0 @@
#!/bin/bash
set -Eeuo pipefail
hurl tests_failed/option_max_redirect.hurl

View File

@ -1,3 +0,0 @@
#!/bin/bash
set -Eeuo pipefail
hurl tests_failed/option_retry.hurl --verbose

View File

@ -36,7 +36,7 @@
<
*
* Assert status code
* --> tests_failed/option_retry.hurl:5:6
* --> tests_failed/retry_option.hurl:5:6
* |
* 5 | HTTP 200
* | ^^^ actual value is <404>
@ -75,7 +75,7 @@
<
*
* Assert status code
* --> tests_failed/option_retry.hurl:5:6
* --> tests_failed/retry_option.hurl:5:6
* |
* 5 | HTTP 200
* | ^^^ actual value is <404>
@ -116,7 +116,7 @@
* Retry max count reached, no more retry
*
error: Assert status code
--> tests_failed/option_retry.hurl:5:6
--> tests_failed/retry_option.hurl:5:6
|
5 | HTTP 200
| ^^^ actual value is <404>

View File

@ -1,3 +1,3 @@
Set-StrictMode -Version latest
$ErrorActionPreference = 'Stop'
hurl tests_failed/option_retry.hurl --verbose
hurl tests_failed/retry_option.hurl --verbose

View File

@ -0,0 +1,3 @@
#!/bin/bash
set -Eeuo pipefail
hurl tests_failed/retry_option.hurl --verbose

View File

@ -1,3 +1,3 @@
Set-StrictMode -Version latest
$ErrorActionPreference = 'Stop'
hurl tests_ok/option_compressed.hurl --verbose
hurl tests_ok/compressed_option.hurl --verbose

View File

@ -0,0 +1,3 @@
#!/bin/bash
set -Eeuo pipefail
hurl tests_ok/compressed_option.hurl --verbose

View File

@ -1,3 +1,3 @@
Set-StrictMode -Version latest
$ErrorActionPreference = 'Stop'
hurl tests_ok/option_follow_redirect.hurl --verbose
hurl tests_ok/follow_redirect_option.hurl --verbose

View File

@ -0,0 +1,3 @@
#!/bin/bash
set -Eeuo pipefail
hurl tests_ok/follow_redirect_option.hurl --verbose

View File

@ -1,3 +1,3 @@
Set-StrictMode -Version latest
$ErrorActionPreference = 'Stop'
hurl tests_ok/option_insecure.hurl --verbose
hurl tests_ok/insecure_option.hurl --verbose

View File

@ -0,0 +1,3 @@
#!/bin/bash
set -Eeuo pipefail
hurl tests_ok/insecure_option.hurl --verbose

View File

@ -1,3 +0,0 @@
#!/bin/bash
set -Eeuo pipefail
hurl tests_ok/option_compressed.hurl --verbose

View File

@ -1,3 +0,0 @@
#!/bin/bash
set -Eeuo pipefail
hurl tests_ok/option_follow_redirect.hurl --verbose

View File

@ -1,3 +0,0 @@
#!/bin/bash
set -Eeuo pipefail
hurl tests_ok/option_insecure.hurl --verbose

View File

@ -1,3 +0,0 @@
Set-StrictMode -Version latest
$ErrorActionPreference = 'Stop'
hurl tests_ok/option_retry.hurl --verbose --json

View File

@ -1,3 +0,0 @@
#!/bin/bash
set -Eeuo pipefail
hurl tests_ok/option_retry.hurl --verbose --json

View File

@ -1,3 +0,0 @@
#!/bin/bash
set -Eeuo pipefail
hurl tests_ok/option_verbose.hurl

View File

@ -65,7 +65,7 @@
<
*
* Assert failure
* --> tests_ok/option_retry.hurl:19:0
* --> tests_ok/retry_option.hurl:19:0
* |
* 19 | jsonpath "$.state" == "COMPLETED"
* | actual: string <RUNNING>
@ -105,7 +105,7 @@
<
*
* Assert failure
* --> tests_ok/option_retry.hurl:19:0
* --> tests_ok/retry_option.hurl:19:0
* |
* 19 | jsonpath "$.state" == "COMPLETED"
* | actual: string <RUNNING>
@ -145,7 +145,7 @@
<
*
* Assert failure
* --> tests_ok/option_retry.hurl:19:0
* --> tests_ok/retry_option.hurl:19:0
* |
* 19 | jsonpath "$.state" == "COMPLETED"
* | actual: string <RUNNING>
@ -185,7 +185,7 @@
<
*
* Assert failure
* --> tests_ok/option_retry.hurl:19:0
* --> tests_ok/retry_option.hurl:19:0
* |
* 19 | jsonpath "$.state" == "COMPLETED"
* | actual: string <RUNNING>

View File

@ -0,0 +1,3 @@
Set-StrictMode -Version latest
$ErrorActionPreference = 'Stop'
hurl tests_ok/retry_option.hurl --verbose --json

View File

@ -0,0 +1,3 @@
#!/bin/bash
set -Eeuo pipefail
hurl tests_ok/retry_option.hurl --verbose --json

View File

@ -1,3 +1,3 @@
Set-StrictMode -Version latest
$ErrorActionPreference = 'Stop'
hurl tests_ok/option_verbose.hurl
hurl tests_ok/verbose_option.hurl

View File

@ -0,0 +1,3 @@
#!/bin/bash
set -Eeuo pipefail
hurl tests_ok/verbose_option.hurl