hazelcast / hazelcast-nodejs-client

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

Use the correct type name for the serializer in CompactSerializersLiveTest #1495

Closed mdumandag closed 1 year ago

mdumandag commented 1 year ago

We were mistakenly using a different type name than the one defined in the client, which was causing a failure in the backward compatibility tests against 5.1.6 release on 5.1.x clients.

codecov[bot] commented 1 year ago

Codecov Report

Merging #1495 (836a014) into master (d1a2b70) will decrease coverage by 0.02%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1495      +/-   ##
==========================================
- Coverage   93.43%   93.42%   -0.02%     
==========================================
  Files         466      466              
  Lines       16628    16628              
  Branches     1350     1350              
==========================================
- Hits        15537    15534       -3     
- Misses        795      798       +3     
  Partials      296      296              

see 4 files with indirect coverage changes

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