We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix the test to work every year.
Successfully started process 'Gradle Test Executor 2' de.dkfz.roddy.execution.jobs.cluster.lsf.LSFJobManagerSpec > parseTime, parses all known formats (Jan 01 01:02: 2021) FAILED Condition not satisfied: result.year == expectedYear | | | | | 2022 | 2021 | false 2022-01-01T01:02+01:00[Europe/Berlin] at de.dkfz.roddy.execution.jobs.cluster.lsf.LSFJobManagerSpec.parseTime, parses all known formats (#month #day #hour:#minute:#second #year #suffix #expectedYear)(LSFJobManagerSpec.groovy:280) de.dkfz.roddy.execution.jobs.cluster.lsf.LSFJobManagerSpec > parseTime, parses all known formats (Feb 02 01:02: L 2021) FAILED Condition not satisfied: result.year == expectedYear | | | | | 2022 | 2021 | false 2022-02-02T01:02+01:00[Europe/Berlin] at de.dkfz.roddy.execution.jobs.cluster.lsf.LSFJobManagerSpec.parseTime, parses all known formats (#month #day #hour:#minute:#second #year #suffix #expectedYear)(LSFJobManagerSpec.groovy:280) de.dkfz.roddy.execution.jobs.cluster.lsf.LSFJobManagerSpec > parseTime, parses all known formats (Feb 02 01:02: L 2021) FAILED Condition not satisfied: result.year == expectedYear | | | | | 2022 | 2021 | false 2022-02-02T01:02+01:00[Europe/Berlin] at de.dkfz.roddy.execution.jobs.cluster.lsf.LSFJobManagerSpec.parseTime, parses all known formats (#month #day #hour:#minute:#second #year #suffix #expectedYear)(LSFJobManagerSpec.groovy:280)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Fix the test to work every year.
The text was updated successfully, but these errors were encountered: