fix: assertion of DynamoType failing #7902
Annotations
10 errors
tests/test_dynamodb/test_dynamodb.py#L5828
test_dynamo_type_assertion_exception_not_raised_when_reloading_modules
botocore.exceptions.NoRegionError: You must specify a region.
|
tests/test_dynamodb/test_dynamodb_batch_get_item.py#L52
test_batch_items_throws_exception_when_requesting_100_items_for_single_table
botocore.errorfactory.ResourceInUseException: An error occurred (ResourceInUseException) when calling the CreateTable operation: Table already exists: users
|
tests/test_dynamodb/test_dynamodb_batch_get_item.py#L74
test_batch_items_throws_exception_when_requesting_100_items_across_all_tables
botocore.errorfactory.ResourceInUseException: An error occurred (ResourceInUseException) when calling the CreateTable operation: Table already exists: users
|
tests/test_dynamodb/test_dynamodb_batch_get_item.py#L99
test_batch_items_with_basic_projection_expression
botocore.errorfactory.ResourceInUseException: An error occurred (ResourceInUseException) when calling the CreateTable operation: Table already exists: users
|
tests/test_dynamodb/test_dynamodb_batch_get_item.py#L146
test_batch_items_with_basic_projection_expression_and_attr_expression_names
botocore.errorfactory.ResourceInUseException: An error occurred (ResourceInUseException) when calling the CreateTable operation: Table already exists: users
|
tests/test_dynamodb/test_dynamodb_batch_get_item.py#L171
test_batch_items_should_throw_exception_for_duplicate_request
botocore.errorfactory.ResourceInUseException: An error occurred (ResourceInUseException) when calling the CreateTable operation: Table already exists: users
|
tests/test_dynamodb/test_dynamodb_batch_get_item.py#L200
test_batch_items_should_return_16mb_max
botocore.errorfactory.ResourceInUseException: An error occurred (ResourceInUseException) when calling the CreateTable operation: Table already exists: users
|
tests/test_dynamodb/test_dynamodb_cloudformation.py#L42
test_delete_stack_dynamo_template_boto3
AssertionError: assert 2 == 1
+ where 2 = len(['users', 'Person'])
+ where ['users', 'Person'] = <built-in method get of dict object at 0x7f00aef4a400>('TableNames')
+ where <built-in method get of dict object at 0x7f00aef4a400> = {'ResponseMetadata': {'HTTPHeaders': {'date': 'Tue, 28 Nov 2023 16:06:19 GMT', 'server': 'amazon.com', 'x-amz-crc32': '295230148', 'x-amzn-requestid': 'iJkY4ii9vLTTLEeHG8uQsvGiA5dnj6uDmzamkTQfu3vSDQMItBBZ'}, 'HTTPStatusCode': 200, 'RequestId': 'iJkY4ii9vLTTLEeHG8uQsvGiA5dnj6uDmzamkTQfu3vSDQMItBBZ', 'RetryAttempts': 0}, 'TableNames': ['users', 'Person']}.get
|
tests/test_dynamodb/test_dynamodb_condition_expressions.py#L321
test_condition_expression__or_order
botocore.errorfactory.ResourceInUseException: An error occurred (ResourceInUseException) when calling the CreateTable operation: Table already exists: test
|
tests/test_dynamodb/test_dynamodb_condition_expressions.py#L344
test_condition_expression__and_order
botocore.errorfactory.ResourceInUseException: An error occurred (ResourceInUseException) when calling the CreateTable operation: Table already exists: test
|
The logs for this run have expired and are no longer available.
Loading