-
Notifications
You must be signed in to change notification settings - Fork 244
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
odo log -f terminates earlier #3610
Labels
area/testing
Issues or PRs related to testing, Quality Assurance or Quality Engineering
flake
Categorizes issue or PR as related to a flaky test.
kind/bug
Categorizes issue or PR as related to a bug.
Comments
openshift-ci-robot
added
kind/bug
Categorizes issue or PR as related to a bug.
flake
Categorizes issue or PR as related to a flaky test.
labels
Jul 21, 2020
amitkrout
added
area/testing
Issues or PRs related to testing, Quality Assurance or Quality Engineering
kind/failing-test
labels
Jul 21, 2020
the one approach that will work here is to increase the timeout - maybe 5s to be safe? |
we could do something super intelligent like check between each 0.5s that the buffer size of the command has increased or not, if it hasn't that means the |
3 tasks
Refer - #3613 (comment) |
/assign |
Latest update - #3613 (comment) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/testing
Issues or PRs related to testing, Quality Assurance or Quality Engineering
flake
Categorizes issue or PR as related to a flaky test.
kind/bug
Categorizes issue or PR as related to a bug.
/kind bug
/kind flake
What versions of software are you using?
Operating System:
supported
Output of
odo version
:master
How did you run odo exactly?
This is hit in the CI. You can also reproduce it locally by running the spec (keep trying until you reproduce it)
Spec : https://github.com/openshift/odo/blob/master/tests/integration/devfile/cmd_devfile_log_test.go#L51
CI failure at line : https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/openshift_odo/3601/pull-ci-openshift-odo-master-v4.2-integration-e2e/1285441618282811392#1:build-log.txt%3A94332
Actual behavior
Expected behavior
program=devrun
should be listed in the log outputAny logs, error output, etc?
https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/openshift_odo/3601/pull-ci-openshift-odo-master-v4.2-integration-e2e/1285441618282811392#1:build-log.txt%3A94345
The text was updated successfully, but these errors were encountered: