Commit Graph

5 Commits

Author SHA1 Message Date
Nacho Codoñer
232b8a8c8b OSS-459 Posix indirect dependency replacement (#13204)
* 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>
2024-07-10 12:18:41 +02:00
filipenevola
04b5d9b33c Fixes tests using writeFileSync without content 2021-01-14 11:50:15 -04:00
Hugh Willson
bcc0b1dfe4 ES2015 code tweaks; Adjust socket tests to be less platform specific. 2017-08-16 10:33:01 -04:00
Hugh Willson
1eb8c2db9a Remove socket file on exit. 2017-08-15 09:18:10 -04:00
Hugh Willson
3dac748d69 Always remove the configured socket file at startup 2017-08-14 14:19:13 -04:00