-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
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
Bump jqwik from 1.3.4 to 1.5.6 #140
Conversation
b93db60
to
2d2403b
Compare
2d2403b
to
88aa387
Compare
88aa387
to
54b33c3
Compare
Bumps [jqwik](https://github.com/jlink/jqwik) from 1.3.4 to 1.5.6. - [Release notes](https://github.com/jlink/jqwik/releases) - [Changelog](https://github.com/jlink/jqwik/blob/main/docs/release-notes.md) - [Commits](jqwik-team/jqwik@1.3.4...1.5.6) --- updated-dependencies: - dependency-name: net.jqwik:jqwik dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
54b33c3
to
f30a4f4
Compare
@MaisiKoleni any plans when you will merge this PR? |
@krusche The problem here is that jqwik has changed the way the test values are internally generated in versions >= 1.3.5. It now submits tasks to the common pool, and the problem here is that Ares does not trust the common pool. Also note that there were already many PRs over the last year for previous version updates (auto-closed by the bot). |
Had a brief look at it once more, apparently, the execution changed again. It seems doable now, and I will try to fix this quickly. But I cannot give any guarantees that everything in jqwik will work as it would without Ares, there might still be inconsistencies. |
Note that this might not be sufficient in all cases because the hierarchy/stack of the test descriptors is reduced.
Regarding the last commit, this might be both more dangerous but offer a solution to some degree for #15. But it seems fragile, and I don't completely understand the behavior of the class file loading. It requires more investigation and would be a breaking change. Currently, I would suggest making it only available via a separate option (trust common pool / all threads). |
A newer version of net.jqwik:jqwik exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
…om:ls1intum/artemis-java-test-sandbox.git into dependabot/maven/net.jqwik-jqwik-1.5.6
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
@dependabot ignore this major version |
OK, I won't notify you about version 1.x.x again, unless you re-open this PR or update to a 1.x.x release yourself. |
Continued in #157 due to new version and increasing PR complexity. |
Bumps jqwik from 1.3.4 to 1.5.6.
Release notes
Sourced from jqwik's releases.
... (truncated)
Changelog
Sourced from jqwik's changelog.
... (truncated)
Commits
b924915
Generated documentation for 1.5.6d966ae9
Fixed duplicated text in release-notes82535c2
Update TODO and BACKLOGbcda2e9
Update TODOef2e0c9
Make EqualDistributionTests more robust7e7eacd
Validate StringArbitrary.ofMinLength|ofMaxLength02d25d2
@StatisticsReport
(onFailureOnly = true) now works with failing statistics checks84521be
Adapted tests for generating large listsda4a521
Fixed JDK8 compiler type inference issue7090d7a
Added arbitrary.list().unique() testsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)