RDS: Patch the list of valid DB engines (#72) #595
Annotations
10 errors
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")
|
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
|
tests/test_core/test_decorator_calls.py#L35
test_context_manager
Failed: DID NOT RAISE <class 'botocore.exceptions.ClientError'>
|
tests/test_core/test_decorator_calls.py#L58
test_decorator_start_and_stop
Failed: DID NOT RAISE <class 'botocore.exceptions.ClientError'>
|
tests/test_core/test_environ_patching.py#L27
test_aws_keys_can_be_none
KeyError: 'AWS_ACCESS_KEY_ID'
|
tests/test_core/test_mock_all.py#L34
test_context_manager
Failed: DID NOT RAISE <class 'Exception'>
|
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>]
|
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>]
|
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
|
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'}]}])
|
The logs for this run have expired and are no longer available.
Loading