Skip to content

Commit d6e841c

Browse files
sckottgithub-actions[bot]
authored andcommitted
updated vcr cassettes
1 parent 34a7d8b commit d6e841c

File tree

308 files changed

+427001
-29128
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

308 files changed

+427001
-29128
lines changed

tests/cromwellapi/cassettes/test-abort/test_abort[helloDockerHostname].yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
interactions:
22
- request:
3-
body: "--c7b0cac44586b9a58b93797ea2fad1c4\r\nContent-Disposition: form-data; name=\"workflowSource\";
3+
body: "--88f84e416f47fe17324065454f11e3c3\r\nContent-Disposition: form-data; name=\"workflowSource\";
44
filename=\"helloDockerHostname.wdl\"\r\nContent-Type: application/octet-stream\r\n\r\nversion
55
1.0\n## This is a test workflow that returns the Docker image name and tag\n##
66
and measures execution time of the Hostname task.\n\n#### WORKFLOW DEFINITION\n\nworkflow
@@ -45,10 +45,10 @@ interactions:
4545
\ echo \"Expected Image: ~{expected_image}\"\n echo \"Hostname: $(hostname)\"\n
4646
\ >>>\n\n output {\n File out = stdout()\n }\n\n runtime {\n cpu: 1\n
4747
\ memory: \"1 GB\"\n docker: \"~{expected_image}\"\n }\n\n parameter_meta
48-
{\n expected_image: \"Docker image that should be running this task\"\n }\n}\n\r\n--c7b0cac44586b9a58b93797ea2fad1c4\r\nContent-Disposition:
48+
{\n expected_image: \"Docker image that should be running this task\"\n }\n}\n\r\n--88f84e416f47fe17324065454f11e3c3\r\nContent-Disposition:
4949
form-data; name=\"workflowOptions\"; filename=\"options.json\"\r\nContent-Type:
5050
application/json\r\n\r\n{\n \"workflow_failure_mode\": \"ContinueWhilePossible\",\n
51-
\ \"write_to_cache\": false,\n \"read_from_cache\": false\n}\n\r\n--c7b0cac44586b9a58b93797ea2fad1c4--\r\n"
51+
\ \"write_to_cache\": false,\n \"read_from_cache\": false\n}\n\r\n--88f84e416f47fe17324065454f11e3c3--\r\n"
5252
headers:
5353
accept:
5454
- '*/*'
@@ -59,16 +59,16 @@ interactions:
5959
content-length:
6060
- '3904'
6161
content-type:
62-
- multipart/form-data; boundary=c7b0cac44586b9a58b93797ea2fad1c4
62+
- multipart/form-data; boundary=88f84e416f47fe17324065454f11e3c3
6363
host:
64-
- gizmok120.fhcrc.org:36633
64+
- gizmoj4.fhcrc.org:35141
6565
user-agent:
6666
- python-httpx/0.28.1
6767
method: POST
68-
uri: https://gizmok120.fhcrc.org:36633/api/workflows/v1
68+
uri: https://gizmoj4.fhcrc.org:35141/api/workflows/v1
6969
response:
7070
body:
71-
string: '{"id":"ec12a110-dd9d-480f-9ee4-2615f29ea09b","status":"Submitted"}'
71+
string: '{"id":"b551f853-96b7-4e13-9fdc-37cf43a81c8b","status":"Submitted"}'
7272
headers:
7373
Connection:
7474
- keep-alive
@@ -77,7 +77,7 @@ interactions:
7777
Content-Type:
7878
- application/json
7979
Date:
80-
- Thu, 17 Apr 2025 16:10:01 GMT
80+
- Sun, 04 May 2025 03:28:39 GMT
8181
Server:
8282
- nginx/1.25.3
8383
status:
@@ -95,14 +95,14 @@ interactions:
9595
content-length:
9696
- '0'
9797
host:
98-
- gizmok120.fhcrc.org:36633
98+
- gizmoj4.fhcrc.org:35141
9999
user-agent:
100100
- python-httpx/0.28.1
101101
method: POST
102-
uri: https://gizmok120.fhcrc.org:36633/api/workflows/v1/ec12a110-dd9d-480f-9ee4-2615f29ea09b/abort
102+
uri: https://gizmoj4.fhcrc.org:35141/api/workflows/v1/b551f853-96b7-4e13-9fdc-37cf43a81c8b/abort
103103
response:
104104
body:
105-
string: '{"id":"ec12a110-dd9d-480f-9ee4-2615f29ea09b","status":"Aborted"}'
105+
string: '{"id":"b551f853-96b7-4e13-9fdc-37cf43a81c8b","status":"Aborted"}'
106106
headers:
107107
Connection:
108108
- keep-alive
@@ -111,7 +111,7 @@ interactions:
111111
Content-Type:
112112
- application/json
113113
Date:
114-
- Thu, 17 Apr 2025 16:10:01 GMT
114+
- Sun, 04 May 2025 03:28:39 GMT
115115
Server:
116116
- nginx/1.25.3
117117
status:

tests/cromwellapi/cassettes/test-abort/test_abort[helloHostname].yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
interactions:
22
- request:
3-
body: "--4c4002a37a0115aca991c1380fb8d179\r\nContent-Disposition: form-data; name=\"workflowSource\";
3+
body: "--1374d9b5d5c0e57423de7530ef22d28a\r\nContent-Disposition: form-data; name=\"workflowSource\";
44
filename=\"helloHostname.wdl\"\r\nContent-Type: application/octet-stream\r\n\r\nversion
55
1.0\n## This is a test workflow that returns the hostname of the node \n## the
66
job is submitted to as a test for the Gizmo backend. \n\n#### WORKFLOW DEFINITION\n\nworkflow
@@ -9,10 +9,10 @@ interactions:
99
to\"\n }\n}\n\n#### TASK DEFINITIONS\n\ntask Hostname {\n command <<<\n echo
1010
$(hostname)\n >>>\n\n output {\n File out = stdout()\n }\n \n runtime
1111
{\n cpu: 1\n memory: \"1 GB\"\n }\n\n parameter_meta {\n out: \"hostname
12-
of the node the job was submitted to\"\n }\n}\n\r\n--4c4002a37a0115aca991c1380fb8d179\r\nContent-Disposition:
12+
of the node the job was submitted to\"\n }\n}\n\r\n--1374d9b5d5c0e57423de7530ef22d28a\r\nContent-Disposition:
1313
form-data; name=\"workflowOptions\"; filename=\"options.json\"\r\nContent-Type:
1414
application/json\r\n\r\n{\n \"workflow_failure_mode\": \"ContinueWhilePossible\",\n
15-
\ \"write_to_cache\": false,\n \"read_from_cache\": false\n}\n\r\n--4c4002a37a0115aca991c1380fb8d179--\r\n"
15+
\ \"write_to_cache\": false,\n \"read_from_cache\": false\n}\n\r\n--1374d9b5d5c0e57423de7530ef22d28a--\r\n"
1616
headers:
1717
accept:
1818
- '*/*'
@@ -23,16 +23,16 @@ interactions:
2323
content-length:
2424
- '1071'
2525
content-type:
26-
- multipart/form-data; boundary=4c4002a37a0115aca991c1380fb8d179
26+
- multipart/form-data; boundary=1374d9b5d5c0e57423de7530ef22d28a
2727
host:
28-
- gizmok120.fhcrc.org:36633
28+
- gizmoj4.fhcrc.org:35141
2929
user-agent:
3030
- python-httpx/0.28.1
3131
method: POST
32-
uri: https://gizmok120.fhcrc.org:36633/api/workflows/v1
32+
uri: https://gizmoj4.fhcrc.org:35141/api/workflows/v1
3333
response:
3434
body:
35-
string: '{"id":"5038603c-e59b-4fec-b444-c836d62afc37","status":"Submitted"}'
35+
string: '{"id":"d120e1a4-e0f1-4541-9436-9e0b2cd70933","status":"Submitted"}'
3636
headers:
3737
Connection:
3838
- keep-alive
@@ -41,7 +41,7 @@ interactions:
4141
Content-Type:
4242
- application/json
4343
Date:
44-
- Thu, 17 Apr 2025 16:10:00 GMT
44+
- Sun, 04 May 2025 03:28:39 GMT
4545
Server:
4646
- nginx/1.25.3
4747
status:
@@ -59,14 +59,14 @@ interactions:
5959
content-length:
6060
- '0'
6161
host:
62-
- gizmok120.fhcrc.org:36633
62+
- gizmoj4.fhcrc.org:35141
6363
user-agent:
6464
- python-httpx/0.28.1
6565
method: POST
66-
uri: https://gizmok120.fhcrc.org:36633/api/workflows/v1/5038603c-e59b-4fec-b444-c836d62afc37/abort
66+
uri: https://gizmoj4.fhcrc.org:35141/api/workflows/v1/d120e1a4-e0f1-4541-9436-9e0b2cd70933/abort
6767
response:
6868
body:
69-
string: '{"id":"5038603c-e59b-4fec-b444-c836d62afc37","status":"Aborted"}'
69+
string: '{"id":"d120e1a4-e0f1-4541-9436-9e0b2cd70933","status":"Aborted"}'
7070
headers:
7171
Connection:
7272
- keep-alive
@@ -75,7 +75,7 @@ interactions:
7575
Content-Type:
7676
- application/json
7777
Date:
78-
- Thu, 17 Apr 2025 16:10:00 GMT
78+
- Sun, 04 May 2025 03:28:39 GMT
7979
Server:
8080
- nginx/1.25.3
8181
status:

0 commit comments

Comments
 (0)