Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upInclude Comsat webactors framework #1719
Conversation
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
circlespainter
Sep 20, 2015
Contributor
It actually runs fine in my Vagrant env (tried with the latest ubuntu/trusty64 box but also previously) but it fails on CI; it looks like the java8 dependency can't be setup for some reason:
'ERROR: /toolset/setup/linux/languages/java8.sh: Command '\''sudo update-alternatives --set java $J7_HOME/jre/bin/java'\'' exited with status 2 (dependency=java8) (cwd=$FWROOT/installs)'
Setup comsat-webactors-servlet-tomcat: ERROR: /toolset/setup/linux/languages/java8.sh: Command 'sudo update-alternatives --set java $J7_HOME/jre/bin/java' exited with status 2 (dependency=java8) (cwd=$FWROOT/installs)
Do you see anything in the framework's build source that could cause this (apart from the dependency to java8 - which is there only because it's more performant, although the framework support java7 too)?
|
It actually runs fine in my Vagrant env (tried with the latest
Do you see anything in the framework's build source that could cause this (apart from the dependency to java8 - which is there only because it's more performant, although the framework support java7 too)? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
blee-techempower
Oct 21, 2015
Contributor
Localtest failed. ( http://sprunge.us/IOWX )
Please resolve the issue.
|
Localtest failed. ( http://sprunge.us/IOWX ) |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
circlespainter
Oct 25, 2015
Contributor
I have merged upstream's master and re-run successfully the following tests in the vagrant-development environment:
cd FrameworkBenchmarks
toolset/run-tests.py --mode verify --test comsat-webactors
toolset/run-tests.py --mode verify --test comsat-webactors-netty
toolset/run-tests.py --mode verify --test comsat-webactors-servlet-undertow
toolset/run-tests.py --mode verify --test comsat-webactors-servlet-jetty
toolset/run-tests.py --mode verify --test comsat-webactors-servlet-tomcat|
I have merged upstream's master and re-run successfully the following tests in the cd FrameworkBenchmarks
toolset/run-tests.py --mode verify --test comsat-webactors
toolset/run-tests.py --mode verify --test comsat-webactors-netty
toolset/run-tests.py --mode verify --test comsat-webactors-servlet-undertow
toolset/run-tests.py --mode verify --test comsat-webactors-servlet-jetty
toolset/run-tests.py --mode verify --test comsat-webactors-servlet-tomcat |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
circlespainter
Nov 26, 2015
Contributor
@blee-techempower Re-merged the most recent master and it still runs OK in vagrant-development but I still have a failure on CI (where, according to the message at the end of their build, other frameworks run fine because they haven't changed). The error says Usernames (e.g. --client-user, --runner-user, and --database-user) are required! and I could see that the run-ci.py script is indeed aborting if they're not defined (through benchmark.cfg or env variables if I understand correctly).
I tried to run them just as Travis would on my physical Mint box: I copied over and with the benchmark.cfg file in place (project root dir, I also replaced usernames with my own) they seem to succeed without problems. Not really sure if I should commit&push though, or with which settings exactly.
What am i missing in order to have Travis CI run OK too? Thanks.
|
@blee-techempower Re-merged the most recent master and it still runs OK in I tried to run them just as Travis would on my physical Mint box: I copied over and with the What am i missing in order to have Travis CI run OK too? Thanks. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
msmith-techempower
Dec 10, 2015
Member
@circlespainter We have recently fixed a lot of issues on Travis; please rebase from our latest master and push to have Travis-CI retest.
|
@circlespainter We have recently fixed a lot of issues on Travis; please rebase from our latest master and push to have Travis-CI retest. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
Rebased and squashed, now it builds ok. Thanks |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
Awesome! Both Travis-CI tests passed; LGTM! |
circlespainter commentedAug 7, 2015
Could you also help me with some questions https://groups.google.com/forum/#!topic/framework-benchmarks/Gujdipuua7Q?