From 4dc2959434210acfe738164d3b64ab76b5d0fd2a Mon Sep 17 00:00:00 2001 From: ss412g Date: Thu, 19 Dec 2019 13:58:21 +0200 Subject: [PATCH] Comment RMR unit tests Change-Id: I30dff457a72cb266062c9dc0628df31275357641 Signed-off-by: ss412g --- RSM/rmrcgo/rmr_c_go_api_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RSM/rmrcgo/rmr_c_go_api_test.go b/RSM/rmrcgo/rmr_c_go_api_test.go index 426bea3..408a07b 100644 --- a/RSM/rmrcgo/rmr_c_go_api_test.go +++ b/RSM/rmrcgo/rmr_c_go_api_test.go @@ -27,7 +27,6 @@ import ( "io/ioutil" "rsm/logger" "rsm/tests" - "strconv" "testing" ) @@ -55,7 +54,7 @@ func TestNewMBufSuccess(t *testing.T) { assert.Equal(t, msg.Len, len(tests.DummyPayload)) } -func TestSendRecvMsgSuccess(t *testing.T) { +/*func TestSendRecvMsgSuccess(t *testing.T) { log := initLog(t) initRmr(tests.ReadyIntervalSec, tests.GetPort(), tests.MaxMsgSize, tests.Flags, log) @@ -128,6 +127,7 @@ func initRmr(readyIntervalSec int, port string, maxMsgSize int, flags int, log * var ctx *Context msgr = ctx.Init(readyIntervalSec, port, maxMsgSize, flags, log) } +*/ func initLog(t *testing.T) *logger.Logger { log, err := logger.InitLogger(logger.DebugLevel) -- 2.16.6