-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add 'socket' param to override mysql socket location #51
Conversation
what fails on Fedora? can you report a bug about it? in the mean time, please run |
I'll try to collect something meaningful for a bug report about the tests. It seems to download a lot of Maven artifacts from Maven Central every single time, so it's taking a while. I ran
All of that happens on master, even before I check out this branch with my changes. |
Looks like you're using an old version of Maven. Try 3.2+ |
Oh right. I'll try that. Mind if I add this to pom.xml?
On 3 December 2014 at 17:43, Yegor Bugayenko [email protected]
|
I've just realised I had the wrong branch, but master branch has these
Configuration. (see http://www.jcabi.com/jcabi-aspects/jsr-303.html)
/src/it/parallel/src/test/java/com/jcabi/ParallelITCase.java[53]: Private On 3 December 2014 at 16:52, Yegor Bugayenko [email protected]
|
[ERROR] /src/main/java/com/jcabi/mysql/maven/plugin/Instances.java[178]: Name 'socketFile' must match pattern '^[a-z]{3,}$'. (ParameterNameCheck) Does this mean you only want one word |
Yes, add that I'll check the master branch now... Should be clean.
|
Actually |
By the way, would you prefer I amended the original commit, or added a commit with the changes? |
let's call it |
Thanks. Would you prefer I merge master in, or rebase?
|
Just merge it in, with |
This is now passing @yegor256 Assuming you merge it, how soon is the next release likely to be? |
@rultor merge |
@yegor256 Do you want me to downgrade the required Maven to 3.2.2, or will you upgrade Maven on rultor? |
let's change pom.xml file, it'll be easier and we don't need 3.2.3. any 3.2.x is enough |
I should have used maven.version anyway (it's 3.2.1). |
@rultor merge again |
@rultor try to merge again |
@yegor256 It's saying "No space left on device" - have you got any control over that? |
@seanf that's really weird... I'm investigating now... |
@rultor try to merge again |
hm.. it's a mystery. the server has enough space... I'll try to do something now |
it's an issue with docker, it gives us only 10Gb disc quota by default. I'm working on it now: yegor256/rultor#669 |
@rultor merge again |
@rultor try to merge again |
See #10 and #50
Note: I haven't been able to run
mvn clean install -Pqulice
because the tests don't work on my machine (Fedora 20).