Skip to content

Commit ee8e22a

Browse files
- 3 failures.
1 parent a9f044e commit ee8e22a

File tree

5 files changed

+32
-29
lines changed

5 files changed

+32
-29
lines changed

test/python/flask/aws/root_path_cfg.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1224,10 +1224,12 @@
12241224
},
12251225
"body_conditions": {
12261226
"type": "JSON",
1227-
"json": {},
1227+
"json": {
1228+
"Domain": "AWS"
1229+
},
12281230
"matchType": "STRICT"
12291231
},
1230-
"template": "template_51.json",
1232+
"template": "empty-response.json",
12311233
"status": 200,
12321234
"response_headers": {
12331235
"Content-Type": ["application/json"]
@@ -1297,13 +1299,14 @@
12971299
]
12981300
},
12991301
"body_conditions": {
1300-
"ServerId": "s-0000000001"
1302+
"type": "JSON",
1303+
"json": {
1304+
"ServerId": "s-0000000001"
1305+
},
1306+
"matchType": "STRICT"
13011307
},
1302-
"template": "template_53.json",
1303-
"status": 200,
1304-
"response_headers": {
1305-
"Content-Type": ["text/xml"]
1306-
}
1308+
"template": "empty-response.json",
1309+
"status": 200
13071310
},
13081311
"POST:/:54": {
13091312
"method": "POST",
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"ResourceDescription": {
3-
"Identifier": "rtbassoc-001",
4-
"Properties": "{\"RouteTableId\":\"rtb-001a\",\"Id\":\"rtbassoc-001\",\"SubnetId\":\"subnet-0001b\"}"
5-
},
6-
"TypeName":"AWS::EC2::SubnetRouteTableAssociation"
2+
"ResourceDescription": {
3+
"Identifier": "rtbassoc-001",
4+
"Properties": "{\"RouteTableId\":\"rtb-001a\",\"Id\":\"rtbassoc-001\",\"SubnetId\":\"subnet-0001b\"}"
5+
},
6+
"TypeName": "AWS::EC2::SubnetRouteTableAssociation"
77
}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"ResourceDescription": {
3-
"Identifier": "rtbassoc-003",
4-
"Properties": "{\"RouteTableId\":\"rtb-001a\",\"Id\":\"rtbassoc-003\",\"SubnetId\":\"subnet-0003b\"}"
5-
},
6-
"TypeName":"AWS::EC2::SubnetRouteTableAssociation"
2+
"ResourceDescription": {
3+
"Identifier": "rtbassoc-003",
4+
"Properties": "{\"RouteTableId\":\"rtb-001a\",\"Id\":\"rtbassoc-003\",\"SubnetId\":\"subnet-0003b\"}"
5+
},
6+
"TypeName": "AWS::EC2::SubnetRouteTableAssociation"
77
}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"ResourceDescription": {
3-
"Identifier": "rtbassoc-003",
4-
"Properties": "{\"RouteTableId\":\"rtb-001a\",\"Id\":\"rtbassoc-003\",\"SubnetId\":\"subnet-0003b\"}"
5-
},
6-
"TypeName":"AWS::EC2::SubnetRouteTableAssociation"
2+
"ResourceDescription": {
3+
"Identifier": "ltbassoc-002",
4+
"Properties": "{\"RouteTableId\":\"ltb-002a\",\"Id\":\"ltbassoc-002\",\"SubnetId\":\"subnet-0022b\"}"
5+
},
6+
"TypeName": "AWS::EC2::SubnetRouteTableAssociation"
77
}

test/robot/functional/stackql_mocked_from_cmd_line.robot

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -818,8 +818,8 @@ AWS Route53 List Record Sets Simple
818818

