Smitaambiger commented on issue #279:
URL: 
https://github.com/apache/tooling-trusted-releases/issues/279#issuecomment-3769586585

   Hi @sbp ,
   
   Thank you for your patience and for the detailed guidance.
   
   I want to confirm that I have now run both the linting and the end-to-end 
tests locally, and I am sharing the outputs as requested to show that ATR is 
running and the full workflow has been exercised.
   
   Linting:
   - All pre-commit checks now pass after installing the musl-compatible Biome 
binary inside the ATR container.
   - The remaining failure is from pyright, which reports unresolved imports 
for playwright.sync_api and netifaces.
   - This appears to be related to platform-specific wheel availability on 
Alpine/musl, rather than a code issue.
   
   End-to-end tests:
   - I ran the documented command: sh tests/run-playwright.sh
   - The containers build and start successfully.
   - The tests progress through login, project creation, release lifecycle 
steps, and file upload.
   - The run fails with a timeout while waiting for background tasks to 
complete (TimeoutError: Tasks did not complete within 18 seconds).
   
   Based on your findings in #518 and the Playwright musl limitations, I 
understand that using a glibc-based environment such as Debian is the 
recommended approach.
   
   Thank you again for the helpful feedback.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to