* implement tests to tweak socket files behaviors and group config
* re-run checks
* better test coverage on UNIX_SOCKET_PATH and UNIX_SOCKET_GROUP usage
* create socker file as part of the tests
* replace @vlasky/whomst dependency to use a unix-standard way to get gid from group name
* ensure test cross-compatibility on unix/macos
* clean
* register cleanup
* ensure close properly the net server instantiated
* temporary comment a test to see if CI passes
* Revert "temporary comment a test to see if CI passes"
This reverts commit 22b6517860.
* verify if new test is the culprit
* establish port
* establish port
* silent one test to see if CI fixed
* activate other test within the testAsyncMulti as may be the culprit on CI failure
* try set permissions as well
* print /etc/group
* use travis group
* ensure use proper group on travis CI to fix tests
* silent get group info logs
---------
Co-authored-by: Denilson <denilsonh2014@gmail.com>