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.
-
BatchWriteItem - validation rejects a wrong-typed table key value
Tier 1 batchWriteItem tests/tier1/batchWriteItem/validation.test.ts:96
-
BatchWriteItem - validation rejects a non-scalar table key value
Tier 1 batchWriteItem tests/tier1/batchWriteItem/validation.test.ts:112
-
BatchWriteItem - validation rejects a wrong-typed index key value
Tier 1 batchWriteItem tests/tier1/batchWriteItem/validation.test.ts:144
-
BatchWriteItem - validation rejects a non-scalar index key value
Tier 1 batchWriteItem tests/tier1/batchWriteItem/validation.test.ts:164
-
BatchWriteItem - validation rejects an empty-string index key value
Tier 1 batchWriteItem tests/tier1/batchWriteItem/validation.test.ts:184
-
Scan - GSI sparse composite GSI: an item missing the GSI range key is not scanned
Tier 1 scan tests/tier1/scan/gsi.test.ts:166
-
Scan - LSI sparse LSI: an item missing the LSI sort key is not scanned
Tier 1 scan tests/tier1/scan/lsi.test.ts:135
-
Scan - Select / ProjectionExpression rejections Select ALL_ATTRIBUTES with ProjectionExpression is rejected
Tier 1 scan tests/tier1/scan/select.test.ts:70
-
Scan - Select / ProjectionExpression rejections Select ALL_PROJECTED_ATTRIBUTES without an IndexName is rejected
Tier 1 scan tests/tier1/scan/select.test.ts:85
-
Scan - Select / ProjectionExpression rejections Select COUNT with ProjectionExpression is rejected
Tier 1 scan tests/tier1/scan/select.test.ts:99
-
Scan - Select / ProjectionExpression rejections Select ALL_PROJECTED_ATTRIBUTES with ProjectionExpression and no IndexName is rejected
Tier 1 scan tests/tier1/scan/select.test.ts:115
-
PutItem - validation rejects a wrong-typed index key attribute
Tier 1 putItem tests/tier1/putItem/validation.test.ts:146
-
PutItem - validation rejects a non-scalar index key attribute
Tier 1 putItem tests/tier1/putItem/validation.test.ts:159
-
PutItem - validation rejects an empty-string index key attribute
Tier 1 putItem tests/tier1/putItem/validation.test.ts:175
-
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
-
Query - Select / ProjectionExpression rejections Select ALL_ATTRIBUTES with ProjectionExpression is rejected
Tier 1 query tests/tier1/query/select.test.ts:235
-
Query - Select / ProjectionExpression rejections Select ALL_PROJECTED_ATTRIBUTES without an IndexName is rejected
Tier 1 query tests/tier1/query/select.test.ts:253
-
Query - Select / ProjectionExpression rejections Select COUNT with ProjectionExpression is rejected
Tier 1 query tests/tier1/query/select.test.ts:270
-
Query - Select / ProjectionExpression rejections Select ALL_PROJECTED_ATTRIBUTES with ProjectionExpression and no IndexName is rejected
Tier 1 query tests/tier1/query/select.test.ts:289
-
Export and import - S3 ExportTableToPointInTime initiates an export and reports it
Tier 2 export tests/tier2/export/exportImport.test.ts:77
-
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 - validation Put with a wrong-typed table key cancels with a ValidationError reason
Tier 2 transactions tests/tier2/transactions/transactWrite.test.ts:724
-
TransactWriteItems - validation Put with a non-scalar table key cancels with a ValidationError reason
Tier 2 transactions tests/tier2/transactions/transactWrite.test.ts:724
-
TransactWriteItems - validation Put with a wrong-typed index key cancels with a ValidationError reason
Tier 2 transactions tests/tier2/transactions/transactWrite.test.ts:724
-
TransactWriteItems - validation Put with a non-scalar index key cancels with a ValidationError reason
Tier 2 transactions tests/tier2/transactions/transactWrite.test.ts:724
-
TransactWriteItems - validation Update setting a wrong-typed index key cancels with a ValidationError reason
Tier 2 transactions tests/tier2/transactions/transactWrite.test.ts:724
-
TransactWriteItems - validation Update setting a non-scalar index key cancels with a ValidationError reason
Tier 2 transactions tests/tier2/transactions/transactWrite.test.ts:724
-
TransactWriteItems - validation Put with an empty-string index key is a top-level ValidationException
Tier 2 transactions tests/tier2/transactions/transactWrite.test.ts:809
-
TransactWriteItems - validation Update setting an empty-string index key is a top-level ValidationException
Tier 2 transactions tests/tier2/transactions/transactWrite.test.ts:828
-
TransactWriteItems - ConsumedCapacity charges 2 write capacity units per item
Tier 2 transactions tests/tier2/transactions/transactWrite.test.ts:1303
-
BatchWriteItem - exact error messages wrong-typed table key: full schema-mismatch message
Tier 3 error-messages tests/tier3/error-messages/batchWriteItem.test.ts:133
-
BatchWriteItem - exact error messages non-scalar table key: full schema-mismatch message
Tier 3 error-messages tests/tier3/error-messages/batchWriteItem.test.ts:133
-
BatchWriteItem - exact error messages empty-string table key: full empty-value message
Tier 3 error-messages tests/tier3/error-messages/batchWriteItem.test.ts:135
-
BatchWriteItem - exact error messages wrong-typed index key: full type-mismatch message
Tier 3 error-messages tests/tier3/error-messages/batchWriteItem.test.ts:133
-
BatchWriteItem - exact error messages non-scalar index key: full type-mismatch message
Tier 3 error-messages tests/tier3/error-messages/batchWriteItem.test.ts:133
-
BatchWriteItem - exact error messages empty-string index key: full secondary-index-key message
Tier 3 error-messages tests/tier3/error-messages/batchWriteItem.test.ts:133
-
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
-
TransactWriteItems - exact error messages Put wrong-typed table key: cancelled with full ValidationError reason
Tier 3 error-messages tests/tier3/error-messages/transactWriteItems.test.ts:257
-
TransactWriteItems - exact error messages Put non-scalar table key: cancelled with full ValidationError reason
Tier 3 error-messages tests/tier3/error-messages/transactWriteItems.test.ts:257
-
TransactWriteItems - exact error messages Put wrong-typed index key: cancelled with full ValidationError reason
Tier 3 error-messages tests/tier3/error-messages/transactWriteItems.test.ts:257
-
TransactWriteItems - exact error messages Put non-scalar index key: cancelled with full ValidationError reason
Tier 3 error-messages tests/tier3/error-messages/transactWriteItems.test.ts:257
-
TransactWriteItems - exact error messages Update wrong-typed index key: cancelled with full ValidationError reason
Tier 3 error-messages tests/tier3/error-messages/transactWriteItems.test.ts:257
-
TransactWriteItems - exact error messages Update non-scalar index key: cancelled with full ValidationError reason
Tier 3 error-messages tests/tier3/error-messages/transactWriteItems.test.ts:257
-
TransactWriteItems - exact error messages Put empty-string table key: top-level ValidationException
Tier 3 error-messages tests/tier3/error-messages/transactWriteItems.test.ts:280
-
TransactWriteItems - exact error messages Put empty-string index key: top-level ValidationException
Tier 3 error-messages tests/tier3/error-messages/transactWriteItems.test.ts:278
-
TransactWriteItems - exact error messages Update empty-string index key: top-level ValidationException
Tier 3 error-messages tests/tier3/error-messages/transactWriteItems.test.ts:278
-
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