]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
unittest_compressor: smaller big test
authorSage Weil <sage@redhat.com>
Thu, 6 Oct 2016 15:58:52 +0000 (11:58 -0400)
committerSage Weil <sage@redhat.com>
Thu, 6 Oct 2016 19:36:08 +0000 (15:36 -0400)
Just so it runs a bit faster!

Signed-off-by: Sage Weil <sage@redhat.com>
src/test/compressor/test_compression.cc

index 6e8b3bee833cc8eff2470ac7cb15366102d486b8..a3871fa81b783c704e304a1cb6546b897fd7a442 100644 (file)
@@ -99,7 +99,7 @@ TEST_P(CompressionTest, big_round_trip_repeated)
 
 TEST_P(CompressionTest, big_round_trip_randomish)
 {
-  unsigned len = 1048576 * 269;
+  unsigned len = 1048576 * 100;//269;
   bufferlist orig;
   const char *alphabet = "abcdefghijklmnopqrstuvwxyz";
   if (false) {