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

[Bug]: Intermitent failure on local make up #15257

Open
1 task done
KevinMind opened this issue Dec 18, 2024 · 0 comments · Fixed by mozilla/addons-server#22954
Open
1 task done

[Bug]: Intermitent failure on local make up #15257

KevinMind opened this issue Dec 18, 2024 · 0 comments · Fixed by mozilla/addons-server#22954
Labels
repository:addons-server Issue relating to addons-server

Comments

@KevinMind
Copy link
Contributor

KevinMind commented Dec 18, 2024

What happened?

After merging mozilla/addons-server#22929

2 bugs arose that did not surface in testing.

  1. the elastic monitor does not return an error status if it cannot reach elastic leading to false positive
  2. os.getuid() returns the UID of the current process user. our entrypoint.sh script modifies that UID and sometimes that happens after executing initialize.py leading to false negative django checks for the correct uid.

What did you expect to happen?

We should handle these cases.

Is there an existing issue for this?

  • I have searched the existing issues

┆Issue is synchronized with this Jira Task

@KevinMind KevinMind added the repository:addons-server Issue relating to addons-server label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
repository:addons-server Issue relating to addons-server
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant