-
Notifications
You must be signed in to change notification settings - Fork 37
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
Cannot make dev-env #2361
Comments
@notimetoname PR #2344 you did. |
Please send the .env file you are using. Could the trouble be in one of the other components? |
Raw key support was dropped in #2357. |
It's a feature, we're testing the product of revision X, |
For tests we use https://github.com/nspcc-dev/neofs-dev-env
After this PR #2344 (commit a65293d) when creating the dev-env neofs-ir container it fails the healthcheck:
For exapmle:
https://github.com/vvarg229/neofs-node/actions/runs/5106970154/jobs/9179502579
ERROR: for sn-healthcheck Container "b4c9be1e8134" is unhealthy.
What healthcheck does:
The result of manually verbose running the healthcheck (for https://github.com/vvarg229/neofs-node/actions/runs/5122299086/jobs/9215220099 run):
Logs:
c3b906545c65.log
If I roll back to the previous commit, the dev-env is makes successfully:
https://github.com/vvarg229/neofs-node/actions/runs/5111910127/jobs/9189388442
Expected Behavior
https://github.com/vvarg229/neofs-node/actions/runs/5111910127/jobs/9189388442
Current Behavior
https://github.com/vvarg229/neofs-node/actions/runs/5106970154/jobs/9179502579
Possible Solution
I think the problem is somewhere in the configuration, probably in the config file:
https://github.com/nspcc-dev/neofs-dev-env/blob/master/services/ir/.ir.env
I tried to localize it even more accurately, but unfortunately I could not.
Steps to Reproduce (for bugs)
Run the system tests.
Or run a specially created debug job:
vvarg229#13
Or
make prepare-test-env
Context
This issue blocks the running of system tests and is most likely a configuration related bug.
Regression
Yes
#2344
Your Environment
ubuntu-latest GitHub runners
and my laptop as GitHub runner:
Linux burzum 6.2.0-20-generic #20-Ubuntu SMP PREEMPT_DYNAMIC Thu Apr 6 07:48:48 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: