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 upKelp framework fix #2427
Conversation
LadyMozzarella
added
the
PR: LGTM if Travis-CI agrees!
label
Dec 27, 2016
LadyMozzarella
merged commit ac0ce08
into
TechEmpower:master
Dec 27, 2016
1 check failed
continuous-integration/travis-ci/pr
The Travis CI build failed
Details
nbrady-techempower
deleted the
nbrady-techempower:perl-kelp
branch
Dec 28, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nbrady-techempower commentedDec 27, 2016
Kelp's two tests use the same
app.plfile which configures both databases. Because of this the mysql tests are failing without a mongo installation there. A quick fix here is to use one setup file that installs both db's. Would like to separate this out at some point.