Kristian,
Sorry for making it seem like I wasn't adressing the group but I thought it was Arjen posing the question about build hosts.
On a related note, I just got a netra 1u system I can put opensolaris on and configure. Do you have notes on configuring buildbot in addition to those found on your live journal site that you want me to follow? I'll start working on getting it running.
-Adam
On Dec 21, 2009 11:29 AM, <knielsen@knielsen-hq.org> wrote:
#At lp:maria
2785 knielsen@knielsen-hq.org 2009-12-21
Don't include the `innodb' suite in the list of default test suites.
This suite is for the innodb plugin, which we do not use in MariaDB
(we instead have XtraDB as default storage engine, which includes the
innodb plugin).
We have included the same tests in the main suite, so no point in
running them twice (and most of them are disabled anyway due to the
absense of the innodb plugin).
modified:
mysql-test/mysql-test-run.pl
=== modified file 'mysql-test/mysql-test-run.pl'
--- a/mysql-test/mysql-test-run.pl 2009-12-06 17:34:54 +0000
+++ b/mysql-test/mysql-test-run.pl 2009-12-21 16:26:36 +0000
@@ -126,7 +126,7 @@ my $path_config_file; # The ge
# executables will be used by the test suite.
our $opt_vs_config = $ENV{'MTR_VS_CONFIG'};
-my $DEFAULT_SUITES= "main,binlog,federated,rpl,innodb,maria,parts";
+my $DEFAULT_SUITES= "main,binlog,federated,rpl,maria,parts";
my $opt_suites;
our $opt_verbose= 0; # Verbose output, enable with --verbose
_______________________________________________ Mailing list: https://launchpad.net/~maria-develop...