mirror of
https://github.com/curl/curl.git
synced 2026-07-25 19:37:17 +03:00
improve synchronization between test harness runtests.pl script
and test harness servers to minimize risk of false test failures. http://curl.haxx.se/mail/lib-2008-04/0392.html
This commit is contained in:
parent
3783b455c0
commit
96edebf4d9
7 changed files with 132 additions and 7 deletions
|
|
@ -27,6 +27,8 @@ void logmsg(const char *msg, ...);
|
|||
|
||||
#define TEST_DATA_PATH "%s/data/test%ld"
|
||||
|
||||
#define SERVERLOGS_LOCK "log/serverlogs.lock"
|
||||
|
||||
/* global variable, where to find the 'data' dir */
|
||||
extern const char *path;
|
||||
|
||||
|
|
@ -53,4 +55,8 @@ int wait_ms(int timeout_ms);
|
|||
|
||||
int write_pidfile(const char *filename);
|
||||
|
||||
void set_advisor_read_lock(const char *filename);
|
||||
|
||||
void clear_advisor_read_lock(const char *filename);
|
||||
|
||||
#endif /* __SERVER_UTIL_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue