-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Test flake: kubernetes/e2e_test/test_client.py::TestClient::test_portforward_raw #1300
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
Comments
/help |
@roycaihw: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign @iciclespider |
@roycaihw: GitHub didn't allow me to assign the following users: iciclespider. Note that only kubernetes-client members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/reopen |
@yliaog: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign @iciclespider |
@yliaog: GitHub didn't allow me to assign the following users: iciclespider. Note that only kubernetes-client members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
https://travis-ci.org/github/kubernetes-client/python/jobs/760520249 the test is still failing after pr #1329 |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
/remove-lifecycle stale |
The test is still flaking a lot. This needs to be looked at. I feel that it's mostly related to the use of Threads in the implementation and the test. However, I am not very sure. |
/assign @Priyankasaggu11929 |
@palnabarun: GitHub didn't allow me to assign the following users: Priyankasaggu11929. Note that only kubernetes-client members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
The test is flaking a lot resulting in dev work to be slowed down. This needs to be investigated and resolved. Only then, the test should be reenabled. See: kubernetes-client#1300 Signed-off-by: Nabarun Pal <[email protected]>
/assign @Priyankasaggu11929 |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
The test is flaking a lot resulting in dev work to be slowed down. This needs to be investigated and resolved. Only then, the test should be reenabled. See: kubernetes-client/python#1300 Signed-off-by: Nabarun Pal <[email protected]>
The presubmit
test_portforward_raw
is flaky. Example: https://travis-ci.org/github/kubernetes-client/python/jobs/735898772=================================== FAILURES ===================================
_______________________ TestClient.test_portforward_raw ________________________
self = <kubernetes.e2e_test.test_client.TestClient testMethod=test_portforward_raw>
def test_portforward_raw(self):
client = api_client.ApiClient(configuration=self.config)
api = core_v1_api.CoreV1Api(client)
E AssertionError: b'' != b'Test port 1234 forwarding...'
kubernetes/e2e_test/test_client.py:226: AssertionError
The text was updated successfully, but these errors were encountered: