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

Unable to find group name outside of BP1 resources #137

Open
rt17603 opened this issue Aug 25, 2022 · 0 comments
Open

Unable to find group name outside of BP1 resources #137

rt17603 opened this issue Aug 25, 2022 · 0 comments
Assignees
Labels

Comments

@rt17603
Copy link
Member

rt17603 commented Aug 25, 2022

Describe the bug

Observation tests which call acrg.read.utils.obs_database() via acrg.read.obs.get_obs() function fail within the CI due to getgrnam() not being able to find "acrg" group.

=========================== short test summary info ============================
FAILED tests/test_obs.py::test_get_obs_site - KeyError: "getgrnam(): name not...
FAILED tests/test_obs.py::test_get_obs_variability - KeyError: "getgrnam(): n...
FAILED tests/test_obs.py::test_get_obs_gosat - KeyError: "getgrnam(): name no...
===== 3 failed, 215 passed, 38 skipped, 1830 warnings in 462.14s (0:07:42) =====

To Reproduce
Create a PR to run the tests via the CI. This will produce the error.

Expected behavior
Expect tests to pass

Additional context
These tests will pass when running on the BP1 system (or any system with an "acrg" group)

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

No branches or pull requests

2 participants