Skip to content

Commit a746b7a

Browse files
committed
fix(gooddata-sdk): [AUTO] fix-agent attempt 2
1 parent eaaa9b7 commit a746b7a

1 file changed

Lines changed: 102 additions & 0 deletions

File tree

packages/gooddata-sdk/tests/compute/fixtures/test_execution_limit_breaks.yaml

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,106 @@ interactions:
101101
status:
102102
code: 400
103103
message: Bad Request
104+
- request:
105+
body:
106+
execution:
107+
attributes: []
108+
filters: []
109+
measures:
110+
- definition:
111+
measure:
112+
computeRatio: false
113+
filters: []
114+
item:
115+
identifier:
116+
id: order_amount
117+
type: metric
118+
localIdentifier: m1
119+
resultSpec:
120+
dimensions:
121+
- itemIdentifiers:
122+
- measureGroup
123+
localIdentifier: dim_0
124+
headers:
125+
Accept:
126+
- application/json
127+
Accept-Encoding:
128+
- br, gzip, deflate
129+
Content-Type:
130+
- application/json
131+
X-GDC-VALIDATE-RELATIONS:
132+
- 'true'
133+
X-Requested-With:
134+
- XMLHttpRequest
135+
method: POST
136+
uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute
137+
response:
138+
body:
139+
string:
140+
executionResponse:
141+
dimensions:
142+
- headers:
143+
- measureGroupHeaders:
144+
- format: $#,##0
145+
localIdentifier: m1
146+
name: Order Amount
147+
localIdentifier: dim_0
148+
links:
149+
executionResult: EXECUTION_NORMALIZED_1
150+
headers:
151+
Content-Type:
152+
- application/json
153+
DATE:
154+
- PLACEHOLDER
155+
Expires:
156+
- '0'
157+
Pragma:
158+
- no-cache
159+
X-Content-Type-Options:
160+
- nosniff
161+
X-GDC-CANCEL-TOKEN:
162+
- PLACEHOLDER
163+
X-GDC-TRACE-ID:
164+
- PLACEHOLDER
165+
status:
166+
code: 200
167+
message: OK
168+
- request:
169+
body: null
170+
headers:
171+
Accept:
172+
- application/json
173+
Accept-Encoding:
174+
- br, gzip, deflate
175+
X-GDC-VALIDATE-RELATIONS:
176+
- 'true'
177+
X-Requested-With:
178+
- XMLHttpRequest
179+
method: GET
180+
uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/EXECUTION_NORMALIZED_1?offset=0&limit=1
181+
response:
182+
body:
183+
string:
184+
detail: An error has occurred while calculating the result
185+
reason: Cannot reach the URL
186+
resultId: 67da26dd311be7504d1af3a312ea1d382cfdf313
187+
status: 400
188+
title: Bad Request
189+
traceId: NORMALIZED_TRACE_ID_000000000000
190+
headers:
191+
Content-Type:
192+
- application/problem+json
193+
DATE:
194+
- PLACEHOLDER
195+
Expires:
196+
- '0'
197+
Pragma:
198+
- no-cache
199+
X-Content-Type-Options:
200+
- nosniff
201+
X-GDC-TRACE-ID:
202+
- PLACEHOLDER
203+
status:
204+
code: 400
205+
message: Bad Request
104206
version: 1

0 commit comments

Comments
 (0)