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

Fix timeout of RPC tests on Windows #3165

Merged
merged 1 commit into from Oct 20, 2023
Merged

Fix timeout of RPC tests on Windows #3165

merged 1 commit into from Oct 20, 2023

Conversation

AnnaShaleva
Copy link
Member

@AnnaShaleva AnnaShaleva commented Oct 18, 2023

Ref. #2975.

Here's the example of successful run: https://github.com/nspcc-dev/neo-go/actions/runs/6562296558/job/17823936017. I'll run it a couple of times to ensure that the problem is gone before the merge. Thus, currently is in draft.

Just for the record, an alternative to this PR was a Dialler fix at 6ec8126. I've also considered to enable IPv6 on our Windonws GA runner, but it's not possible at the current moment due to GitHub infrastructure constraints, see the actions/runner-images#668.

…2575"

This partially reverts commit c26a962 for testing
chains configurations.

Ref. #2975, although this commit doesn't close it. This commit is an attempt to
enforce IPv4 for our test clients to avoid problem described in the issue.

Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
@AnnaShaleva
Copy link
Member Author

@roman-khimov, let's merge it and keep watching our tests. At least, this PR doesn't make things worse.

@codecov
Copy link

codecov bot commented Oct 20, 2023

Codecov Report

Merging #3165 (c93658b) into master (69a0104) will increase coverage by 0.02%.
Report is 36 commits behind head on master.
The diff coverage is 76.00%.

@@            Coverage Diff             @@
##           master    #3165      +/-   ##
==========================================
+ Coverage   85.35%   85.37%   +0.02%     
==========================================
  Files         323      326       +3     
  Lines       43603    43773     +170     
==========================================
+ Hits        37217    37372     +155     
- Misses       4921     4926       +5     
- Partials     1465     1475      +10     
Files Coverage Δ
pkg/consensus/consensus.go 75.91% <ø> (ø)
pkg/core/dao/dao.go 78.17% <100.00%> (ø)
pkg/core/mempool/mem_pool.go 97.14% <ø> (ø)
pkg/network/bqueue/queue.go 82.17% <ø> (ø)
pkg/network/server.go 75.37% <ø> (ø)
pkg/rpcclient/client.go 86.56% <100.00%> (ø)
pkg/rpcclient/local.go 87.23% <ø> (+0.27%) ⬆️
pkg/rpcclient/wsclient.go 74.17% <ø> (-0.18%) ⬇️
pkg/services/metrics/metrics.go 63.63% <ø> (ø)
pkg/services/notary/notary.go 81.52% <ø> (-1.47%) ⬇️
... and 8 more

... and 17 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@AnnaShaleva AnnaShaleva mentioned this pull request Oct 20, 2023
@roman-khimov roman-khimov merged commit c3955f8 into master Oct 20, 2023
14 of 18 checks passed
@roman-khimov roman-khimov deleted the fix-win-timeout branch October 20, 2023 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants