Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 5a82daa

Browse files
Update Parity Coverage Docs (#1677)
Co-authored-by: LocalStack Bot <[email protected]>
1 parent 050c36c commit 5a82daa

Some content is hidden

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

42 files changed

+7216
-5184
lines changed

data/coverage/acm.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,16 @@
259259
"snapshot_tested": false,
260260
"origin": "external"
261261
},
262+
{
263+
"node_id": "LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_custom_domains_invocation",
264+
"test": "test_custom_domains_invocation",
265+
"response": "200",
266+
"error": "",
267+
"snapshot_skipped": "",
268+
"aws_validated": true,
269+
"snapshot_tested": true,
270+
"origin": "external"
271+
},
262272
{
263273
"node_id": "LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_invoke_custom_domain_cors_handler[False]",
264274
"test": "test_invoke_custom_domain_cors_handler[False]",
@@ -379,6 +389,16 @@
379389
"snapshot_tested": true,
380390
"origin": "internal"
381391
},
392+
{
393+
"node_id": "LocalStack Pro: tests/aws/services/cloudformation/resources/test_cloudfront.py::test_create_distribution_with_acm",
394+
"test": "test_create_distribution_with_acm",
395+
"response": "200",
396+
"error": "",
397+
"snapshot_skipped": "all",
398+
"aws_validated": true,
399+
"snapshot_tested": false,
400+
"origin": "external"
401+
},
382402
{
383403
"node_id": "LocalStack Pro: tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_cloudflare_alias_with_s3_backend",
384404
"test": "test_cloudflare_alias_with_s3_backend",
@@ -481,6 +501,16 @@
481501
"snapshot_tested": false,
482502
"origin": "external"
483503
},
504+
{
505+
"node_id": "LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_custom_domains_invocation",
506+
"test": "test_custom_domains_invocation",
507+
"response": "200",
508+
"error": "",
509+
"snapshot_skipped": "",
510+
"aws_validated": true,
511+
"snapshot_tested": true,
512+
"origin": "external"
513+
},
484514
{
485515
"node_id": "LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_delete_domain_name_deletes_mapping",
486516
"test": "test_delete_domain_name_deletes_mapping",
@@ -571,6 +601,16 @@
571601
"snapshot_tested": true,
572602
"origin": "external"
573603
},
604+
{
605+
"node_id": "LocalStack Pro: tests/aws/services/cloudformation/resources/test_cloudfront.py::test_create_distribution_with_acm",
606+
"test": "test_create_distribution_with_acm",
607+
"response": "200",
608+
"error": "",
609+
"snapshot_skipped": "all",
610+
"aws_validated": true,
611+
"snapshot_tested": false,
612+
"origin": "external"
613+
},
574614
{
575615
"node_id": "LocalStack Pro: tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_cloudflare_alias_with_s3_backend",
576616
"test": "test_cloudflare_alias_with_s3_backend",

data/coverage/apigateway.json

Lines changed: 122 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@
225225
"internal_test_suite": true,
226226
"external_test_suite": true,
227227
"terraform_test_suite": true,
228-
"aws_validated": false,
229-
"snapshot_tested": false,
228+
"aws_validated": true,
229+
"snapshot_tested": true,
230230
"snapshot_skipped": ""
231231
}
232232
},
@@ -1985,6 +1985,20 @@
19851985
}
19861986
},
19871987
"CreateBasePathMapping": {
1988+
"basePath, domainName, restApiId": {
1989+
"ls_pro": [
1990+
{
1991+
"node_id": "LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_custom_domains_invocation",
1992+
"test": "test_custom_domains_invocation",
1993+
"response": "201",
1994+
"error": "",
1995+
"snapshot_skipped": "",
1996+
"aws_validated": true,
1997+
"snapshot_tested": true,
1998+
"origin": "external"
1999+
}
2000+
]
2001+
},
19882002
"basePath, domainName, restApiId, stage": {
19892003
"ls_community": [
19902004
{
@@ -2009,6 +2023,16 @@
20092023
}
20102024
],
20112025
"ls_pro": [
2026+
{
2027+
"node_id": "LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_custom_domains_invocation",
2028+
"test": "test_custom_domains_invocation",
2029+
"response": "201",
2030+
"error": "",
2031+
"snapshot_skipped": "",
2032+
"aws_validated": true,
2033+
"snapshot_tested": true,
2034+
"origin": "external"
2035+
},
20122036
{
20132037
"node_id": "LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_update_base_path_mappings_apigw_v1",
20142038
"test": "test_update_base_path_mappings_apigw_v1",
@@ -2041,6 +2065,20 @@
20412065
}
20422066
]
20432067
},
2068+
"domainName, restApiId": {
2069+
"ls_pro": [
2070+
{
2071+
"node_id": "LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_custom_domains_invocation",
2072+
"test": "test_custom_domains_invocation",
2073+
"response": "201",
2074+
"error": "",
2075+
"snapshot_skipped": "",
2076+
"aws_validated": true,
2077+
"snapshot_tested": true,
2078+
"origin": "external"
2079+
}
2080+
]
2081+
},
20442082
"domainName, restApiId, stage": {
20452083
"ls_community": [
20462084
{
@@ -3741,6 +3779,16 @@
37413779
"snapshot_tested": false,
37423780
"origin": "internal"
37433781
},
3782+
{
3783+
"node_id": "LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_custom_domains_invocation",
3784+
"test": "test_custom_domains_invocation",
3785+
"response": "201",
3786+
"error": "",
3787+
"snapshot_skipped": "",
3788+
"aws_validated": true,
3789+
"snapshot_tested": true,
3790+
"origin": "external"
3791+
},
37443792
{
37453793
"node_id": "LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_delete_domain_name_deletes_mapping",
37463794
"test": "test_delete_domain_name_deletes_mapping",
@@ -5779,6 +5827,16 @@
57795827
"snapshot_tested": false,
57805828
"origin": "external"
57815829
},
5830+
{
5831+
"node_id": "LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_custom_domains_invocation",
5832+
"test": "test_custom_domains_invocation",
5833+
"response": "201",
5834+
"error": "",
5835+
"snapshot_skipped": "",
5836+
"aws_validated": true,
5837+
"snapshot_tested": true,
5838+
"origin": "external"
5839+
},
57825840
{
57835841
"node_id": "LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_invoke_custom_domain",
57845842
"test": "test_invoke_custom_domain",
@@ -6881,6 +6939,16 @@
68816939
}
68826940
],
68836941
"ls_pro": [
6942+
{
6943+
"node_id": "LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_custom_domains_invocation",
6944+
"test": "test_custom_domains_invocation",
6945+
"response": "201",
6946+
"error": "",
6947+
"snapshot_skipped": "",
6948+
"aws_validated": true,
6949+
"snapshot_tested": true,
6950+
"origin": "external"
6951+
},
68846952
{
68856953
"node_id": "LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_apigw_v1_lambda_request_authorizer",
68866954
"test": "test_apigw_v1_lambda_request_authorizer",
@@ -9695,6 +9763,18 @@
96959763
"snapshot_tested": false,
96969764
"origin": "external"
96979765
}
9766+
],
9767+
"ls_pro": [
9768+
{
9769+
"node_id": "LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_custom_domains_invocation",
9770+
"test": "test_custom_domains_invocation",
9771+
"response": "202",
9772+
"error": "",
9773+
"snapshot_skipped": "",
9774+
"aws_validated": true,
9775+
"snapshot_tested": true,
9776+
"origin": "external"
9777+
}
96989778
]
96999779
}
97009780
},
@@ -12871,6 +12951,16 @@
1287112951
"snapshot_tested": false,
1287212952
"origin": "external"
1287312953
},
12954+
{
12955+
"node_id": "LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_custom_domains_invocation",
12956+
"test": "test_custom_domains_invocation",
12957+
"response": "202",
12958+
"error": "",
12959+
"snapshot_skipped": "",
12960+
"aws_validated": true,
12961+
"snapshot_tested": true,
12962+
"origin": "external"
12963+
},
1287412964
{
1287512965
"node_id": "LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_delete_domain_name_deletes_mapping",
1287612966
"test": "test_delete_domain_name_deletes_mapping",
@@ -18865,6 +18955,16 @@
1886518955
"snapshot_tested": false,
1886618956
"origin": "external"
1886718957
},
18958+
{
18959+
"node_id": "LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_custom_domains_invocation",
18960+
"test": "test_custom_domains_invocation",
18961+
"response": "200",
18962+
"error": "",
18963+
"snapshot_skipped": "",
18964+
"aws_validated": true,
18965+
"snapshot_tested": true,
18966+
"origin": "external"
18967+
},
1886818968
{
1886918969
"node_id": "LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_delete_domain_name_deletes_mapping",
1887018970
"test": "test_delete_domain_name_deletes_mapping",
@@ -21191,6 +21291,16 @@
2119121291
"snapshot_tested": false,
2119221292
"origin": "internal"
2119321293
},
21294+
{
21295+
"node_id": "LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_custom_domains_invocation",
21296+
"test": "test_custom_domains_invocation",
21297+
"response": "201",
21298+
"error": "",
21299+
"snapshot_skipped": "",
21300+
"aws_validated": true,
21301+
"snapshot_tested": true,
21302+
"origin": "external"
21303+
},
2119421304
{
2119521305
"node_id": "LocalStack Pro: tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer_token_types[client_credentials]",
2119621306
"test": "test_cognito_authorizer_token_types[client_credentials]",
@@ -25001,6 +25111,16 @@
2500125111
"snapshot_tested": false,
2500225112
"origin": "external"
2500325113
},
25114+
{
25115+
"node_id": "LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_custom_domains_invocation",
25116+
"test": "test_custom_domains_invocation",
25117+
"response": "201",
25118+
"error": "",
25119+
"snapshot_skipped": "",
25120+
"aws_validated": true,
25121+
"snapshot_tested": true,
25122+
"origin": "external"
25123+
},
2500425124
{
2500525125
"node_id": "LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_delete_domain_name_deletes_mapping",
2500625126
"test": "test_delete_domain_name_deletes_mapping",

data/coverage/apigatewayv2.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2889,6 +2889,16 @@
28892889
"snapshot_tested": false,
28902890
"origin": "external"
28912891
},
2892+
{
2893+
"node_id": "LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_custom_domains_invocation",
2894+
"test": "test_custom_domains_invocation",
2895+
"response": "201",
2896+
"error": "",
2897+
"snapshot_skipped": "",
2898+
"aws_validated": true,
2899+
"snapshot_tested": true,
2900+
"origin": "external"
2901+
},
28922902
{
28932903
"node_id": "LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_delete_domain_name_deletes_mapping",
28942904
"test": "test_delete_domain_name_deletes_mapping",
@@ -8241,6 +8251,16 @@
82418251
"snapshot_tested": false,
82428252
"origin": "external"
82438253
},
8254+
{
8255+
"node_id": "LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_custom_domains_invocation",
8256+
"test": "test_custom_domains_invocation",
8257+
"response": "204",
8258+
"error": "",
8259+
"snapshot_skipped": "",
8260+
"aws_validated": true,
8261+
"snapshot_tested": true,
8262+
"origin": "external"
8263+
},
82448264
{
82458265
"node_id": "LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_delete_domain_name_deletes_mapping",
82468266
"test": "test_delete_domain_name_deletes_mapping",

0 commit comments

Comments
 (0)