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

cli: Logs HyperError #548

Open
ecpullen opened this issue Sep 1, 2022 · 1 comment
Open

cli: Logs HyperError #548

ecpullen opened this issue Sep 1, 2022 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed needs-repro Issues for bugs that need repro steps

Comments

@ecpullen
Copy link
Contributor

ecpullen commented Sep 1, 2022

If a user is watching the logs from a test and the frequency of logs is > ~5 mins, the cli will error with Unable to get next log from stream: HyperError: error reading a body from connection: error reading a body from connection: timed out

@ecpullen ecpullen added the bug Something isn't working label Sep 8, 2022
@ecpullen ecpullen added the help wanted Extra attention is needed label Sep 22, 2022
@ecpullen ecpullen added the needs-repro Issues for bugs that need repro steps label Dec 1, 2022
@mjsterckx mjsterckx self-assigned this Dec 13, 2022
@ecpullen
Copy link
Contributor Author

Using running the following test should repro this error.

apiVersion: testsys.system/v1
kind: Test
metadata:
  name: hello-bones
  namespace: testsys
spec:
  agent:
    name: hello-agent
    image: "example-test-agent:integ"
    keepRunning: false
    configuration:
      mode: Fast
      person: Bones the Cat
      helloCount: 5
      helloDurationMilliseconds: 500000
  resources: []
  dependsOn: []

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed needs-repro Issues for bugs that need repro steps
Projects
None yet
Development

No branches or pull requests

2 participants