pass dbInfo to compond workload

This commit is contained in:
Hui Liu 2022-09-19 17:40:25 -07:00
parent c97377f48e
commit 428ecc679f
1 changed files with 2 additions and 0 deletions

View File

@ -508,6 +508,8 @@ ACTOR Future<Reference<TestWorkload>> getWorkloadIface(WorkloadRequest work,
wcx.clientId = work.clientId;
wcx.clientCount = work.clientCount;
wcx.sharedRandomNumber = work.sharedRandomNumber;
wcx.ccr = ccr;
wcx.dbInfo = dbInfo;
// FIXME: Other stuff not filled in; why isn't this constructed here and passed down to the other
// getWorkloadIface()?
for (int i = 0; i < work.options.size(); i++) {