diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-15 13:35:56 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-15 13:35:56 +0300 |
commit | 094638589de6a6c9f91fad0005843fc1c1adc957 (patch) | |
tree | 7d55b9e950eb724da222548997547bf6710b1b58 /library/cpp/monlib/encode/json | |
parent | bc921e787bed8a51a43725b78382e806800c44c1 (diff) | |
download | ydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz |
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'library/cpp/monlib/encode/json')
-rw-r--r-- | library/cpp/monlib/encode/json/fuzz/ya.make | 19 | ||||
-rw-r--r-- | library/cpp/monlib/encode/json/ut/ya.make | 46 | ||||
-rw-r--r-- | library/cpp/monlib/encode/json/ya.make | 21 |
3 files changed, 0 insertions, 86 deletions
diff --git a/library/cpp/monlib/encode/json/fuzz/ya.make b/library/cpp/monlib/encode/json/fuzz/ya.make deleted file mode 100644 index 75baa777168..00000000000 --- a/library/cpp/monlib/encode/json/fuzz/ya.make +++ /dev/null @@ -1,19 +0,0 @@ -FUZZ() - -OWNER( - g:solomon - msherbakov -) - -PEERDIR( - library/cpp/monlib/encode/json - library/cpp/monlib/encode/fake -) - -SIZE(MEDIUM) - -SRCS( - main.cpp -) - -END() diff --git a/library/cpp/monlib/encode/json/ut/ya.make b/library/cpp/monlib/encode/json/ut/ya.make deleted file mode 100644 index e50c4f4903b..00000000000 --- a/library/cpp/monlib/encode/json/ut/ya.make +++ /dev/null @@ -1,46 +0,0 @@ -UNITTEST_FOR(library/cpp/monlib/encode/json) - -OWNER( - g:solomon - jamel -) - -SRCS( - json_decoder_ut.cpp - json_ut.cpp -) - -RESOURCE( - buffered_test.json /buffered_test.json - buffered_ts_merge.json /buffered_ts_merge.json - empty_series.json /empty_series.json - expected.json /expected.json - expected_buffered.json /expected_buffered.json - expected_cloud.json /expected_cloud.json - expected_cloud_buffered.json /expected_cloud_buffered.json - merged.json /merged.json - histogram_timeseries.json /histogram_timeseries.json - histogram_value.json /histogram_value.json - histogram_value_inf_before_bounds.json /histogram_value_inf_before_bounds.json - int_gauge.json /int_gauge.json - sensors.json /sensors.json - metrics.json /metrics.json - named_metrics.json /named_metrics.json - test_decode_to_encode.json /test_decode_to_encode.json - crash.json /crash.json - hist_crash.json /hist_crash.json - summary_value.json /summary_value.json - summary_inf.json /summary_inf.json - summary_timeseries.json /summary_timeseries.json - log_histogram_value.json /log_histogram_value.json - log_histogram_timeseries.json /log_histogram_timeseries.json -) - -PEERDIR( - library/cpp/json - library/cpp/monlib/consumers - library/cpp/monlib/encode/protobuf - library/cpp/resource -) - -END() diff --git a/library/cpp/monlib/encode/json/ya.make b/library/cpp/monlib/encode/json/ya.make deleted file mode 100644 index a50fc412a99..00000000000 --- a/library/cpp/monlib/encode/json/ya.make +++ /dev/null @@ -1,21 +0,0 @@ -LIBRARY() - -OWNER( - g:solomon - jamel -) - -SRCS( - json_decoder.cpp - json_encoder.cpp -) - -PEERDIR( - library/cpp/monlib/encode - library/cpp/monlib/encode/buffered - library/cpp/monlib/exception - library/cpp/json - library/cpp/json/writer -) - -END() |