hazelcast / hazelcast-nodejs-client

Hazelcast Node.js Client
https://hazelcast.com/clients/node-js/
Apache License 2.0
150 stars 59 forks source link

Increase test runner RC retry count API-1286 [5.0.x] #1260

Closed srknzl closed 2 years ago

srknzl commented 2 years ago

Backport of #1258

The retry logic is there in 5.0.x and 4.2.x too.

See https://github.com/hazelcast/hazelcast-nodejs-client/actions/runs/2037731435 for fails

codecov[bot] commented 2 years ago

Codecov Report

Merging #1260 (dab0821) into 5.0.x (c2ee388) will decrease coverage by 0.37%. The diff coverage is n/a.

@@            Coverage Diff             @@
##            5.0.x    #1260      +/-   ##
==========================================
- Coverage   92.59%   92.22%   -0.38%     
==========================================
  Files         438      438              
  Lines       16857    16857              
  Branches     1080     1080              
==========================================
- Hits        15609    15546      -63     
- Misses        965     1027      +62     
- Partials      283      284       +1     
Impacted Files Coverage Δ
src/codec/ClientAuthenticationCustomCodec.ts 40.42% <0.00%> (-34.05%) :arrow_down:
src/network/ConnectionManager.ts 77.17% <0.00%> (-7.88%) :arrow_down:
src/config/ConfigBuilder.ts 93.82% <0.00%> (-2.78%) :arrow_down:
src/core/HazelcastError.ts 65.55% <0.00%> (-1.12%) :arrow_down:
src/protocol/ErrorFactory.ts 64.96% <0.00%> (-0.73%) :arrow_down:
src/invocation/ClusterService.ts 92.19% <0.00%> (-0.71%) :arrow_down:
src/util/Util.ts 88.05% <0.00%> (ø)
src/proxy/MultiMapProxy.ts 97.71% <0.00%> (+0.57%) :arrow_up:
src/sql/SqlService.ts 93.44% <0.00%> (+1.63%) :arrow_up:
src/nearcache/RepairingTask.ts 92.64% <0.00%> (+2.94%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c2ee388...dab0821. Read the comment docs.