Where it fell short on this date
The tests this run recorded as failing, each linked to its source at the commit that measured it. For the current picture, see this target's latest results, or every target in this run.
-
CreateTable - TableId returns a TableId on CreateTable that matches the subsequent DescribeTable
Tier 1 createTable tests/tier1/createTable/basic.test.ts:143
-
CreateTable - configuration parameters TableClass STANDARD_INFREQUENT_ACCESS round-trips
Tier 1 createTable tests/tier1/createTable/config.test.ts:50
-
CreateTable - configuration parameters OnDemandThroughput round-trips on a PAY_PER_REQUEST table
Tier 1 createTable tests/tier1/createTable/config.test.ts:76
-
DeleteItem - ConditionExpression parens rejects redundant parentheses in ConditionExpression
Tier 1 deleteItem tests/tier1/deleteItem/conditionExpressionParens.test.ts:134
-
DescribeTable - TableId returns a stable TableId across repeated DescribeTable calls
Tier 1 describeTable tests/tier1/describeTable/basic.test.ts:67
-
PutItem - ConditionExpression parens rejects redundant parentheses in ConditionExpression
Tier 1 putItem tests/tier1/putItem/conditionExpressionParens.test.ts:122
-
PutItem - ConditionExpression parens rejects contains() with a duplicate path and operand
Tier 1 putItem tests/tier1/putItem/conditionExpressionParens.test.ts:137
-
Query - Limit + FilterExpression interaction rejects ExclusiveStartKey that does not match the table schema
Tier 1 query tests/tier1/query/basic.test.ts:398
-
Query - Limit + FilterExpression interaction rejects ExclusiveStartKey missing the index key on a GSI query
Tier 1 query tests/tier1/query/basic.test.ts:414
-
Query - KeyConditionExpression with parentheses rejects redundant parentheses in KeyConditionExpression
Tier 1 query tests/tier1/query/keyConditionParens.test.ts:95
-
Scan - ProjectionExpression rejects ExclusiveStartKey that does not match the table schema
Tier 1 scan tests/tier1/scan/basic.test.ts:211
-
Scan - ExclusiveStartKey exclusivity and filtered Limit returns LastEvaluatedKey while items remain, counting scanned-not-matched against Limit
Tier 1 scan tests/tier1/scan/basic.test.ts:289
-
Scan - filter expression validation rejects begins_with with a non-string/binary operand
Tier 1 scan tests/tier1/scan/filterOperators.test.ts:323
-
Scan - filter expression validation rejects redundant parentheses in FilterExpression
Tier 1 scan tests/tier1/scan/filterOperators.test.ts:339
-
Scan - GSI pagination across tied sort keys walks every item once across a paged GSI scan with tied sort keys
Tier 1 scan tests/tier1/scan/gsiPagination.test.ts:197
-
UpdateItem - ReturnValues granularity UPDATED_NEW on a nested SET returns only the changed fragment
Tier 1 updateItem tests/tier1/updateItem/basic.test.ts:725
-
UpdateItem - ReturnValues granularity REMOVE with UPDATED_NEW omits Attributes (nothing was set to a new value)
Tier 1 updateItem tests/tier1/updateItem/basic.test.ts:745
-
UpdateItem - nested path semantics SET fails when intermediate map path does not exist
Tier 1 updateItem tests/tier1/updateItem/paths.test.ts:30
-
UpdateTable - configuration parameters UpdateTable changes TableClass
Tier 1 updateTable tests/tier1/updateTable/config.test.ts:65
-
UpdateTable - configuration parameters UpdateTable changes OnDemandThroughput
Tier 1 updateTable tests/tier1/updateTable/config.test.ts:80
-
DeleteTable - deletion protection enforcement rejects DeleteTable while deletion protection is enabled
Tier 1 updateTable tests/tier1/updateTable/config.test.ts:106
-
Export and import - S3 ImportTable ingests S3 data into a new table
Tier 2 export tests/tier2/export/exportImport.test.ts:99
-
BatchExecuteStatement - PartiQL partial failure - one valid and one invalid statement
Tier 2 partiql tests/tier2/partiql/batchExecuteStatement.test.ts:129
-
ExecuteStatement - PartiQL SELECT with nested map path
Tier 2 partiql tests/tier2/partiql/executeStatement.test.ts:255
-
ExecuteStatement - PartiQL returns a populated ConsumedCapacity block when requested
Tier 2 partiql tests/tier2/partiql/executeStatement.test.ts:385
-
ExecuteStatement - PartiQL evaluates negated predicates (NOT begins_with, IS NOT MISSING)
Tier 2 partiql tests/tier2/partiql/executeStatement.test.ts:399
-
ExecuteStatement - PartiQL DELETE with a false non-key predicate fails ConditionalCheckFailed and leaves the item
Tier 2 partiql tests/tier2/partiql/executeStatement.test.ts:428
-
ExecuteStatement - PartiQL UPDATE with a false non-key predicate fails ConditionalCheckFailed and leaves the item
Tier 2 partiql tests/tier2/partiql/executeStatement.test.ts:467
-
ExecuteStatement - PartiQL DELETE with a false NOT begins_with predicate fails ConditionalCheckFailed
Tier 2 partiql tests/tier2/partiql/executeStatement.test.ts:507
-
ExecuteStatement - PartiQL DELETE with a true NOT begins_with predicate removes the item
Tier 2 partiql tests/tier2/partiql/executeStatement.test.ts:527
-
ExecuteStatement - PartiQL rejects a write WHERE clause that omits the primary key
Tier 2 partiql tests/tier2/partiql/executeStatement.test.ts:545
-
TransactGetItems - ConsumedCapacity charges 2 read capacity units per item, including a missing item
Tier 2 transactions tests/tier2/transactions/transactGet.test.ts:290
-
TransactGetItems - ConsumedCapacity INDEXES breakdown includes the table read capacity units
Tier 2 transactions tests/tier2/transactions/transactGet.test.ts:301
-
TransactGetItems - projection matching nothing omits Item when the projection matches no attribute on a present item
Tier 2 transactions tests/tier2/transactions/transactGet.test.ts:339
-
TransactWriteItems - ConsumedCapacity charges 2 write capacity units per item
Tier 2 transactions tests/tier2/transactions/transactWrite.test.ts:1149
-
PutItem - exact error messages NULL attr with false is accepted and normalises to NULL true
Tier 3 error-messages tests/tier3/error-messages/putItem.test.ts:161
-
PutItem - exact error messages redundant parentheses in ConditionExpression: full error string
Tier 3 error-messages tests/tier3/error-messages/putItem.test.ts:230
-
PutItem - exact error messages contains() with duplicate path and operand: full distinct-operand error
Tier 3 error-messages tests/tier3/error-messages/putItem.test.ts:251
-
Query - exact error messages redundant parentheses in KeyConditionExpression: full error string
Tier 3 error-messages tests/tier3/error-messages/query.test.ts:183
-
Query - exact error messages malformed ExclusiveStartKey: short invalid-starting-key error
Tier 3 error-messages tests/tier3/error-messages/query.test.ts:205
-
Scan - exact error messages begins_with with non-string operand: full operand-type error
Tier 3 error-messages tests/tier3/error-messages/scan.test.ts:114
-
Scan - exact error messages redundant parentheses in FilterExpression: full error string
Tier 3 error-messages tests/tier3/error-messages/scan.test.ts:134
-
Scan - exact error messages malformed ExclusiveStartKey: long schema-mismatch error
Tier 3 error-messages tests/tier3/error-messages/scan.test.ts:154
-
Item size limit - number sizing a number-dominated item under 400KB succeeds (15000 numbers)
Tier 3 limits tests/tier3/limits/itemSize.test.ts:230
-
Number precision - DynamoDB number limits and edge cases rejects arithmetic that overflows the supported number magnitude
Tier 3 limits tests/tier3/limits/numberPrecision.test.ts:397
-
CreateTable - validation ordering rejects an invalid BillingMode on its own
Tier 3 validation-ordering tests/tier3/validation-ordering/createTable.test.ts:150
-
Non-existent index - error surface Scan on a non-existent index reports ValidationException
Tier 3 validation-ordering tests/tier3/validation-ordering/index.test.ts:47
-
Non-existent index - error surface UpdateTable deleting a non-existent GSI reports ResourceNotFoundException
Tier 3 validation-ordering tests/tier3/validation-ordering/index.test.ts:67
-
Scan - validation ordering rejects a negative Segment
Tier 3 validation-ordering tests/tier3/validation-ordering/scan.test.ts:75
-
UpdateItem - validation ordering rejects invalid ReturnValues (UpdateItem reports the first enum error)
Tier 3 validation-ordering tests/tier3/validation-ordering/updateItem.test.ts:47