Skip to content

Jazzer exits after running first test #933

Description

@iirekm
class JazzerDemo {
    @FuzzTest(maxExecutions = 10000)
    fun run(d: FuzzedDataProvider) {
...
    }

    @FuzzTest(maxExecutions = 10000)
    fun run2(d: FuzzedDataProvider) {
...
    }
}

I would rather expect to run both tests, not just first one.
The same happens no matter if I run single test class or ./gradlew test

When I stop fuzzing (by unsetting JAZZER_FUZZ) it works as expected (but doesn't fuzz anymore), so this is a problem with Jazzer, not Junit.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions