Plan icon indicating copy to clipboard operation
Plan copied to clipboard

ERR_NETWORK_CHANGED fails pipelines 50% of the time

Open AuroraLS3 opened this issue 1 year ago • 0 comments

Describe the issue

Github Actions pipelines keep breaking due to ERR_NETWORK_CHANGED during tests.

Exceptions & Other Logs

     org.opentest4j.AssertionFailedError: Browser console included 5 logs: [
    SEVERE http://localhost:32772/plan/static/TableRow-7y0l7bHJ.js - Failed to load resource: net::ERR_NETWORK_CHANGED, 
    SEVERE http://localhost:32772/plan/static/ExtendableRow-z3OYVqTY.js - Failed to load resource: net::ERR_NETWORK_CHANGED, 
    SEVERE http://localhost:32772/plan/static/Alert-Jcrw7WY5.js - Failed to load resource: net::ERR_NETWORK_CHANGED, 
    SEVERE http://localhost:32772/plan/static/index-EOzJVPjr.js 45:160 TypeError: Failed to fetch dynamically imported module: http://localhost:32772/plan/static/ServerOverview-JbrFBkMe.js, 
    SEVERE http://localhost:32772/plan/static/index-EOzJVPjr.js 782:902598 TypeError: Failed to fetch dynamically imported module: http://localhost:32772/plan/static/ServerOverview-JbrFBkMe.js] ==> expected: <true> but was: <false>

Additional information

As far as I remember this is related to IPv6 and how docker does networking, and how the github actions run on Azure. Not sure how to fix it.

AuroraLS3 avatar Mar 23 '24 11:03 AuroraLS3