source: trunk/UNIT_TESTER/sok/README

Last change on this file was 15583, checked in by westram, 8 years ago
  • if jenkins-project-name is 13 chars or more, osx-unit-tests fail because socket-name is too long:
    (Reason: Failed to create unix socket: "/private/var/tmp/jenkins/workspace/ARB-feature-3/MODE/NDEBUG/TGT/osx/UNIT_TESTER/sockets/dbserver.socket" is longer than the allowed 104 characters)
    
    • shorten socket-directory UNIT_TESTER/socketsUNIT_TESTER/sok
File size: 334 bytes
Line 
1
2This directory is a good place for sockets used by unit-tests.
3
4Note: OSX socket names are limited to 104 characters
5      => do not define too long socket names
6      ("dbserver.socket" is already near the limit)
7
8
9List of currently used sockets:
10
11        dbserver.socket
12        pt.socket
13        ptgene.socket
14        test.socket
Note: See TracBrowser for help on using the repository browser.