Conversation
🚨 TestLens detected 62 failed tests 🚨Here is what you can do:
Test Summary
🏷️ Commit: 2961fd7 Test Failures (first 5 of 62)ArXivFetcherTest > canReplicateArXivOnlySearchByPassingNullParameter() (:jablib:fetcherTest in Fetcher Tests / Fetcher tests)ArXivFetcherTest > findFullTextByDOI() (:jablib:fetcherTest in Fetcher Tests / Fetcher tests)ArXivFetcherTest > findFullTextByEprint() (:jablib:fetcherTest in Fetcher Tests / Fetcher tests)ArXivFetcherTest > findFullTextByEprintWithPrefix() (:jablib:fetcherTest in Fetcher Tests / Fetcher tests)ArXivFetcherTest > findFullTextByEprintWithUnknownDOI() (:jablib:fetcherTest in Fetcher Tests / Fetcher tests)Muted TestsSelect tests to mute:
Reuse successful test results
Click the checkbox to trigger a rerun:
Learn more about TestLens at testlens.app. |
Member
Author
|
(demo) |
jabref-machine
approved these changes
Feb 12, 2026
jabref-machine
approved these changes
Feb 13, 2026
jabref-machine
approved these changes
Feb 13, 2026
Contributor
|
The build of this PR is available at https://builds.jabref.org/pull-15085/. |
Siedlerchr
added a commit
to faneeshh/jabref
that referenced
this pull request
Feb 14, 2026
* upstream/main: Refine Automatic Field Editor filtering logic (fixes JabRef#15066) (JabRef#15094) Output URL to workflow Fix token Refine stats message Quick fix to reduce load on runners "Debug" output for assign-issue-action Streamline pr-comment.yml (and remove status: stale label) Feature provide insights citation fetcher (JabRef#15093) Automatic Grouping By Entry Type (JabRef#15081) Minor test fixes for arXiv (JabRef#15100) New Crowdin updates (JabRef#15101) recomment linked files handler (JabRef#15105) Chore(deps): Bump jablib/src/main/resources/csl-styles (JabRef#15087) Streamline binaries (JabRef#15085)
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.
In preparation to parallel on GitHub's
parallelfeature - https://github.com/orgs/community/discussions/14484#discussioncomment-15480826Make variants in
binaries.ymlexplicit by introducing a composite action.Switched to environment variables to pass version info - workaround for avelino/jbundle#59
Also creates
jabls-cli-6.0-all.jarandjabkit-6.0-all.jar, which can be run usingjava -jargradle vs. gradlew
We CANNOT cache gradlew - see gradle/actions#273 (comment) --> we run with Gradle 9.3.1 and hope that it behaves same as the patched version. On Windows still our patched version is used.
When using
setup-gradlein the sub action,gradleis not available...Steps to test
See workflow running
Checklist
CHANGELOG.mdin a way that can be understood by the average user (if change is visible to the user)