nextcloud / user_saml

:lock: App for authenticating Nextcloud users using SAML https://apps.nextcloud.com/apps/user_saml
https://portal.nextcloud.com/article/configuring-single-sign-on-10.html
GNU Affero General Public License v3.0
96 stars 76 forks source link

ci: switch to any github runner again #859

Open blizzz opened 5 months ago

blizzz commented 5 months ago

We had to run integration tests on github runners, as executing on the local ones was unstable some time ago. I understand issues where resolved with local runners, so we can re-enable them again.

blizzz commented 5 months ago

but all integration tests are red :grimacing:

SystemKeeper commented 5 months ago

but all integration tests are red 😬

Argh - I only checked the OCI one as that was problematic in the past, but didn't check the integration ones :-S

blizzz commented 5 months ago

Warning: DOMDocument::loadHTML(): Tag header invalid in Entity, line: 12 in features/bootstrap/FeatureContext.php line 217

It smells as if there is something with the container-container communication

blizzz commented 5 months ago

Warning: DOMDocument::loadHTML(): Tag header invalid in Entity, line: 12 in features/bootstrap/FeatureContext.php line 217

It smells as if there is something with the container-container communication

Warning: DOMDocument::loadHTML(): Tag header invalid in Entity, line: 12 in features/bootstrap/FeatureContext.php line 217

It smells as if there is something with the container-container communication

Water on the mills

Login Failure: Pool is empty and connection creation failed

Edit: but i worked once before, so this is "just" flaky, and probably a race condition somewhere. Could it be that there is not healthcheck polling against the service containers @SystemKeeper ?