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

(#284) Fix "test" command for long-running jobs #292

Merged
merged 1 commit into from
May 25, 2020
Merged

Conversation

dshearer
Copy link
Owner

We now use a separte Unix socket to stream the job's output
as it runs.

Unfortunately, we must drop support for this command via TCP.

Closes #284

We now use a separte Unix socket to stream the job's output
as it runs.

Unfortunately, we must drop support for this command via TCP.
@dshearer dshearer self-assigned this May 25, 2020
@dshearer dshearer merged commit 3ed75df into master May 25, 2020
@dshearer dshearer deleted the issue-284 branch May 25, 2020 22:40
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.

cmd/test: Calling this on long-running jobs causes commands to time out thereafter
1 participant