فهرست منبع

HPCC-25791 skip test local cluster in dfu for containerized code

xwang2713 4 سال پیش
والد
کامیت
838f4dd1b2
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      dali/dfu/dfurun.cpp

+ 1 - 1
dali/dfu/dfurun.cpp

@@ -1657,7 +1657,7 @@ public:
                                 if (!mspec.isReplicated())
                                     needrep = false;
                             }
-#ifndef _DEBUG
+#if !defined(_DEBUG) &&  !defined(_CONTAINERIZED)
                             StringBuffer gname;
                             if (!destination->getRemoteGroupOverride()&&!testLocalCluster(destination->getGroupName(0,gname).str())) {
                                 throw MakeStringException(-1,"IMPORT cluster %s is not recognized locally",gname.str());