Skip to content

Commit

Permalink
add test to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb committed Sep 7, 2023
1 parent 24f0074 commit af38971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/test/metrics/async_metric_storage_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ TEST_P(WritableMetricStorageTestUpDownFixture, TestAggregation)
});
// subsequent recording after collection shouldn't fail
// monotonic increasing values;
int64_t get_count2 = 50;
int64_t put_count2 = 70;
int64_t get_count2 = -50;
int64_t put_count2 = -70;

std::unordered_map<MetricAttributes, int64_t, AttributeHashGenerator> measurements2 = {
{{{"RequestType", "GET"}}, get_count2}, {{{"RequestType", "PUT"}}, put_count2}};
Expand Down

0 comments on commit af38971

Please sign in to comment.