Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Update CLI with backend.ai-cli #94

Merged
merged 10 commits into from
Apr 2, 2020
Merged

Update CLI with backend.ai-cli #94

merged 10 commits into from
Apr 2, 2020

Conversation

achimnol
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Mar 31, 2020

Codecov Report

Merging #94 into master will increase coverage by 0.36%.
The diff coverage is 55.38%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #94      +/-   ##
==========================================
+ Coverage   42.16%   42.53%   +0.36%     
==========================================
  Files          58       58              
  Lines        5585     5579       -6     
==========================================
+ Hits         2355     2373      +18     
+ Misses       3230     3206      -24
Impacted Files Coverage Δ
src/ai/backend/client/cli/__main__.py 0% <0%> (ø) ⬆️
src/ai/backend/client/cli/app.py 23.47% <0%> (-0.69%) ⬇️
src/ai/backend/client/cli/__init__.py 100% <100%> (+55%) ⬆️
src/ai/backend/client/cli/vfolder.py 28.87% <100%> (-0.3%) ⬇️
src/ai/backend/client/cli/dotfile.py 31.95% <100%> (ø) ⬆️
src/ai/backend/client/cli/session_template.py 34.04% <100%> (-0.7%) ⬇️
src/ai/backend/client/request.py 67.45% <66.66%> (-0.01%) ⬇️
src/ai/backend/client/session.py 93.56% <93.33%> (-0.1%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 31957db...2d89bfd. Read the comment docs.

* Currently Python's asyncio does not wait for processing of
  "connection lost" event for all open SSL transports.
  This generates a very long and messy exception traces, which would
  confuse the end-users.
  We apply a hack to mitigate this issue.

* When we call other context managers inside context managers and get
  exceptions during an outer enter handler,
  we should call exit handlers of the inner context managers properly
  once their enter handlers are called.
@achimnol achimnol merged commit 377a99f into master Apr 2, 2020
@achimnol achimnol deleted the feature/cli-revamp branch April 2, 2020 10:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant