Skip to content

Commit f687f9a

Browse files
cleanup
1 parent 6bb22a0 commit f687f9a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

ydb/core/persqueue/ut/counters_ut.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -197,14 +197,6 @@ Y_UNIT_TEST(PartitionFirstClass) {
197197
const TString referenceCounters = NResource::Find(TStringBuf("counters_datastreams.html"));
198198
UNIT_ASSERT_VALUES_EQUAL(countersStr.Str() + "\n", referenceCounters);
199199
}
200-
// CmdWrite(0, "sourceid2", TestData(), tc, false);
201-
// {
202-
// auto counters = tc.Runtime->GetAppData(0).Counters;
203-
// auto dbGroup = GetServiceCounters(counters, "pqproxy");
204-
// TStringStream countersStr;
205-
// dbGroup->OutputHtml(countersStr);
206-
// Cerr << "Counters: ==========================\n" << countersStr.Str() << "==================================" << Endl;;
207-
// }
208200
}
209201

210202
Y_UNIT_TEST(SupportivePartitionCountersPersist) {

0 commit comments

Comments
 (0)