Fix builds stuck loading when opening job in new Firefox tab#26089
Fix builds stuck loading when opening job in new Firefox tab#26089AmoghParmar wants to merge 2 commits intojenkinsci:masterfrom
Conversation
|
Hello Maintainerss, If they are caused by my patch, I’d really appreciate some guidance on:
|
The log files from ci.jenkins.io show the issue is: That shows that you need to read the contributing guide, specifically the section that describes You didn't run |
|
I ran the failing test locally using: mvn -pl core -Dtest=QueueTest#testGetCauseOfBlockageForNonConcurrentFreestyle -DskipITs test The test is not picked up locally (0 tests executed), while it fails I’m happy to adjust the implementation or update the test if guidance is |
That test was a known flaky test on Windows. The fix has been merged to the master branch in pull request: Pull the latest changes to your local repository, merge the master branch into this pull request, run the tests again, and push to GitHub. |
6c8293c to
a00524e
Compare
Fixes #23864
Testing done
Manually tested on Firefox by opening a job in a new tab from the Jenkins dashboard.
Before the fix, the Builds card could remain stuck on “Loading builds…” when a job
was opened in a new tab, until the tab lost and regained focus.
After the fix, builds load immediately when the job page is opened in a new tab
without requiring any tab switching.
Tested locally by running Jenkins from the built WAR.
Screenshots (UI changes only)
Before
After
Proposed changelog entries
Proposed changelog category
/label bug,web-ui
Proposed upgrade guidelines
N/A
Submitter checklist
Desired reviewers
@jenkinsci/core-pr-reviewers