我正在尝试在 PanacheEntity 的测试中使用 H2,但是当我在测试中启动数据时出现错误。
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.013 s <<< FAILURE! - in org.acme.config.PersonResourceTest
[ERROR] org.acme.config.PersonResourceTest Time elapsed: 0.013 s <<< ERROR!
javax.enterprise.context.ContextNotActiveException:
at org.acme.config.PersonResourceTest.init(PersonResourceTest.java:34)
源代码:https ://github.com/sbert/test-quarkus
如果我使用服务来初始化数据并将其注入测试中,一切都很好。但这不可能是解决方案