sort dict keys to have more stable diffs, fix test asserting ssl poli… #591
Annotations
10 errors
tests/test_awslambda_simple/test_lambda_simple.py#L39
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")
|
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...7fc4c9906490>] == []
Left contains one more item: <moto.sqs.models.Queue object at 0x7fc4c9906490>
Full diff:
- []
+ [<moto.sqs.models.Queue object at 0x7fc4c9906490>]
|
tests/test_core/test_moto_api.py#L138
TestModelDataResetForClassDecorator.test_should_find_bucket
assert [<moto.sqs.mo...7fc4c9906490>] == []
Left contains one more item: <moto.sqs.models.Queue object at 0x7fc4c9906490>
Full diff:
- []
+ [<moto.sqs.models.Queue object at 0x7fc4c9906490>]
|
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/c5b71d4b-dd72-4785-a7f7-6035069af501', 'Tags': [{'Key': '255656', 'Value': '3be187'}]}, {'ResourceARN': 'arn:aws:ec2:us-west-1:123456789012:vpc/vpc-d6adb284', 'Tags': [{'Key': 'test', 'Value': 'test'}]}])
|
|
The logs for this run have expired and are no longer available.
Loading