819819
AWS Transfer Server Insert Simple Exemplifies Empty Request Body Insert
820820
${inputStr} = Catenate
821-
... insert into aws.transfer.servers(region)
822-
... select 'ap-southeast-2';
821+
... insert into aws.transfer.servers(region, data__Domain)
822+
... select 'ap-southeast-2', 'AWS';
823823
Should Stackql Exec Inline Equal Both Streams
824824
... ${STACKQL_EXE}
825825
... ${OKTA_SECRET_STR}
@@ -6306,12 +6306,12 @@ Error GTE 400 Response Code Does Not Stop The World As Exemplified By AWS Subnet
63066306
... |----------------|--------------|--------------|----------------|--------------|
63076307
${outputErrStr} = Catenate SEPARATOR=\n
63086308
... http${SPACE}response${SPACE}status${SPACE}code:${SPACE}400,${SPACE}response${SPACE}body:${SPACE}{
6309-
... ${SPACE}${SPACE}"__type"${SPACE}:${SPACE}"com.amazon.cloudapiservice#InvalidRequestException",
6310-
... ${SPACE}${SPACE}"Message"${SPACE}:${SPACE}"AWS::EC2::SubnetRouteTableAssociation${SPACE}Handler${SPACE}returned${SPACE}status${SPACE}FAILED:${SPACE}The${SPACE}RouteTableAssociation${SPACE}does${SPACE}not${SPACE}belong${SPACE}to${SPACE}a${SPACE}subnet${SPACE}(HandlerErrorCode:${SPACE}InvalidRequest,${SPACE}RequestToken:${SPACE}00000000-0000-0000-0000-00000001)"
6309+
... ${SPACE}${SPACE}${SPACE}${SPACE}"__type":${SPACE}"com.amazon.cloudapiservice#InvalidRequestException",
6310+
... ${SPACE}${SPACE}${SPACE}${SPACE}"Message":${SPACE}"AWS::EC2::SubnetRouteTableAssociation${SPACE}Handler${SPACE}returned${SPACE}status${SPACE}FAILED:${SPACE}The${SPACE}RouteTableAssociation${SPACE}does${SPACE}not${SPACE}belong${SPACE}to${SPACE}a${SPACE}subnet${SPACE}(HandlerErrorCode:${SPACE}InvalidRequest,${SPACE}RequestToken:${SPACE}00000000-0000-0000-0000-00000001)"
63116311
... }
63126312
... http${SPACE}response${SPACE}status${SPACE}code:${SPACE}400,${SPACE}response${SPACE}body:${SPACE}{
6313-
... ${SPACE}${SPACE}"__type"${SPACE}:${SPACE}"com.amazon.cloudapiservice#InvalidRequestException",
6314-
... ${SPACE}${SPACE}"Message"${SPACE}:${SPACE}"AWS::EC2::SubnetRouteTableAssociation${SPACE}Handler${SPACE}returned${SPACE}status${SPACE}FAILED:${SPACE}The${SPACE}RouteTableAssociation${SPACE}does${SPACE}not${SPACE}belong${SPACE}to${SPACE}a${SPACE}subnet${SPACE}(HandlerErrorCode:${SPACE}InvalidRequest,${SPACE}RequestToken:${SPACE}00000000-0000-0000-0000-00000001)"
6313+
... ${SPACE}${SPACE}${SPACE}${SPACE}"__type":${SPACE}"com.amazon.cloudapiservice#InvalidRequestException",
6314+
... ${SPACE}${SPACE}${SPACE}${SPACE}"Message":${SPACE}"AWS::EC2::SubnetRouteTableAssociation${SPACE}Handler${SPACE}returned${SPACE}status${SPACE}FAILED:${SPACE}The${SPACE}RouteTableAssociation${SPACE}does${SPACE}not${SPACE}belong${SPACE}to${SPACE}a${SPACE}subnet${SPACE}(HandlerErrorCode:${SPACE}InvalidRequest,${SPACE}RequestToken:${SPACE}00000000-0000-0000-0000-00000001)"
63156315
... }
63166316
Should Stackql Exec Inline Equal Both Streams
63176317
... ${STACKQL_EXE}

0 commit comments

Comments
 (0)