Unit tests without Docker #61
Annotations
10 errors
test (3.11):
tests/test_awslambda_simple/test_lambda_simple.py#L32
test_run_function
assert "error runnin...on refused'))" == 'Simple Lambda happy path OK'
- Simple Lambda happy path OK
+ error running docker: Error while fetching server API version: ('Connection aborted.', ConnectionRefusedError(111, 'Connection refused'))
|
test (3.11):
tests/test_awslambda_simple/test_lambda_simple.py#L39
test_run_function_no_log
botocore.errorfactory.ResourceConflictException: An error occurred (ResourceConflictException) when calling the CreateFunction operation: Function already exist: test-function-123
|
test (3.11):
tests/test_batch_simple/test_batch_jobs.py#L39
test_submit_job_by_name
AssertionError: assert 'RUNNING' == 'SUCCEEDED'
- SUCCEEDED
+ RUNNING
|
test (3.11):
tests/test_batch_simple/test_batch_jobs.py#L73
test_submit_job_array_size
assert 0 == 2
|
test (3.11):
tests/test_batch_simple/test_batch_jobs.py#L153
test_submit_job_fail
AssertionError: assert 'RUNNING' == 'FAILED'
- FAILED
+ RUNNING
|
test (3.11):
tests/test_batch_simple/test_batch_jobs.py#L180
test_submit_job_fail_after_1_secs
AssertionError: assert 'RUNNING' == 'FAILED'
- FAILED
+ RUNNING
|
test (3.11):
tests/test_batch_simple/test_batch_jobs.py#L209
test_submit_job_fail_bad_int
AssertionError: assert 'RUNNING' == 'FAILED'
- FAILED
+ RUNNING
|
test (3.11):
tests/test_core/test_decorator_calls.py#L34
test_context_manager
Failed: DID NOT RAISE <class 'botocore.exceptions.ClientError'>
|
test (3.11):
tests/test_core/test_decorator_calls.py#L57
test_decorator_start_and_stop
Failed: DID NOT RAISE <class 'botocore.exceptions.ClientError'>
|
test (3.11):
tests/test_core/test_environ_patching.py#L28
test_aws_keys_can_be_none
KeyError: 'AWS_ACCESS_KEY_ID'
|