aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/encode/text
diff options
context:
space:
mode:
authoryazevnul <yazevnul@yandex-team.ru>2022-02-10 16:46:46 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:46 +0300
commit8cbc307de0221f84c80c42dcbe07d40727537e2c (patch)
tree625d5a673015d1df891e051033e9fcde5c7be4e5 /library/cpp/monlib/encode/text
parent30d1ef3941e0dc835be7609de5ebee66958f215a (diff)
downloadydb-8cbc307de0221f84c80c42dcbe07d40727537e2c.tar.gz
Restoring authorship annotation for <yazevnul@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/monlib/encode/text')
-rw-r--r--library/cpp/monlib/encode/text/text_encoder_ut.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/library/cpp/monlib/encode/text/text_encoder_ut.cpp b/library/cpp/monlib/encode/text/text_encoder_ut.cpp
index 554b6f5fa9..3ae749dd51 100644
--- a/library/cpp/monlib/encode/text/text_encoder_ut.cpp
+++ b/library/cpp/monlib/encode/text/text_encoder_ut.cpp
@@ -6,7 +6,7 @@
using namespace NMonitoring;
-Y_UNIT_TEST_SUITE(TTextText) {
+Y_UNIT_TEST_SUITE(TTextText) {
template <typename TFunc>
TString EncodeToString(bool humanReadableTs, TFunc fn) {
TStringStream ss;
@@ -15,7 +15,7 @@ Y_UNIT_TEST_SUITE(TTextText) {
return ss.Str();
}
- Y_UNIT_TEST(Empty) {
+ Y_UNIT_TEST(Empty) {
auto result = EncodeToString(true, [](IMetricEncoder* e) {
e->OnStreamBegin();
e->OnStreamEnd();
@@ -23,7 +23,7 @@ Y_UNIT_TEST_SUITE(TTextText) {
UNIT_ASSERT_STRINGS_EQUAL(result, "");
}
- Y_UNIT_TEST(CommonPart) {
+ Y_UNIT_TEST(CommonPart) {
auto result = EncodeToString(true, [](IMetricEncoder* e) {
e->OnStreamBegin();
e->OnCommonTime(TInstant::ParseIso8601Deprecated("2017-01-02T03:04:05.006Z"));
@@ -41,7 +41,7 @@ Y_UNIT_TEST_SUITE(TTextText) {
"common labels: {project='solomon', cluster='man', service='stockpile'}\n");
}
- Y_UNIT_TEST(Gauges) {
+ Y_UNIT_TEST(Gauges) {
auto result = EncodeToString(true, [](IMetricEncoder* e) {
e->OnStreamBegin();
{ // no values
@@ -157,7 +157,7 @@ Y_UNIT_TEST_SUITE(TTextText) {
" IGAUGE bytesRx{host='solomon-sas-01', dc='sas'} [(2017-12-02T12:00:00Z, 2), (2017-12-02T12:00:05Z, 4), (2017-12-02T12:00:10Z, 8)]\n");
}
- Y_UNIT_TEST(Counters) {
+ Y_UNIT_TEST(Counters) {
auto doEncode = [](IMetricEncoder* e) {
e->OnStreamBegin();
{ // no values