From: Adam C. Emerson Date: Mon, 7 May 2018 20:03:21 +0000 (-0400) Subject: test: Increase buffer to prevent possible truncation X-Git-Tag: v14.0.0~162^2~21 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=5811a396e6602aaf792d69b23921b12632dfef83;p=ceph.git test: Increase buffer to prevent possible truncation Signed-off-by: Adam C. Emerson --- diff --git a/src/test/system/systest_runnable.h b/src/test/system/systest_runnable.h index c19441c25de13..72da4f4c10479 100644 --- a/src/test/system/systest_runnable.h +++ b/src/test/system/systest_runnable.h @@ -44,7 +44,7 @@ std::string get_temp_pool_name(const char* prefix); class SysTestRunnable { public: - static const int ID_STR_SZ = 128; + static const int ID_STR_SZ = 196; SysTestRunnable(int argc, const char **argv); virtual ~SysTestRunnable();