fix: assertion of DynamoType failing #7907
Annotations
10 errors
Test with pytest:
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
|
Test with pytest:
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
|
Test with pytest:
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
|
Test with pytest:
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
|
Test with pytest:
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
|
Test with pytest:
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
|
Test with pytest:
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 0x7f37ff7328c0>('TableNames')
+ where <built-in method get of dict object at 0x7f37ff7328c0> = {'ResponseMetadata': {'HTTPHeaders': {'date': 'Tue, 28 Nov 2023 21:22:49 GMT', 'server': 'amazon.com', 'x-amz-crc32': '295230148', 'x-amzn-requestid': 'yYNbiF4XsLAWYu3aQIdI2FAzXEZ35ApM7j5AAjUo1YWLeF4ru95a'}, 'HTTPStatusCode': 200, 'RequestId': 'yYNbiF4XsLAWYu3aQIdI2FAzXEZ35ApM7j5AAjUo1YWLeF4ru95a', 'RetryAttempts': 0}, 'TableNames': ['users', 'Person']}.get
|
Test with pytest:
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
|
Test with pytest:
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
|
Test with pytest:
tests/test_dynamodb/test_dynamodb_condition_expressions.py#L369
test_condition_expression_with_reserved_keyword_as_attr_name
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