Skip to content

Commit

Permalink
Zio2 (#128)
Browse files Browse the repository at this point in the history
* Upgrade to zio 1.0.4-2

* Add 'help' to docs

* Fix CI publish

* Upgrade Silencer

* Reformat

* Update website dependencies

* Fix sbt tests

* Format

* Increase time to start server

* Increase time range for meter test

* Increase timeout for statsd server to start

* Add sleep between statsd server and client

* Format

* Sleep before increment

* Use async send for counter

* Add log message

* Add flaky aspect

* Format

* Set limit for flakiness

* Fork test

* Test fail in CI due to reusing the same port

* Format

* Remove console reporter

* Fix 'ordering' on test

* Update docs

* Fix flaky test

* Make tests less strict

* Randomize server port

* format

* Support optional prefix for statsd (Issue #97)

* Fix MDoc for statsd

* move Buckets.scala into right directory (#119)

* Increase timeout for Dropwizard Meter test

Co-authored-by: PJ Fanning <[email protected]>
  • Loading branch information
toxicafunk and pjfanning authored Apr 12, 2022
1 parent e9f0137 commit dc7b965
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dropwizard/src/test/scala/zio/metrics/DropwizardTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ object DropwizardTest extends ZIOSpecDefault {
} yield {
assert(count)(equalTo(15.toLong)) &&
assert(meanRate)(isGreaterThan(40.toDouble)) &&
assert(meanRate)(isLessThanEqualTo(5000.toDouble))
assert(meanRate)(isLessThanEqualTo(10000.toDouble))
}
}
).provideCustomLayer(Registry.live)
Expand Down

0 comments on commit dc7b965

Please sign in to comment.