Skip to content

Conversation

@srknzl
Copy link
Contributor

@srknzl srknzl commented Jun 13, 2023

The test is added after reflecting this change to java https://github.com/hazelcast/hazelcast/pull/21705/files.

as can be seen, in this change, we are only changing the smart client reconnection task's logic. It should not call getOrConnectToMember. However, in the node.js test we added an assertion that checks that getOrConnectToMember should not be called at all. First of all, this logic does not exist in the java test and second, triggerClusterReconnection will also call getOrConnectToMember. Therefore, our assertion is not correct. I removed it.

related node.js backw compatiblity test: https://github.com/hazelcast/client-compatibility-suites/actions/runs/5253301597/jobs/9490454007

@srknzl srknzl added this to the 5.3.0 milestone Jun 13, 2023
@srknzl srknzl requested a review from mdumandag June 13, 2023 11:38
@codecov
Copy link

codecov bot commented Jun 13, 2023

Codecov Report

Merging #1504 (a97545b) into master (a896ca8) will increase coverage by 0.03%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1504      +/-   ##
==========================================
+ Coverage   93.42%   93.45%   +0.03%     
==========================================
  Files         466      466              
  Lines       16628    16628              
  Branches     1350     1350              
==========================================
+ Hits        15535    15540       +5     
+ Misses        798      794       -4     
+ Partials      295      294       -1     

see 4 files with indirect coverage changes

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

@srknzl srknzl merged commit f5c48e4 into hazelcast:master Jun 13, 2023
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.

2 participants