-
Notifications
You must be signed in to change notification settings - Fork 2.2k
fix(daemon): export logs, delete workspaces, reenable distributed tests #1768
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
Conversation
Latency summaryCurrent PR yields:
Breakdown
Backed by latency-tracking. Further commits will update this comment. |
Codecov Report
@@ Coverage Diff @@
## master #1768 +/- ##
==========================================
+ Coverage 85.44% 85.74% +0.30%
==========================================
Files 135 135
Lines 6924 6933 +9
==========================================
+ Hits 5916 5945 +29
+ Misses 1008 988 -20
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please note that fix(daemon): miscellaneous
is unacceptable, it does not show any useful information. Our auto Release Note system relies on meaningful commit message, otherwise it is hard for everybody to track what is going on each PR and release.
55b03e5
to
633f2ad
Compare
Makes sense. |
633f2ad
to
0443327
Compare
@@ -2,7 +2,7 @@ | |||
import asyncio | |||
from typing import Optional | |||
|
|||
from .client import PeaDaemonClient | |||
from .client import PodDaemonClient |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if there is no semantic change on Pea/PodDaemonClient
, I believe this should stick to PeaDaemonClient
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PodDaemonClient
calls /pods
which invokes a Pod
. Any reason we were using PeaDaemonClient
here?
No description provided.