Ukigumo-Agent [master](99fc32ee96) SUCCESS

Compare: https://github.com/ukigumo/Ukigumo-Agent/compare/8eb3b3f201b5...99fc32ee9636

Elapsed Time: 25 sec

  • 99fc32e moznion: Checking in changes prior to tagging of version v0.1.6.

_ [2014-05-02 12:52] [master] ukigumo-client 0.30
_ [2014-05-02 12:52] [master] start testing : https://github.com/ukigumo/Ukigumo-Agent master
_ [2014-05-02 12:52] [master] working directory : /tmp/Ukigumo-Agent/master
_ [2014-05-02 12:52] [master] run vc : Ukigumo::Client::VC::Git
_ [2014-05-02 12:52] [master] workdir is /tmp/Ukigumo-Agent/master
_ [2014-05-02 12:52] [master] command: git pull -f origin master
_ From https://github.com/ukigumo/Ukigumo-Agent
_  * branch            master     -> FETCH_HEAD
_    8eb3b3f..99fc32e  master     -> origin/master
_ Updating 8eb3b3f..99fc32e
_ Fast-forward
_  Changes                    |  4 ++++
_  META.json                  |  2 +-
_  lib/Ukigumo/Agent.pm       |  2 +-
_  t/manager/run_job/normal.t | 17 +++++++++++++++--
_  4 files changed, 21 insertions(+), 4 deletions(-)
_ [2014-05-02 12:52] [master] command: git submodule init
_ [2014-05-02 12:52] [master] command: git submodule update
_ [2014-05-02 12:52] [master] command: git clean -dxf
_ Removing extlib
_ [2014-05-02 12:52] [master] command: git status
_ # On branch master
_ nothing to commit, working directory clean
_ [2014-05-02 12:52] [master] [before_install] cpanm -L $HOME/.ukigumo/ukigumo-agent/extlib --installdeps -n .
_ [2014-05-02 12:52] [master] [install] ln -s $HOME/.ukigumo/ukigumo-agent/extlib ./extlib
_ [2014-05-02 12:52] [master] run executor : Ukigumo::Client::Executor::Command
_ [2014-05-02 12:52] [master] command: prove -lrv -Iextlib/lib/perl5 t
_ 
_ [12:52:28] ==> t/00_compile.t <===================
_ 
_   use Ukigumo::Agent;
_   use Ukigumo::Agent::Dispatcher;
_   use Ukigumo::Agent::View;
_   use Ukigumo::Agent::Manager;
_ 
_ ok
_ ok     1140 ms
_ 
_ [12:52:29] ==> t/01_root.t <======================
_ 
_ http://127.0.0.1:50791/
_ 127.0.0.1 - - [02/May/2014:12:52:30 +0900] "GET / HTTP/1.1" 200 1696 "-" "libwww-perl/6.06"
_     L11: is $res->code, 200;
_ 
_ ok
_ ok     1156 ms
_ 
_ [12:52:30] ==> t/02_github_hook_endpoint.t <======
_ 
_ http://127.0.0.1:50361/
_ 2014-05-02T12:52:31 [INFO] playload: {"repository":{"url":"127.0.0.1/repos"},"ref":"refs/heads/branch"} at /tmp/Ukigumo-Agent/master/t/../lib/Ukigumo/Agent/Dispatcher.pm line 50
_ 127.0.0.1 - - [02/May/2014:12:52:31 +0900] "POST /api/github_hook HTTP/1.1" 200 2 "-" "libwww-perl/6.06"
_     L26: is $res->code, 200;
_ 
_ ok
_ ok      633 ms
_ 
_ [12:52:31] ==> t/03_enqueue.t <===================
_ 
_ http://127.0.0.1:50582/
_   normal
_ 127.0.0.1 - - [02/May/2014:12:52:31 +0900] "POST /api/v0/enqueue HTTP/1.1" 200 2 "-" "libwww-perl/6.06"
_         L25: is $res->code, 200;
_   validation error
_       branch is missing
_ 127.0.0.1 - - [02/May/2014:12:52:31 +0900] "POST /api/v0/enqueue HTTP/1.1" 400 96 "-" "libwww-perl/6.06"
_             L36: is $res->code, 400;
_       repository is missing
_ 127.0.0.1 - - [02/May/2014:12:52:32 +0900] "POST /api/v0/enqueue HTTP/1.1" 400 104 "-" "libwww-perl/6.06"
_             L46: is $res->code, 400;
_ 
_ ok
_ ok      556 ms
_ 
_ [12:52:32] ==> t/logger.t <=======================
_ 
_   infof
_         L15: like $got, qr!\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2} \[INFO] foo bar at t/logger.t line 14!;
_   warnf
_         L20: like $got, qr!\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2} \[WARN] foo bar at t/logger.t line 19!;
_ 
_ ok
_ ok      107 ms
_ 
_ [12:52:32] ==> t/manager/job_queue.t <============
_ 
_   register_job
_       single child
_             L31: is $manager->register_job('foo'), 'running';
_             L32: is $manager->register_job('bar'), 'pushed';
_             L33: is $manager->register_job('buz'), 'pushed';
_             L34: is_deeply $manager->{job_queue}, ['bar', 'buz'];
_       multi children
_             L45: is $manager->register_job('foo'), 'running';
_             L46: is $manager->register_job('bar'), 'running';
_             L47: is $manager->register_job('buz'), 'running';
_             L48: is $manager->register_job('qux'), 'pushed';
_             L49: is_deeply $manager->{job_queue}, ['qux'];
_ 
_ ok
_ ok      193 ms
_ 
_ [12:52:32] ==> t/manager/run_job/exceptional.t <==
_ 
_   exceptional
_       client died
_             L67: like $got, qr!
_       lack arguments
_             L81: ok $@;
_             L84: ok $@;
_             L87: ok $@;
_ 
_ ok
_ ok     1262 ms
_ 
_ [12:52:33] ==> t/manager/run_job/normal.t <=======
_ 
_   normal case
_       single child
_             L73: like $got, qr/
_       multi children
_             L119: like $got, qr/(?:
_             L148: ok 1;
_ 
_ ok
_ ok     7320 ms
_ 
_ [12:52:40] ==> t/manager/run_job/timeout.t <======
_ 
_   timeout
_         L76: like $got, qr/
_ 
_ ok
_ ok     7271 ms
_ [12:52:48]
_ All tests successful.
_ Files=9, Tests=9, 20 wallclock secs ( 0.06 usr  0.02 sys +  2.32 cusr  0.49 csys =  2.89 CPU)
_ Result: PASS
_ [2014-05-02 12:52] [master] finished testing : 1