Skip to content

Expections should support out of order execution #44

@placeybordeaux-remitly

Description

@placeybordeaux-remitly

#15 identified this problem with BatchWriteItem, but I believe it applies to the other Item expectations as well.

The following is a list of support for out of order execution:

  • BatchGetItem
  • BatchGetItemWithContext
  • BatchWriteItem
  • BatchWriteItemWithContext
  • CreateTable
  • CreateTableWithContext
  • DeleteItem
  • DeleteItemWithContext
  • DescribeTable
  • DescribeTableWithContext
  • GetItem
  • GetItemWithContext
  • PutItem
  • PutItemWithContext
  • Query
  • QueryWithContext
  • Scan
  • ScanWithContext
  • TransactWriteItems
  • TransactWriteItemsWithContext
  • UpdateItem
  • UpdateItemWithContext
  • WaitTableExist
  • WaitTableExistWithContext

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions