mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 19:25:52 +08:00
Update test of setclass
This commit is contained in:
parent
2803e6be52
commit
2c224de2f8
@ -713,7 +713,8 @@ struct SpecialKeySpaceCorrectnessWorkload : TestWorkload {
|
||||
tx->setOption(FDBTransactionOptions::SPECIAL_KEY_SPACE_ENABLE_WRITES);
|
||||
tx->set(Key("process/class_type/" + address)
|
||||
.withPrefix(SpecialKeySpace::getModuleRange(SpecialKeySpace::MODULE::CONFIGURATION).begin),
|
||||
LiteralStringRef("unset"));
|
||||
Value(worker.processClass.toString())); // Set it as the same class type as before, thus only
|
||||
// class source will be changed
|
||||
wait(tx->commit());
|
||||
Optional<Value> class_source = wait(tx->get(
|
||||
Key("process/class_source/" + address)
|
||||
|
Loading…
x
Reference in New Issue
Block a user