Skip to content

Jazzer exits after running first test #933

@iirekm

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

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions