Skip to content

Commit bc85e4b

Browse files
authored
docstore: Add atomic write single partition conformance test scenario, refactor existing atomic write test flag (#3681)
1 parent 6ed7b9f commit bc85e4b

31 files changed

Lines changed: 3360 additions & 17 deletions

docstore/awsdynamodb/v2/dynamo_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ type harness struct {
6060
closer func()
6161
}
6262

63-
func (h *harness) SupportsAtomicWrites() bool {
64-
return true
63+
func (h *harness) AtomicWritesKind() drivertest.AtomicWritesSupportKind {
64+
return drivertest.MultiplePartitions
6565
}
6666

6767
func newHarness(ctx context.Context, t *testing.T) (drivertest.Harness, error) {

0 commit comments

Comments
 (0)