The oid targeting the low tier can be deleted during
mixed test, which sends tier_evict, tier_promote, and tier flush
because the reference of the target oid can be decreased.
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
if ((r = comp->get_return_value())) {
if (r == -ENOENT && src_value.deleted()) {
cout << num << ": got expected ENOENT (src dne)" << std::endl;
+ } else if (r == -ENOENT && context->oid_set_chunk_tgt_pool.find(oid_tgt) !=
+ context->oid_set_chunk_tgt_pool.end()) {
+ cout << num << ": get expected ENOENT tgt oid " << oid_tgt << std::endl;
} else if (r == -EOPNOTSUPP) {
bool is_overlapped = false;
interval_set<uint64_t> chunk;