-
## Describe the bug
After upgrading to absinthe-elixir v1.12, we began to see these errors logged in our tests:
```
[error] Handler "appsignal_phoenix_event_handler" has failed and has been det…
-
### Environment
* Elixir & Erlang/OTP versions (elixir --version):
```
Erlang/OTP 22 [erts-10.6.4] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [hipe]
Elixir 1.10.1 (compiled with …
-
-
I had a hard time getting a pipeline tested in an app where the supervisor had already started the link -- the docs for https://hexdocs.pm/ex_unit/master/ExUnit.Callbacks.html?#start_supervised/2 did …
-
### Environment
* Elixir version (elixir -v): 1.6.4
* Absinthe version (mix deps | grep absinthe): 1.4.12
* Testing Framework: ExUnit
### Expected behavior
I expected to see an erro…
-
Hi,
I installed on other machines and it went well with success but in few machines I am getting post installation error. I don't know how to figure out the main cause I searched for the log and di…
-
I am currently learning absinthe using this book https://pragprog.com/book/wwgraphql/craft-graphql-apis-in-elixir-with-absinthe and was wondering if the @WormwoodTeam would be interested in helping me…
-
I've been testing the 2.0.0-alpha.1 version locally and believe I've confirmed a regression. A schema that uses a field with the `source` option returns nil for the field rather than restoring the fie…
-
ExUnit provides a `--stale` option which only runs tests for changed modules or changed tests. This is especially useful in combination with tools like [`mix test.watch`][test.watch].
It would be a…
-
Since 1.4.0 version, `Phoenix.ChannelTest.refute_broadcast` and similar functions fetches `:ex_unit` application configuration: https://hexdocs.pm/phoenix/Phoenix.ChannelTest.html#assert_broadcast…