FuzzTest starts prior to Boot Application Context initialisation #639
-
Hello, I am trying to integrate Jazzer with one of our spring boot projects. When I set JAZZER_FUZZ=1, the tests run before spring boot application contexts are initialised and CDI is not performed. Would you be able to help me here? For example Also, I tried your spring web example (https://github.com/CodeIntelligenceTesting/jazzer/blob/main/examples/junit-spring-web/src/test/java/com/example/JunitSpringWebApplicationTests.java) and the issue occurs when JAZZER_FUZZ is set to 1 or an non-empty value, the test starts before the spring application context is initialized. In this case, the example throws an exception There is something I am missing but I can't say what. Many thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Sorry for the noise, I was not using the latest version |
Beta Was this translation helpful? Give feedback.
-
Hi @mouadKondah ! I'm curious if you're still using Jazzer or its integration into oss-fuzz. Importantly, we can help with tips and tricks if you need. Would that benefit you? |
Beta Was this translation helpful? Give feedback.
Sorry for the noise, I was not using the latest version