-
I was able to introduce such an implicit in my code, I believe it belongs in zio.test:
```
implicit def zioSuiteConstructor[R, R1, E
-
**Describe the bug**
The server doesn't print error logs when exceptions were thrown.
**To Reproduce**
Scala 3:
```Scala
import zio.http.*
import zio.{Scope, ZIO, ZIOAppArgs, ZIOAppDefault, ZL…
-
#Steps
- [ ] Add a new project
-- Example: https://github.com/zio/zio-connect/blob/2507925dcd9acf5cb1dbb5e004afef3982ad6807/build.sbt#L38
- [ ] Create the following directory structure
…
-
Here is a test:
```
import zio.Scope
import zio.test.{Spec, TestEnvironment, ZIOSpecDefault, assertTrue}
import zio.config.{ConfigDescriptor, ConfigSource, read}
import zio.config.ConfigDescripto…
-
The method `zio.http.Header.Authorization.parseBasic` fails with `Basic Authorization header value is not in the format username:password` if the password contains a ':'. `partsOfBasic.length` will be…
-
Thanks to test annotations, we have the ability to collect metrics on test runs, including:
- flakiness (how many executions before passing?)
- timing (how long did individual tests and suites t…
-
I do not see that ZIO specs are instrumented:
```
chris@neptun:~/prj/toil/zio-geolocation$ sbt clean coverage test coverageReport
[info] welcome to sbt 1.7.1 (Ubuntu Java 11.0.16)
[info] loading…
-
I've got a project using the ZIO Kafka Testkit that is sometimes failing with BindExceptions when starting the embedded Kafka from the testkit. I think that this is because the tests are running conc…
-
Most `Gen` convenience methods are creating generators that are not behaving like streams. In certain situations this causes tests to be flaky and/or consume extra CPU (and time). The reason for this …
-
When using `JdbcDecoder.fromSchema` & `JdbcEncoder.fromSchema` with case classes containing `UUID`s I get runtime errors(both with postgres and h2). I have added some test cases here: https://github.c…