24 lines
475 B
TOML
24 lines
475 B
TOML
[[test]]
|
|
title = 'Blob GranuleAPI Correctness Blocking'
|
|
multiThreaded = true
|
|
buggify = true
|
|
blockOnFutures = true
|
|
minFdbThreads = 2
|
|
maxFdbThreads = 8
|
|
minDatabases = 2
|
|
maxDatabases = 8
|
|
minClientThreads = 2
|
|
maxClientThreads = 8
|
|
minClients = 2
|
|
maxClients = 8
|
|
|
|
|
|
[[test.workload]]
|
|
name = 'ApiBlobGranuleCorrectness'
|
|
minKeyLength = 1
|
|
maxKeyLength = 64
|
|
minValueLength = 1
|
|
maxValueLength = 1000
|
|
maxKeysPerTransaction = 50
|
|
initialSize = 100
|
|
numRandomOperations = 100 |