-
Notifications
You must be signed in to change notification settings - Fork 114
CLI tests fail randomly on CI #591
Copy link
Copy link
Closed
Labels
bugSomething isn't working (crash, a rule has a problem)Something isn't working (crash, a rule has a problem)
Milestone
Description
Summary
We're seeing the provideStorageDirectoryCliParameterWithoutSpecifyingUrlShouldReturnFalse() test randomly fail on CI. For example:
https://github.com/MobilityData/gtfs-validator/runs/1685201080
org.mobilitydata.gtfsvalidator.cli.CliParametersAnalyzerTest > provideStorageDirectoryCliParameterWithoutSpecifyingUrlShouldReturnFalse FAILED
org.mockito.exceptions.verification.WantedButNotInvoked at CliParametersAnalyzerTest.java:113
This passes for me locally in IntelliJ.
What I expect
CI should be predictable and always pass unless there are bugs in the code
What I see
CI fails seemingly randomly
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't working (crash, a rule has a problem)Something isn't working (crash, a rule has a problem)