Failed tests:
Test2476.testGeolocPrivacy:375 Geoloc message received! Privacy list doesn't works! expected [false] but found [true]
Test2783.testContactPrivacy2:193 Server should return error! expected:<error> but was:<result>
Test3649.testContactPrivacy:88->AbstractTest.sendIq:858 IQ id=JI48kO failed!
Problem was with matching JIDs, I've included same fix as in JabberIqPrivacy, which fixed the issue.
I've also decreased number of monitoring items (12 times) and decreased number of opened connections as the nodes were almost running of memory - well, second one did run out of memory:
Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x00000000d4896000, 45625344, 0) failed; error='Cannot allocate memory' (errno=12)
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 45625344 bytes for committing reserved memory.
# An error report file with more information is saved as:
# /home/tigase/tigase-server-7.1.0-SNAPSHOT-b4337/hs_err_pid7703.log
Recently PrivacyList related issues are failing:
Possibly related to: #4524