Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workflow checks are failing #1244

Open
Thendo20 opened this issue Jan 3, 2025 · 1 comment
Open

Workflow checks are failing #1244

Thendo20 opened this issue Jan 3, 2025 · 1 comment
Assignees

Comments

@Thendo20
Copy link
Collaborator

Thendo20 commented Jan 3, 2025

Current Issues

1.Python Version Incompatibility

  • lint-other-files job is failing due to Python 3.7 not being supported on the latest Ubuntu runner
  • Current configuration attempts to use Python 3.7 which is no longer supported

2.Test Failures in Keycloak 26.x Builds

  • Multiple test failures occurring in build jobs for Keycloak 26.0.5/26.0.2
  • NullPointerExceptions related to customAttributes and existingEventsEnabled being null
  • Affects both build-version-26 and build-pom-versions (Java 17 and 21) jobs
  • Tests pass locally but fail in CI workflow

Additional Context

Related to PR #810 (Let user username be updated in config)
Affects all new pull requests and pushes to the repository as well

Error Details

Cannot invoke "java.util.Map.get(Object)" because "customAttributes" is null
Cannot invoke "java.lang.Boolean.booleanValue()" because "existingEventsEnabled" is null
@Thendo20 Thendo20 moved this to Ready for Dev in os-competence-center-board Jan 3, 2025
@AssahBismarkabah AssahBismarkabah self-assigned this Jan 13, 2025
@AssahBismarkabah AssahBismarkabah moved this from Ready for Dev to In Progress in os-competence-center-board Jan 13, 2025
@AssahBismarkabah
Copy link
Collaborator

Hi @Thendo20 , the lint-other-files is related to changes made in the latest GitHub runner migrating from ubuntu-24 to ubuntu-22, which was resolved already by changing the python-version to 3.9 or the latest tag to ubuntu-22

  • what seems unusual are the test failures, I also tried dry running the ci locally, and everything seems to work fine, I am assuming it is a platform assue on github.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

2 participants