[Groonga-commit] [Still Failing] groonga/groonga#1820 (master - 3ad26e8)

Back to archive index

Travis CI notif****@travi*****
Mon May 27 12:45:03 JST 2013


Build Update for groonga/groonga
-------------------------------------

Build: #1820
Status: Still Failing

Duration: 9 minutes and 33 seconds
Commit: 3ad26e8 (master)
Author: Kouhei Sutou
Message: Fix a bug that daemonize doesn't work on OS X

We can't use kqueue() -> fork() -> kevent() sequence.
This change changes the sequence to fork() -> kqueue() -> kevent().

Why does this change introduce notification by pipe? Because we want
to avild the following shell scirpt:

    groonga --protocol http -d ${DB_PATH}
    sleep 3
    curl http://localhost:10041/d/status

We want to keep that "groonga command is retruned" means "groonga
server is readay".

[groonga-dev,01440]

Reported by Masahiro KONISHI. Thanks!!!

View the changeset: https://github.com/groonga/groonga/compare/80e8292e3a17...3ad26e8a0fde

View the full build log and details: https://travis-ci.org/groonga/groonga/builds/7523227

--

You can configure recipients for build notifications in your .travis.yml file. See http://about.travis-ci.org/docs/user/build-configuration


-------------- next part --------------
An HTML attachment was scrubbed...
Download 



More information about the Groonga-commit mailing list
Back to archive index