Skip to content

RDS: Patch the list of valid DB engines (#72) #595

RDS: Patch the list of valid DB engines (#72)

RDS: Patch the list of valid DB engines (#72) #595

Triggered via push November 21, 2023 09:37
Status Failure
Total duration 49m 54s
Artifacts 9

build.yml

on: push
Matrix: Caching
Matrix: Linting
Matrix: test / test
Matrix: testserver / test
Matrix: testproxy / test
Release
0s
Release
Fit to window
Zoom out
Zoom in

Annotations

21 errors
test / test (3.7): tests/test_awslambda_simple/test_lambda_simple.py#L30
test_run_function assert 'error runnin...est unknown")' == 'Simple Lambda happy path OK' - Simple Lambda happy path OK + error running docker: 404 Client Error for http+docker://localhost/v1.43/images/create?tag=3.11&fromImage=mlupin%2Fdocker-lambda: Not Found ("manifest for mlupin/docker-lambda:3.11 not found: manifest unknown: manifest unknown")
test / test (3.7): tests/test_awslambda_simple/test_lambda_simple.py#L37
test_run_function_no_log botocore.errorfactory.ResourceConflictException: An error occurred (ResourceConflictException) when calling the CreateFunction operation: Function already exist: test-function-123
test / test (3.7): tests/test_core/test_decorator_calls.py#L35
test_context_manager Failed: DID NOT RAISE <class 'botocore.exceptions.ClientError'>
test / test (3.7): tests/test_core/test_decorator_calls.py#L58
test_decorator_start_and_stop Failed: DID NOT RAISE <class 'botocore.exceptions.ClientError'>
test / test (3.7): tests/test_core/test_environ_patching.py#L27
test_aws_keys_can_be_none KeyError: 'AWS_ACCESS_KEY_ID'
test / test (3.7): tests/test_core/test_mock_all.py#L34
test_context_manager Failed: DID NOT RAISE <class 'Exception'>
test / test (3.7): tests/test_core/test_moto_api.py#L116
test_model_data_is_emptied_as_necessary assert [<moto.sqs.mo...7fe1f35da4d0>] == [] Left contains one more item: <moto.sqs.models.Queue object at 0x7fe1f35da4d0> Full diff: - [] + [<moto.sqs.models.Queue object at 0x7fe1f35da4d0>]
test / test (3.7): tests/test_core/test_moto_api.py#L138
TestModelDataResetForClassDecorator.test_should_find_bucket assert [<moto.sqs.mo...7fe1f35da4d0>] == [] Left contains one more item: <moto.sqs.models.Queue object at 0x7fe1f35da4d0> Full diff: - [] + [<moto.sqs.models.Queue object at 0x7fe1f35da4d0>]
test / test (3.7): tests/test_moto_api/state_manager/test_batch_integration.py#L42
test_cancel_pending_job RuntimeError: Time out waiting for job status ['FAILED']! Last status: SUCCEEDED
test / test (3.7): tests/test_resourcegroupstaggingapi/test_resourcegroupstaggingapi.py#L295
test_get_resources_ec2_vpc AssertionError: assert 2 == 1 + where 2 = len([{'ResourceARN': 'arn:aws:glue:us-west-1:123456789012:job/1a5f73a5-247f-4089-b5d9-a01da796a989', 'Tags': [{'Key': 'bf5913', 'Value': 'b3f2be'}]}, {'ResourceARN': 'arn:aws:ec2:us-west-1:123456789012:vpc/vpc-89c7c64c', 'Tags': [{'Key': 'test', 'Value': 'test'}]}])
test / test (3.10): tests/test_awslambda_simple/test_lambda_simple.py#L30
test_run_function assert 'error runnin...est unknown")' == 'Simple Lambda happy path OK' - Simple Lambda happy path OK + error running docker: 404 Client Error for http+docker://localhost/v1.43/images/create?tag=3.11&fromImage=lambci%2Flambda: Not Found ("manifest for lambci/lambda:3.11 not found: manifest unknown: manifest unknown")
test / test (3.10): tests/test_awslambda_simple/test_lambda_simple.py#L37
test_run_function_no_log botocore.errorfactory.ResourceConflictException: An error occurred (ResourceConflictException) when calling the CreateFunction operation: Function already exist: test-function-123
test / test (3.10): tests/test_core/test_decorator_calls.py#L34
test_context_manager Failed: DID NOT RAISE <class 'botocore.exceptions.ClientError'>
test / test (3.10): tests/test_core/test_decorator_calls.py#L57
test_decorator_start_and_stop Failed: DID NOT RAISE <class 'botocore.exceptions.ClientError'>
test / test (3.10): tests/test_core/test_environ_patching.py#L27
test_aws_keys_can_be_none KeyError: 'AWS_ACCESS_KEY_ID'
test / test (3.10): tests/test_core/test_mock_all.py#L33
test_context_manager Failed: DID NOT RAISE <class 'Exception'>
test / test (3.10): tests/test_core/test_moto_api.py#L116
test_model_data_is_emptied_as_necessary assert [<moto.sqs.mo...7f4da26cd120>] == [] Left contains one more item: <moto.sqs.models.Queue object at 0x7f4da26cd120> Full diff: - [] + [<moto.sqs.models.Queue object at 0x7f4da26cd120>]
test / test (3.10): tests/test_core/test_moto_api.py#L138
TestModelDataResetForClassDecorator.test_should_find_bucket assert [<moto.sqs.mo...7f4da26cd120>] == [] Left contains one more item: <moto.sqs.models.Queue object at 0x7f4da26cd120> Full diff: - [] + [<moto.sqs.models.Queue object at 0x7f4da26cd120>]
test / test (3.10): tests/test_moto_api/state_manager/test_batch_integration.py#L42
test_cancel_pending_job RuntimeError: Time out waiting for job status ['FAILED']! Last status: SUCCEEDED
test / test (3.10): tests/test_resourcegroupstaggingapi/test_resourcegroupstaggingapi.py#L295
test_get_resources_ec2_vpc AssertionError: assert 2 == 1 + where 2 = len([{'ResourceARN': 'arn:aws:glue:us-west-1:123456789012:job/4c356de7-7d9b-40ca-8ace-2187abbe3f26', 'Tags': [{'Key': 'd0cefa', 'Value': '6eb368'}]}, {'ResourceARN': 'arn:aws:ec2:us-west-1:123456789012:vpc/vpc-96dca6cf', 'Tags': [{'Key': 'test', 'Value': 'test'}]}])
testserver / test (3.9)
Process completed with exit code 2.

Artifacts

Produced during runtime
Name Size
motoproxy-3.10 Expired
378 MB
motoproxy-3.11 Expired
378 MB
motoproxy-3.12 Expired
378 MB
motoserver-3.10 Expired
4.57 MB
motoserver-3.11 Expired
4.57 MB
motoserver-3.12 Expired
4.57 MB
motoserver-3.7 Expired
4.57 MB
motoserver-3.8 Expired
4.57 MB
motoserver-3.9 Expired
4.57 MB