This commit is contained in:
chaoguang 2020-03-09 10:45:57 -07:00
parent 2ee6de92bc
commit ab33e688c8
2 changed files with 2 additions and 0 deletions

View File

@ -149,6 +149,7 @@ Future<Standalone<RangeResultRef>> SpecialKeySpace::getRange(Reference<ReadYourW
TEST(true); // read limit 0
return Standalone<RangeResultRef>();
}
// TODO : transform limits like in NativeAPI.actor.cpp there
// ignore snapshot, which is not used
return getRangeAggregationActor(this, ryw, begin, end, limits, reverse);
}

View File

@ -176,6 +176,7 @@ set(FDBSERVER_SRCS
workloads/Sideband.actor.cpp
workloads/SlowTaskWorkload.actor.cpp
workloads/SnapTest.actor.cpp
workloads/SpecialKeySpaceCorrectness.actor.cpp
workloads/StatusWorkload.actor.cpp
workloads/Storefront.actor.cpp
workloads/StreamingRead.actor.cpp