mirror of
https://github.com/ceph/ceph
synced 2025-01-12 06:00:46 +00:00
ceph_test_rados: make long name ~300 chars, (not ~800)
Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
4943a55528
commit
d26322d2c3
@ -56,10 +56,7 @@ public:
|
||||
oid << m_op;
|
||||
if (m_op % 2) {
|
||||
// make it a long name
|
||||
oid << " ";
|
||||
for (unsigned i = 0; i < 300; ++i) {
|
||||
oid << i;
|
||||
}
|
||||
oid << " " << string(300, 'o');
|
||||
}
|
||||
cout << m_op << ": write initial oid " << oid.str() << std::endl;
|
||||
context.oid_not_flushing.insert(oid.str());
|
||||
|
Loading…
Reference in New Issue
Block a user