Skip to content

Commit

Permalink
Merge pull request #8600 from liewegas/wip-rados-lfn
Browse files Browse the repository at this point in the history
ceph_test_rados: make long name ~300 chars, (not ~800)

Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
athanatos committed Apr 14, 2016
2 parents d0df02d + d26322d commit e657ecf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/test/osd/TestRados.cc
Expand Up @@ -56,10 +56,7 @@ class WeightedTestGenerator : public TestOpGenerator
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());
Expand Down

0 comments on commit e657ecf

Please sign in to comment.