srknzl
srknzl
It might be better to use javascript's symbols to validate if an object is long. By using a symbol, we can guarantee that the property indicating if an object is...
You can add something like "By default signed value is assumed" to be clear
**Describe the bug** Visual glitch in dark dialogs (not rounded ones) **To Reproduce** Steps to reproduce the behavior: 1. Go to https://nostalgic-css.github.io/NES.css/ 2. Click on "open dark dialog" 3. See...
_master_ (commit 4a2912a2d496c044395c3ee96669b64fc32a889d) Failed on PR Builder: http://jenkins.hazelcast.com/job/Hazelcast-pr-builder/7572/testReport/junit/com.hazelcast.jet.core/ExecutionLifecycleTest/when_psGetThrows_then_jobFails_useLightJob_true_/ Stacktrace: ``` java.lang.AssertionError: close not called at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.assertTrue(Assert.java:42) at com.hazelcast.jet.core.ExecutionLifecycleTest.assertPmsClosedWithError(ExecutionLifecycleTest.java:765) at com.hazelcast.jet.core.ExecutionLifecycleTest.when_psGetThrows_then_jobFails(ExecutionLifecycleTest.java:256) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at...
This PR adds more compact tests before it becomes stable in 5.2 GA. Fixes #20581 Breaking changes (list specific methods/types/messages): * None ### New tests #### CompactFormatIntegrationTest - testMapListener (may...
Fixes https://hazelcast.atlassian.net/browse/API-1435. Introduces new getter methods that uses the field descriptor directly and skips type schema checking to avoid reading the field descriptor twice from the schema. These methods are...
Error: ``` TypeError: Cannot read property 'getClass' of undefined at CompactStreamSerializer.writeObject (/home/serkan/forked/hazelcast-nodejs-client/lib/serialization/compact/CompactStreamSerializer.js:104:41) at /home/serkan/forked/hazelcast-nodejs-client/lib/serialization/compact/DefaultCompactWriter.js:103:36 at DefaultCompactWriter.writeVariableSizeField (/home/serkan/forked/hazelcast-nodejs-client/lib/serialization/compact/DefaultCompactWriter.js:278:13) at DefaultCompactWriter.writeCompact (/home/serkan/forked/hazelcast-nodejs-client/lib/serialization/compact/DefaultCompactWriter.js:102:21) at MainDTOSerializer.write (/home/serkan/forked/hazelcast-nodejs-client/test/integration/backward_compatible/parallel/serialization/compact/CompactUtil.js:1295:20) at CompactStreamSerializer.writeSchemaAndObject (/home/serkan/forked/hazelcast-nodejs-client/lib/serialization/compact/CompactStreamSerializer.js:99:27) at CompactStreamSerializer.writeObject (/home/serkan/forked/hazelcast-nodejs-client/lib/serialization/compact/CompactStreamSerializer.js:112:14) at...
There is known issue when "strictNullChecks" is `true` in typescript configuration. You will get an error in `EntryListener.d.ts` like the following: ``` node_modules/hazelcast-client/lib/proxy/EntryListener.d.ts:14:5 - error TS2411: Property 'mapEvicted' of type...
``` 1) CPSessionManagerTest CPProxySessionManager acquireSession: should consider permits when creating new session: Uncaught TypeError: Cannot read properties of undefined (reading 'invokeOnRandomTarget') at CPSessionManager.requestHeartbeat (lib\proxy\cpsubsystem\CPSessionManager.js:145:50) at D:\a\hazelcast-nodejs-client\hazelcast-nodejs-client\lib\proxy\cpsubsystem\CPSessionManager.js:160:26 at Timeout._onTimeout (lib\util\Util.js:255:9) at...
1) ClusterServiceTest should know when a member leaves cluster: Error: Timeout of 600000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves....