Conversation
subhramit
reviewed
Dec 12, 2025
subhramit
previously approved these changes
Dec 12, 2025
Co-authored-by: Subhramit Basu <subhramit.bb@live.in>
subhramit
approved these changes
Dec 12, 2025
Siedlerchr
added a commit
that referenced
this pull request
Dec 14, 2025
* upstream/main: (23 commits) Chore(deps): Bump org.mockito:mockito-core in /jablib (#14611) Chore(deps): Bump actions/download-artifact from 6 to 7 (#14605) Chore(deps): Bump com.squareup.okio:okio-jvm in /versions (#14613) Chore(deps): Bump DavidAnson/markdownlint-cli2-action from 21 to 22 (#14607) Chore(deps): Bump org.mockito:mockito-core in /versions (#14615) New translations jabref_en.properties (Italian) (#14596) Reset and Import for GroupsPreferences (#14572) Enable parallel tests (#14571) Copy over label in all cases Also allow adding label Fix workflow (#14586) Unassign issues on stale (#14585) Increase max assignments from 1 to 2 Reduce time for initial PR to 14 days (#14580) New Crowdin updates (#14579) chore(deps): update dependency org.eclipse.jgit:org.eclipse.jgit.pgm to v7.5.0.202512021534-r (#14577) Fix stale closing Try to fix commenting on closed PRs Add 15 non-standard BibLaTeX entry types with .withType() method (#14534) New Crowdin updates (#14570) ...
Siva-Sai22
pushed a commit
to Siva-Sai22/jabref
that referenced
this pull request
Dec 19, 2025
* Fix JabKit tests for parallel execution * PosrgreServer is Autoclosable now * Postgres workaround * Sort-in existing tests * Reduce number of relations at relations test * Add TODO comment * Some alphabet... * Re-enable parallel tests * Enable parallel tests * Try to get SearchTest running with parallelism enabled * Some more parallelism blockers * Even more conservative * Even more * More conservative * Try to fix OOM * More conservative * Some more... * Add hint on lock in howto * Update docs/code-howtos/testing.md Co-authored-by: Subhramit Basu <subhramit.bb@live.in> --------- Co-authored-by: Subhramit Basu <subhramit.bb@live.in>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR enables parallel testing.
I learned about
@ResourceLock- this helps much.Aim: High CPU usage during tests
Only Heisenbug - EntryComparatorTest fails in different entries:
Steps to test
Execute gradle task "check" in jablib
Mandatory checks
CHANGELOG.mdin a way that is understandable for the average user (if change is visible to the user)