Is your feature request related to a problem? Please describe.
Currently, the ParallelROM test suite is ignored on macOS (ARM64) runners. During the setup of the CI pipeline in PR #283, it was discovered that the PyCOMPSs installation script fails with a ConnectionResetError while attempting to download the COMPSs runtime from the BSC servers. This prevents us from having full, automated test coverage for parallel features on macOS.
Describe the solution you'd like
The macOS CI environment stabilized so that PyCOMPSs can be installed reliably. This would allow the tests/test_parallel/ suite to run on macos-latest runners.
Describe alternatives you've considered
- Current State: Ignored parallel tests on
macOS to maintain CI stability.
Additional context
This issue follow-up to the work done in PR #283. The ubuntu CI is currently functional and passing all parallel tests.
Is your feature request related to a problem? Please describe.
Currently, the
ParallelROMtest suite is ignored on macOS (ARM64) runners. During the setup of the CI pipeline in PR #283, it was discovered that thePyCOMPSsinstallation script fails with aConnectionResetErrorwhile attempting to download the COMPSs runtime from theBSC servers. This prevents us from having full, automated test coverage for parallel features on macOS.Describe the solution you'd like
The
macOSCI environment stabilized so thatPyCOMPSscan be installed reliably. This would allow thetests/test_parallel/suite to run onmacos-latestrunners.Describe alternatives you've considered
macOSto maintain CI stability.Additional context
This issue follow-up to the work done in PR #283. The
ubuntuCI is currently functional and passing all parallel tests.