The GitHub Actions job "Java CI with Maven" on stormcrawler.git/playwrightTests has failed. Run started by GitHub user jnioche (triggered by jnioche).
Head commit for run: 9839653353241fd8e1dca1b405cad5e9fe753e81 / Julien Nioche <[email protected]> Fix Playwright tests failing when run together The issue was that ProtocolTest and PageActionsLiveTest both extended AbstractProtocolTest and shared the same static Jetty server instance. When running tests together, the server would be stopped by one test class before the other could use it, causing ERR_CONNECTION_REFUSED errors. This fix creates a new BasePlaywrightTest class specifically for the Playwright module that gives each test class its own isolated server instance. Changes: - Created BasePlaywrightTest with proper server management - Updated ProtocolTest to extend BasePlaywrightTest - Updated PageActionsLiveTest to extend BasePlaywrightTest - Removed redundant getHandlers() overrides Fixes: #issue-number (if applicable) Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <[email protected]> Report URL: https://github.com/apache/stormcrawler/actions/runs/25868423901 With regards, GitHub Actions via GitBox
