hazelcast / hazelcast/hazelcast-python-client
test_invalidate_single_key
- Dominant language
- Python
- Stars
- 116
- Forks
- 78
- Avg merge
- 10d 22h
- Merged PRs (30d)
- 1
Description
Failed on backward compatibility tests against 4.2.2 enterprise server
```
Traceback (most recent call last):
File "/home/runner/work/client-compatibility-test/client-compatibility-test/master/tests/integration/backward_compatible/proxy/map_nearcache_test.py", line 70, in test_invalidate_single_key
self.assertTrueEventually(assertion)
File "/home/runner/work/client-compatibility-test/client-compatibility-test/master/tests/base.py", line 77, in assertTrueEventually
six.reraise(*exc_info)
File "/home/runner/work/client-compatibility-test/client-compatibility-test/master/hazelcast/six.py", line 714, in reraise
raise value
File "/home/runner/work/client-compatibility-test/client-compatibility-test/master/tests/base.py", line 68, in assertTrueEventually
assertion()
File "/home/runner/work/client-compatibility-test/client-compatibility-test/master/tests/integration/backward_compatible/proxy/map_nearcache_test.py", line 68, in assertion
self.assertEqual(len(self.map._near_cache), 9)
AssertionError: 10 != 9
```
Contributor guide
Assessment
This issue has not been assessed yet.