Koha 3.18 beta released
A beta release of Koha 3.18 is now available for dowload. We encourage all users of Koha to download and test this beta prior to its release on November 28th. Debian packages for this beta will be available soon on the squeeze-dev repository. Koha 3.18.0 is a major release, that comes with many new features. This beta preview is released for testing purposes. Its use on production sites is discouraged. Draft release notes and download links can be found below. Share and enjoy (and test)! Download: http://koha-community.org/download-koha/ Draft release notes: http://koha-community.org/koha-3-18-beta-released/ Thanks everyone!
Tomas Cohen Arazi schreef op ma 17-11-2014 om 19:20 [+0000]:
Debian packages for this beta will be available soon on the squeeze-dev repository.
Any chance that the QA tools can be modified to do a test run without a database active, this has been happening a lot lately and right now is preventing a build of 3.18 beta: DBI connect('dbname=koha;host=localhost;port=3306','kohaadmin',...) failed: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) at /tmp/buildd/koha-3.17~git+20141118115103.6cd7c24c/blib/PERL_MODULE_DIR/C4/Context.pm line 785 # Failed test 'use C4::Message;' # at t/00-load.t line 33. # Tried to use 'C4::Message'. # Error: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) at /tmp/buildd/koha-3.17~git+20141118115103.6cd7c24c/blib/PERL_MODULE_DIR/C4/Context.pm line 785. # Compilation failed in require at /tmp/buildd/koha-3.17~git+20141118115103.6cd7c24c/blib/PERL_MODULE_DIR/C4/Letters.pm line 27. # BEGIN failed--compilation aborted at /tmp/buildd/koha-3.17~git+20141118115103.6cd7c24c/blib/PERL_MODULE_DIR/C4/Letters.pm line 27. # Compilation failed in require at /tmp/buildd/koha-3.17~git+20141118115103.6cd7c24c/blib/PERL_MODULE_DIR/C4/Message.pm line 25. # BEGIN failed--compilation aborted at /tmp/buildd/koha-3.17~git+20141118115103.6cd7c24c/blib/PERL_MODULE_DIR/C4/Message.pm line 25. # Compilation failed in require at t/00-load.t line 33. # BEGIN failed--compilation aborted at t/00-load.t line 33. Bailout called. Further testing stopped: ***** PROBLEMS LOADING FILE 'C4::Message' # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 255 just after 2. FAILED--Further testing stopped: ***** PROBLEMS LOADING FILE 'C4::Message' make[1]: *** [test_dynamic] Error 255 -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5FA7 4B49 1E4D CAA4 4C38 8505 77F5 B724 F871 3BDF
Does someone have an idea on how this test could be implemented? 2014-11-18 0:04 GMT+01:00 Robin Sheat <robin@catalyst.net.nz>:
Tomas Cohen Arazi schreef op ma 17-11-2014 om 19:20 [+0000]:
Debian packages for this beta will be available soon on the squeeze-dev repository.
Any chance that the QA tools can be modified to do a test run without a database active, this has been happening a lot lately and right now is preventing a build of 3.18 beta:
DBI connect('dbname=koha;host=localhost;port=3306','kohaadmin',...) failed: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) at /tmp/buildd/koha-3.17~git+20141118115103.6cd7c24c/blib/PERL_MODULE_DIR/C4/Context.pm line 785
# Failed test 'use C4::Message;' # at t/00-load.t line 33. # Tried to use 'C4::Message'. # Error: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) at /tmp/buildd/koha-3.17~git+20141118115103.6cd7c24c/blib/PERL_MODULE_DIR/C4/Context.pm line 785. # Compilation failed in require at /tmp/buildd/koha-3.17~git+20141118115103.6cd7c24c/blib/PERL_MODULE_DIR/C4/Letters.pm line 27. # BEGIN failed--compilation aborted at /tmp/buildd/koha-3.17~git+20141118115103.6cd7c24c/blib/PERL_MODULE_DIR/C4/Letters.pm line 27. # Compilation failed in require at /tmp/buildd/koha-3.17~git+20141118115103.6cd7c24c/blib/PERL_MODULE_DIR/C4/Message.pm line 25. # BEGIN failed--compilation aborted at /tmp/buildd/koha-3.17~git+20141118115103.6cd7c24c/blib/PERL_MODULE_DIR/C4/Message.pm line 25. # Compilation failed in require at t/00-load.t line 33. # BEGIN failed--compilation aborted at t/00-load.t line 33. Bailout called. Further testing stopped: ***** PROBLEMS LOADING FILE 'C4::Message' # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 255 just after 2. FAILED--Further testing stopped: ***** PROBLEMS LOADING FILE 'C4::Message' make[1]: *** [test_dynamic] Error 255
-- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5FA7 4B49 1E4D CAA4 4C38 8505 77F5 B724 F871 3BDF
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
Greetings, Jonathan already noticed bug 13274. I’ve signed off on your secondary patch. If someone could QA it, I think that would be a better fix. GPML, Mark Tompsett From: Jonathan Druart Sent: Tuesday, November 18, 2014 4:51 AM To: Robin Sheat Cc: koha-devel@lists.koha-community.org Subject: Re: [Koha-devel] Koha 3.18 beta released Does someone have an idea on how this test could be implemented? 2014-11-18 0:04 GMT+01:00 Robin Sheat <robin@catalyst.net.nz>: Tomas Cohen Arazi schreef op ma 17-11-2014 om 19:20 [+0000]:
Debian packages for this beta will be available soon on the squeeze-dev repository.
Any chance that the QA tools can be modified to do a test run without a database active, this has been happening a lot lately and right now is preventing a build of 3.18 beta [SNIP]
On 19/11/2014 2:34 am, "Mark Tompsett" <mtompset@hotmail.com> wrote:
Greetings,
Jonathan already noticed bug 13274. I’ve signed off on your secondary patch. If someone could QA it, I think
that would be a better fix.
That's a fix for the bug, however we want the qa tools to complain when these situations are created, so they don't make it into master. Jonathan, you could set a conf file that points to a non-existent db, and have qa tools run t/ with that, then back to the real conf for the rest. That should, in theory, do it. Chris Ch
GPML, Mark Tompsett
From: Jonathan Druart Sent: Tuesday, November 18, 2014 4:51 AM To: Robin Sheat Cc: koha-devel@lists.koha-community.org Subject: Re: [Koha-devel] Koha 3.18 beta released
Does someone have an idea on how this test could be implemented?
2014-11-18 0:04 GMT+01:00 Robin Sheat <robin@catalyst.net.nz>:
Tomas Cohen Arazi schreef op ma 17-11-2014 om 19:20 [+0000]:
Debian packages for this beta will be available soon on the squeeze-dev repository.
Any chance that the QA tools can be modified to do a test run without a database active, this has been happening a lot lately and right now is preventing a build of 3.18 beta
[SNIP]
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
participants (5)
-
Chris Cormack -
Jonathan Druart -
Mark Tompsett -
Robin Sheat -
Tomas Cohen Arazi