Paul Polishchuk
                                            Paul Polishchuk
                                        
                                    +1 moved common steps implementation to separate module and discovered these issue ...
Ups ... looks like it was dependency issue. Sorry for boring you :(
@harley84 Hi! I have a scenario for the issue: ``` @Given("the upper limit is set at for ") @When("the upper limit is set at for ") @Alias("the upper limit is...
@yegor256 First of all, I can't reproduce the issue. I have very weird issue with `libaio.so.1` (as I mentioned here https://github.com/jcabi/jcabi-mysql-maven-plugin/issues/43) The problem was very funny: looks like content of...
here is PR for review https://github.com/jcabi/jcabi-mysql-maven-plugin/pull/46
@yegor256 I'm sorry but I can't figure out what's the problem. Looks like `mysql-dist-5.6.21-linux-amd64.zip` partially unzipped or didn't unzip at all. Can't reproduce the issue on my local PC
@yegor256 Can't reproduce the issue on my local PC
@yegor256 This issue might be related to https://github.com/jcabi/jcabi-mysql-maven-plugin/issues/47
@yegor256 Windows version of `mysql_install_dp.pl` script search for `my-default.cnf` in following locations: - $basedir/my-default.cnf - $basedir/share/my-default.cnf - $basedir/share/mysql/my-default.cnf - $basedir/support-files/my-default.cnf where $basedir is $target\mysql-dist. But we specify absolute path to...
in version 0.7 we don't specify path for `my-default.cnf` In 0.7 we use `--no-defaults` In 0.8 we use `--defaults-file=%s` and get the issue