I've been searching for too long now,
What's the delimiter used by PhpMyAdmin when creating procedures. I've
tried common ones like ;; // $ $$ and a few others, it will not accept
multi-statement ones.
Alec
Hi phpMyAdmin list,
I am working on some projects at work and on some personal projects and just wanted to say "hi". I'll be using phpMyAdmin for the project at work at the very least, and am interested in learning more.
Kind Regards,
Ben David
See <https://ci.phpmyadmin.net/job/phpMyAdmin/1315/>
------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building in workspace <https://ci.phpmyadmin.net/job/phpMyAdmin/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git://github.com/phpmyadmin/phpmyadmin.git # timeout=10
Fetching upstream changes from git://github.com/phpmyadmin/phpmyadmin.git
> git --version # timeout=10
> git fetch --tags --progress git://github.com/phpmyadmin/phpmyadmin.git +refs/heads/*:refs/remotes/origin/*
FATAL: Failed to fetch from git://github.com/phpmyadmin/phpmyadmin.git
hudson.plugins.git.GitException: Failed to fetch from git://github.com/phpmyadmin/phpmyadmin.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:647)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:889)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:914)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1265)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:622)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:528)
at hudson.model.Run.execute(Run.java:1759)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress git://github.com/phpmyadmin/phpmyadmin.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout:
stderr: fatal: unable to connect to github.com:
github.com[0: 192.30.252.130]: errno=Connection timed out
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1435)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1223)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:85)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:280)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:645)
... 10 more
Hi,
I tried https://github.com/phpmyadmin/phpmyadmin/pull/1450 and it works
fine for me.
Even if this is a new parser, the code won't affect anything but the new
Format option so I am in favor of merging it.
--
Marc Delisle | phpMyAdmin
I am not able to install PHPUnit or PHPUnit_Selenium in my ubuntu 14.04 lts
system. I tried and followed all the steps listed in the link
https://wiki.phpmyadmin.net/pma/TestingEnvironment
as well as all other sources, after it failed. I also tried and updated the
cache of channels. It seems to be some problem in the particular channel
pear.phpunit.de
but I couldn't understand it much. Any guidance is truly appreciated.
Thank you
See <https://ci.phpmyadmin.net/job/phpMyAdmin-4.3/230/changes>
Changes:
[Madhura Jayaratne] bug #4703 Unsaved schema page exported as pdf.pdf
------------------------------------------
Started by GitHub push by madhuracj
[EnvInject] - Loading node environment variables.
Building in workspace <https://ci.phpmyadmin.net/job/phpMyAdmin-4.3/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git://github.com/phpmyadmin/phpmyadmin.git # timeout=10
Fetching upstream changes from git://github.com/phpmyadmin/phpmyadmin.git
> git --version # timeout=10
> git fetch --tags --progress git://github.com/phpmyadmin/phpmyadmin.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/QA_4_3^{commit} # timeout=10
Checking out Revision 9524db89ce75bc816a2e1879959a028cc2138b79 (origin/QA_4_3)
> git config core.sparsecheckout # timeout=10
> git checkout -f 9524db89ce75bc816a2e1879959a028cc2138b79
> git rev-list 156856c5ff44f732b225f633ebea8e590d6c0c01 # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson922679863481877468.sh
+ ./scripts/generate-mo --quiet
po/pt_BR.po:2823: a format specification for argument 1 doesn't exist in 'msgstr'
msgfmt: found 1 fatal error
Error when compiling po/pt_BR.po
Build step 'Execute shell' marked build as failure
[CHECKSTYLE] Skipping publisher since build result is FAILURE
[JSLINT] Skipping publisher since build result is FAILURE
[PMD] Skipping publisher since build result is FAILURE
[DRY] Collecting duplicate code analysis files...
[DRY] Finding all files that match the pattern build/logs/pmd-cpd.xml
[DRY] Parsing 1 files in <https://ci.phpmyadmin.net/job/phpMyAdmin-4.3/ws/>
[DRY] Successfully parsed file <https://ci.phpmyadmin.net/job/phpMyAdmin-4.3/ws/build/logs/pmd-cpd.xml> of module with 10 warnings.
[DRY] Computing warning deltas based on reference build #228
[TASKS] Skipping publisher since build result is FAILURE
[ANALYSIS-COLLECTOR] Computing warning deltas based on reference build #228
Recording plot data
Publishing Clover coverage report...
No Clover report will be published due to a Build Failure
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing PHPUnit-3.x (default)
[xUnit] [INFO] - [PHPUnit-3.x (default)] - 1 test report file(s) were found with the pattern 'build/logs/junit.xml' relative to '<https://ci.phpmyadmin.net/job/phpMyAdmin-4.3/ws/'> for the testing framework 'PHPUnit-3.x (default)'.
[xUnit] [ERROR] - Test reports were found but not all of them are new. Did all the tests run?
* <https://ci.phpmyadmin.net/job/phpMyAdmin-4.3/ws/build/logs/junit.xml> is 1 day 7 hr old
[xUnit] [INFO] - Failing BUILD.
[xUnit] [INFO] - There are errors when processing test results.
[xUnit] [INFO] - Skipping tests recording.
[xUnit] [INFO] - Stop build.
[JDepend] JDepend plugin is ready
[JDepend] Found 2120 classes in 255 packages