Skip to content

Commit

Permalink
Attempt to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
L3n41c committed Oct 27, 2022
1 parent d1d1f96 commit e5db34f
Showing 1 changed file with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ def test_histogram_buckets_as_distributions(aggregator, dd_run_check, mock_http_
0.002,
0.004,
True,
check.hostname,
'',
['endpoint:test', 'url:http://127.0.0.1:8080/api', 'verb:GET', 'upper_bound:0.004', 'lower_bound:0.002'],
)
aggregator.assert_histogram_bucket(
Expand All @@ -362,7 +362,7 @@ def test_histogram_buckets_as_distributions(aggregator, dd_run_check, mock_http_
0,
0.001,
True,
check.hostname,
'',
['endpoint:test', 'url:http://127.0.0.1:8080/api', 'verb:GET', 'upper_bound:0.001', 'lower_bound:0'],
)
aggregator.assert_histogram_bucket(
Expand All @@ -371,7 +371,7 @@ def test_histogram_buckets_as_distributions(aggregator, dd_run_check, mock_http_
0.001,
0.002,
True,
check.hostname,
'',
['endpoint:test', 'url:http://127.0.0.1:8080/api', 'verb:GET', 'upper_bound:0.002', 'lower_bound:0.001'],
)
aggregator.assert_histogram_bucket(
Expand All @@ -380,7 +380,7 @@ def test_histogram_buckets_as_distributions(aggregator, dd_run_check, mock_http_
0.004,
0.008,
True,
check.hostname,
'',
['endpoint:test', 'url:http://127.0.0.1:8080/api', 'verb:GET', 'upper_bound:0.008', 'lower_bound:0.004'],
)
aggregator.assert_histogram_bucket(
Expand All @@ -389,7 +389,7 @@ def test_histogram_buckets_as_distributions(aggregator, dd_run_check, mock_http_
0.008,
0.016,
True,
check.hostname,
'',
['endpoint:test', 'url:http://127.0.0.1:8080/api', 'verb:GET', 'upper_bound:0.016', 'lower_bound:0.008'],
)
aggregator.assert_histogram_bucket(
Expand All @@ -398,7 +398,7 @@ def test_histogram_buckets_as_distributions(aggregator, dd_run_check, mock_http_
0.016,
0.032,
True,
check.hostname,
'',
['endpoint:test', 'url:http://127.0.0.1:8080/api', 'verb:GET', 'upper_bound:0.032', 'lower_bound:0.016'],
)
aggregator.assert_histogram_bucket(
Expand All @@ -407,7 +407,7 @@ def test_histogram_buckets_as_distributions(aggregator, dd_run_check, mock_http_
0.032,
0.064,
True,
check.hostname,
'',
['endpoint:test', 'url:http://127.0.0.1:8080/api', 'verb:GET', 'upper_bound:0.064', 'lower_bound:0.032'],
)
aggregator.assert_histogram_bucket(
Expand All @@ -416,7 +416,7 @@ def test_histogram_buckets_as_distributions(aggregator, dd_run_check, mock_http_
0.064,
0.128,
True,
check.hostname,
'',
['endpoint:test', 'url:http://127.0.0.1:8080/api', 'verb:GET', 'upper_bound:0.128', 'lower_bound:0.064'],
)
aggregator.assert_histogram_bucket(
Expand All @@ -425,7 +425,7 @@ def test_histogram_buckets_as_distributions(aggregator, dd_run_check, mock_http_
0.128,
0.256,
True,
check.hostname,
'',
['endpoint:test', 'url:http://127.0.0.1:8080/api', 'verb:GET', 'upper_bound:0.256', 'lower_bound:0.128'],
)
aggregator.assert_histogram_bucket(
Expand All @@ -434,7 +434,7 @@ def test_histogram_buckets_as_distributions(aggregator, dd_run_check, mock_http_
0.256,
0.512,
True,
check.hostname,
'',
['endpoint:test', 'url:http://127.0.0.1:8080/api', 'verb:GET', 'upper_bound:0.512', 'lower_bound:0.256'],
)
aggregator.assert_histogram_bucket(
Expand All @@ -443,7 +443,7 @@ def test_histogram_buckets_as_distributions(aggregator, dd_run_check, mock_http_
0.512,
float('Inf'),
True,
check.hostname,
'',
['endpoint:test', 'url:http://127.0.0.1:8080/api', 'verb:GET', 'upper_bound:inf', 'lower_bound:0.512'],
)

Expand Down Expand Up @@ -499,7 +499,7 @@ def test_histogram_buckets_as_distributions_with_counters(aggregator, dd_run_che
0.002,
0.004,
True,
check.hostname,
'',
['endpoint:test', 'url:http://127.0.0.1:8080/api', 'verb:GET', 'upper_bound:0.004', 'lower_bound:0.002'],
)
aggregator.assert_histogram_bucket(
Expand All @@ -508,7 +508,7 @@ def test_histogram_buckets_as_distributions_with_counters(aggregator, dd_run_che
0,
0.001,
True,
check.hostname,
'',
['endpoint:test', 'url:http://127.0.0.1:8080/api', 'verb:GET', 'upper_bound:0.001', 'lower_bound:0'],
)
aggregator.assert_histogram_bucket(
Expand All @@ -517,7 +517,7 @@ def test_histogram_buckets_as_distributions_with_counters(aggregator, dd_run_che
0.001,
0.002,
True,
check.hostname,
'',
['endpoint:test', 'url:http://127.0.0.1:8080/api', 'verb:GET', 'upper_bound:0.002', 'lower_bound:0.001'],
)
aggregator.assert_histogram_bucket(
Expand All @@ -526,7 +526,7 @@ def test_histogram_buckets_as_distributions_with_counters(aggregator, dd_run_che
0.004,
0.008,
True,
check.hostname,
'',
['endpoint:test', 'url:http://127.0.0.1:8080/api', 'verb:GET', 'upper_bound:0.008', 'lower_bound:0.004'],
)
aggregator.assert_histogram_bucket(
Expand All @@ -535,7 +535,7 @@ def test_histogram_buckets_as_distributions_with_counters(aggregator, dd_run_che
0.008,
0.016,
True,
check.hostname,
'',
['endpoint:test', 'url:http://127.0.0.1:8080/api', 'verb:GET', 'upper_bound:0.016', 'lower_bound:0.008'],
)
aggregator.assert_histogram_bucket(
Expand All @@ -544,7 +544,7 @@ def test_histogram_buckets_as_distributions_with_counters(aggregator, dd_run_che
0.016,
0.032,
True,
check.hostname,
'',
['endpoint:test', 'url:http://127.0.0.1:8080/api', 'verb:GET', 'upper_bound:0.032', 'lower_bound:0.016'],
)
aggregator.assert_histogram_bucket(
Expand All @@ -553,7 +553,7 @@ def test_histogram_buckets_as_distributions_with_counters(aggregator, dd_run_che
0.032,
0.064,
True,
check.hostname,
'',
['endpoint:test', 'url:http://127.0.0.1:8080/api', 'verb:GET', 'upper_bound:0.064', 'lower_bound:0.032'],
)
aggregator.assert_histogram_bucket(
Expand All @@ -562,7 +562,7 @@ def test_histogram_buckets_as_distributions_with_counters(aggregator, dd_run_che
0.064,
0.128,
True,
check.hostname,
'',
['endpoint:test', 'url:http://127.0.0.1:8080/api', 'verb:GET', 'upper_bound:0.128', 'lower_bound:0.064'],
)
aggregator.assert_histogram_bucket(
Expand All @@ -571,7 +571,7 @@ def test_histogram_buckets_as_distributions_with_counters(aggregator, dd_run_che
0.128,
0.256,
True,
check.hostname,
'',
['endpoint:test', 'url:http://127.0.0.1:8080/api', 'verb:GET', 'upper_bound:0.256', 'lower_bound:0.128'],
)
aggregator.assert_histogram_bucket(
Expand All @@ -580,7 +580,7 @@ def test_histogram_buckets_as_distributions_with_counters(aggregator, dd_run_che
0.256,
0.512,
True,
check.hostname,
'',
['endpoint:test', 'url:http://127.0.0.1:8080/api', 'verb:GET', 'upper_bound:0.512', 'lower_bound:0.256'],
)
aggregator.assert_histogram_bucket(
Expand All @@ -589,7 +589,7 @@ def test_histogram_buckets_as_distributions_with_counters(aggregator, dd_run_che
0.512,
float('Inf'),
True,
check.hostname,
'',
['endpoint:test', 'url:http://127.0.0.1:8080/api', 'verb:GET', 'upper_bound:inf', 'lower_bound:0.512'],
)

Expand Down

0 comments on commit e5db34f

Please sign in to comment.