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 invalid error message [API-1490] #1349

Merged
merged 8 commits into from
Oct 14, 2022
Merged

Conversation

fatihozer0
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Aug 16, 2022

Codecov Report

Merging #1349 (56d8739) into master (aceb3fc) will increase coverage by 0.01%.
The diff coverage is 66.66%.

@@            Coverage Diff             @@
##           master    #1349      +/-   ##
==========================================
+ Coverage   93.27%   93.29%   +0.01%     
==========================================
  Files         463      464       +1     
  Lines       16347    16380      +33     
  Branches     1329     1332       +3     
==========================================
+ Hits        15248    15281      +33     
+ Misses        800      799       -1     
- Partials      299      300       +1     
Impacted Files Coverage Δ
src/discovery/HazelcastCloudDiscovery.ts 86.36% <66.66%> (+0.99%) ⬆️
src/invocation/InvocationService.ts 94.90% <0.00%> (-0.40%) ⬇️
...c/serialization/compact/CompactStreamSerializer.ts 100.00% <0.00%> (ø)
src/codec/MapRemoveAllCodec.ts 100.00% <0.00%> (ø)
src/proxy/MapProxy.ts 98.09% <0.00%> (+0.03%) ⬆️
src/proxy/NearCachedMapProxy.ts 93.05% <0.00%> (+0.14%) ⬆️
src/protocol/ErrorFactory.ts 65.41% <0.00%> (+0.75%) ⬆️

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

@fatihozer0 fatihozer0 changed the title Fix invalid error message Fix invalid error message [API-1490] Aug 16, 2022
@fatihozer0 fatihozer0 requested a review from srknzl August 16, 2022 07:25
@fatihozer0
Copy link
Contributor Author

fatihozer0 commented Sep 8, 2022

I know there are unnecessary imports and some quality problems but before fixing them tests are not working I dont know why. Can you check?

@fatihozer0
Copy link
Contributor Author

All the comments are done. I think we can approve

@fatihozer0 fatihozer0 merged commit c9658e7 into hazelcast:master Oct 14, 2022
@fatihozer0 fatihozer0 deleted the updinv branch October 14, 2022 11:45
@yuce yuce added this to the 5.2.0 milestone Nov 7, 2022
harunalpak pushed a commit to harunalpak/hazelcast-nodejs-client that referenced this pull request Dec 8, 2022
* fix invalid error message

* fix invalid error message

* add test for cloud discovery config

* add unit test for invalid discovery token

* add unit test for invalid discovery token

* add CloudDiscoveryInvalidToken unit test

* delete wrong test file

* delete wrong test file and fix code quality problems
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.

3 participants