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

chore(pocket-ic): bazel test requires-network #3182

Merged
merged 2 commits into from
Dec 13, 2024

Conversation

marko-k0
Copy link
Member

@marko-k0 marko-k0 commented Dec 13, 2024

Adding requires-network tag to overcome the issue of sporadic failures (seen here, attempt 1 & 2):

 Failed to get result: reqwest::Error { kind: Request, url: "http://127.0.0.1:49325/instances", source: hyper_util::client::legacy::Error(Connect, ConnectError("tcp connect error", Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" })) }

@github-actions github-actions bot added the chore label Dec 13, 2024
@marko-k0 marko-k0 marked this pull request as ready for review December 13, 2024 19:21
@marko-k0 marko-k0 requested a review from a team as a code owner December 13, 2024 19:21
@marko-k0 marko-k0 enabled auto-merge December 13, 2024 19:21
@marko-k0 marko-k0 added this pull request to the merge queue Dec 13, 2024
Merged via the queue into master with commit 3e77cd2 Dec 13, 2024
27 checks passed
@marko-k0 marko-k0 deleted the marko-pocket-ic-requires-network branch December 13, 2024 19:47
marko-k0 added a commit that referenced this pull request Dec 13, 2024
Adding `requires-network` tag to overcome the issue of sporadic failures
(seen [here](https://github.com/dfinity/ic/actions/runs/12320821672),
attempt 1 & 2):
```
 Failed to get result: reqwest::Error { kind: Request, url: "http://127.0.0.1:49325/instances", source: hyper_util::client::legacy::Error(Connect, ConnectError("tcp connect error", Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" })) }
```
marko-k0 added a commit that referenced this pull request Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants