aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolay Shestakov <tesseract@ydb.tech>2025-03-04 19:01:11 +0500
committerGitHub <noreply@github.com>2025-03-04 17:01:11 +0300
commit0ce97934c6fb81d91e7d35b54d8e91b47afaa4c9 (patch)
tree3eddac0715d5dec4c554db2af07ae6e95591bc77
parentb976dc2179a0b85eb449cfba54cfe8123be1d981 (diff)
downloadydb-0ce97934c6fb81d91e7d35b54d8e91b47afaa4c9.tar.gz
fixed flapping test (#15302)
-rw-r--r--ydb/tests/functional/transfer/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/tests/functional/transfer/main.cpp b/ydb/tests/functional/transfer/main.cpp
index ce0dea4b3c..f80b672432 100644
--- a/ydb/tests/functional/transfer/main.cpp
+++ b/ydb/tests/functional/transfer/main.cpp
@@ -873,7 +873,7 @@ Y_UNIT_TEST_SUITE(Transfer)
if (1 == consumers.size()) {
UNIT_ASSERT_VALUES_EQUAL(1, consumers.size());
Cerr << "Consumer name is '" << consumers[0].GetConsumerName() << "'" << Endl << Flush;
- UNIT_ASSERT_VALUES_EQUAL_C(35, consumers[0].GetConsumerName().size(), "Consumer name is random uuid");
+ UNIT_ASSERT_C("replicationConsumer" != consumers[0].GetConsumerName(), "Consumer name is random uuid");
break;
}