Sc ffead cpp#2173
Conversation
…ry location to resolve the failing tests
|
Finally the ffead-cpp and ffead-cpp-apache2 tests pass successfully, Can someone please check why the build still fails, the logs for the test run can be found at https://travis-ci.org/TechEmpower/FrameworkBenchmarks/jobs/148493112. @nbrady-techempower can you please look at this and get this merged as this PR has been open for a long time now :-) |
toolset/benchmark/benchmarker.py
Outdated
| sudo service postgresql restart | ||
| sudo service cassandra restart | ||
| /opt/elasticsearch/elasticsearch restart | ||
| sudo /etc/init.d/apache2 stop |
There was a problem hiding this comment.
Is there a reason why this is a stop and not a restart like the other services in this function?
There was a problem hiding this comment.
This line can be removed, it is not required anymore!
There was a problem hiding this comment.
Awesome. Could you push a fix removing the line? Other than that I'd say this is good to merge!
|
Thanks @sumeetchhetri! So it looks like what's causing Travis to mark the test as a fail is this line at the end: The command "time ./toolset/run-ci.py verify "$TESTDIR"" exited with 1. We're looking into why this is happening, so we're going to hold off on merging this in for a little bit. Sorry for the delay, we'll do our best to get it merged in as soon as we can! One thing that comes to mind is the |
|
I tried that already, having the ffead-cpp web folder anywhere else does not pass the travis test, it passed for me locally though. I had to go through several combinations to make travis pass my tests, moving the web folder to /var/www was the important one after disabling the default port Listen 80 of apache. |
|
Travis borked; this looks good to me; LGTM! |
Merged changes from (nbrady-techempower:ffead-cpp) #2161 and fixed the failing ffead-cpp-apache2 test.