We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 986209e commit 2bc5ef1Copy full SHA for 2bc5ef1
ydb/library/actors/interconnect/ut/interconnect_ut.cpp
@@ -225,7 +225,7 @@ Y_UNIT_TEST_SUITE(Interconnect) {
225
{
226
auto s = GetRdmaQpStatus(cluster, 1, 2);
227
auto tokens = SplitString(s, ",");
228
- UNIT_ASSERT(tokens.size() == 2);
+ UNIT_ASSERT(tokens.size() > 2);
229
UNIT_ASSERT(tokens[1] == "QPS_RTS");
230
}
231
0 commit comments