comment
This commit is contained in:
parent
2ee6de92bc
commit
ab33e688c8
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue