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

E2E tests failed on sctp traffic test due to "cannot allocate memory" #4961

Open
tnqn opened this issue May 11, 2023 · 3 comments
Open

E2E tests failed on sctp traffic test due to "cannot allocate memory" #4961

tnqn opened this issue May 11, 2023 · 3 comments
Assignees
Labels
area/test/e2e Issues or PRs related to Antrea specific end-to-end testing. area/test Issues or PRs related to unit and integration tests. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.

Comments

@tnqn
Copy link
Member

tnqn commented May 11, 2023

Describe the bug

In ipv6-only-e2e:

0510 19:38:36.982973   22476 k8s_util.go:175] z-tmlmurdy/c -> y-tmlmurdy/a: expected Con but got Err: err - command terminated with exit code 1 /// stdout -  /// stderr - OTHER: cannot allocate memory
OTHER: cannot allocate memory
OTHER: cannot allocate memory

I0510 19:38:36.994847   22476 k8s_util.go:175] x-tmlmurdy/a -> y-tmlmurdy/c: expected Con but got Err: err - command terminated with exit code 1 /// stdout -  /// stderr - OTHER: cannot allocate memory
OTHER: cannot allocate memory
OTHER: cannot allocate memory

I0510 19:38:37.008945   22476 k8s_util.go:175] y-tmlmurdy/b -> z-tmlmurdy/b: expected Con but got Err: err - command terminated with exit code 1 /// stdout -  /// stderr - OTHER: cannot allocate memory
OTHER: cannot allocate memory
OTHER: cannot allocate memory

I0510 19:38:37.814663   22476 k8s_util.go:175] z-tmlmurdy/b -> z-tmlmurdy/a: expected Con but got Err: err - command terminated with exit code 1 /// stdout -  /// stderr - OTHER: cannot allocate memory
OTHER: cannot allocate memory
OTHER: cannot allocate memory

In ipv6-only-networkpolicy:

May 10 17:30:46.566: INFO: ExecWithOptions {Command:[/agnhost connect [fd74:ca9b:172:17::28d9]:80 --timeout=1s --protocol=sctp] Namespace:sctp-network-policy-3362-y PodName:b ContainerName:cont-80-tcp Stdin:<nil> CaptureStdout:true CaptureStderr:true PreserveWhitespace:false Quiet:false}
May 10 17:30:46.566: INFO: >>> kubeConfig: /tmp/kubeconfig-570473931
May 10 17:30:46.872: INFO: sctp-network-policy-3362-y/b -> fd74:ca9b:172:17::28d9: error when running command: err - command terminated with exit code 1 /// stdout -  /// stderr - OTHER: cannot allocate memory
May 10 17:30:46.872: INFO: Starting probe from pod b to fd74:ca9b:172:17::603a

ipv6-only-e2e.log
ipv6-only-networkpolicy.log

@tnqn tnqn added area/test Issues or PRs related to unit and integration tests. area/test/e2e Issues or PRs related to Antrea specific end-to-end testing. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. labels May 11, 2023
XinShuYang added a commit to XinShuYang/antrea that referenced this issue May 17, 2023
* Add wildcard match for namespace cleanup function
* Delete potential existing namespaces created by conformance tests

Fixes antrea-io#4961

Signed-off-by: Shuyang Xin <gavinx@vmware.com>
XinShuYang added a commit to XinShuYang/antrea that referenced this issue May 19, 2023
* Add wildcard match for namespace cleanup function
* Delete potential existing namespaces created by conformance tests

Fixes antrea-io#4961

Signed-off-by: Shuyang Xin <gavinx@vmware.com>
XinShuYang added a commit to XinShuYang/antrea that referenced this issue Jun 2, 2023
* Add wildcard match for namespace cleanup function
* Delete potential existing namespaces created by conformance tests

Fixes antrea-io#4961

Signed-off-by: Shuyang Xin <gavinx@vmware.com>
XinShuYang added a commit to XinShuYang/antrea that referenced this issue Jun 7, 2023
* Add wildcard match for namespace cleanup function
* Delete potential existing namespaces created by conformance tests

Fixes antrea-io#4961

Signed-off-by: Shuyang Xin <gavinx@vmware.com>
XinShuYang added a commit to XinShuYang/antrea that referenced this issue Jun 11, 2023
* Add wildcard match for namespace cleanup function
* Delete potential existing namespaces created by conformance tests

Fixes antrea-io#4961

Signed-off-by: Shuyang Xin <gavinx@vmware.com>
XinShuYang added a commit to XinShuYang/antrea that referenced this issue Jun 11, 2023
* Add wildcard match for namespace cleanup function
* Delete potential existing namespaces created by conformance tests

Fixes antrea-io#4961

Signed-off-by: Shuyang Xin <gavinx@vmware.com>
XinShuYang added a commit to XinShuYang/antrea that referenced this issue Jun 13, 2023
* Add wildcard match for namespace cleanup function
* Delete potential existing namespaces created by conformance tests

Fixes antrea-io#4961

Signed-off-by: Shuyang Xin <gavinx@vmware.com>
@tnqn tnqn closed this as completed in cea2988 Jun 15, 2023
@tnqn tnqn reopened this Sep 15, 2023
@tnqn tnqn changed the title IPv6 tests failed on sctp traffic test due to "cannot allocate memory" E2E tests failed on sctp traffic test due to "cannot allocate memory" Sep 15, 2023
@tnqn tnqn mentioned this issue Sep 15, 2023
Copy link
Contributor

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment, or this will be closed in 90 days

@github-actions github-actions bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Dec 15, 2023
@tnqn tnqn mentioned this issue Jan 26, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 14, 2024
@luolanzone luolanzone removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Apr 26, 2024
@luolanzone luolanzone reopened this Apr 26, 2024
@tnqn
Copy link
Member Author

tnqn commented May 6, 2024

The issue is not fixed and not root caused, reopening it for tracking

@tnqn tnqn reopened this May 6, 2024
Copy link
Contributor

github-actions bot commented Aug 5, 2024

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment, or this will be closed in 90 days

@github-actions github-actions bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Aug 5, 2024
@tnqn tnqn removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/test/e2e Issues or PRs related to Antrea specific end-to-end testing. area/test Issues or PRs related to unit and integration tests. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Projects
None yet
Development

No branches or pull requests

3 participants