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

deps: Bump neuro-all; Add cookiecutter #78

Merged
merged 11 commits into from
Jul 13, 2023
Merged

Conversation

andriihomiak
Copy link
Contributor

closes #76

dependabot bot and others added 4 commits October 12, 2022 22:18
Bumps [docker/login-action](https://github.com/docker/login-action) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v2.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps ubuntu from 22.04 to 23.04.

---
updated-dependencies:
- dependency-name: ubuntu
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.3.3 to 1.4.0.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](dependabot/fetch-metadata@v1.3.3...v1.4.0)

---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@andriihomiak andriihomiak self-assigned this Jul 11, 2023
@andriihomiak
Copy link
Contributor Author

andriihomiak commented Jul 11, 2023

So after some puzzling investigation, it seems that the tests fail only on onprem-poc, which - for some unknown reason - does not properly close the connection once the job finishes executing if neuro config show (neuro --version and neuro-flow --version don't affect this 🤔) runs inside the job, and the following can be seen in the logs neuro -vv run <...>:

asyncio._read_ready__on_eof: <_SelectorSocketTransport fd=7 read=polling write=<idle, bufsize=0>> received EOF
asyncio.eof_received: <asyncio.sslproto.SSLProtocol object at 0x7f5f578c67d0> received EOF
asyncio.close: Close <_UnixSelectorEventLoop running=False closed=False debug=True>
ERROR: neuro_cli.main.main: Timeout

The solution for this would be to move the tests to dev cluster (requires changing some secrets in the repo settings), since it does not reproduce there

@andriihomiak andriihomiak merged commit 5ec75d3 into master Jul 13, 2023
@andriihomiak andriihomiak deleted the feat/76-bump-deps branch July 13, 2023 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bump neuro-all
1 participant