linux-traipu team mailing list archive
-
linux-traipu team
-
Mailing list archive
-
Message #00592
[Bug 799002] Re: PBMS test fails on Fedora 15 i386
*** This bug is a duplicate of bug 796729 ***
https://bugs.launchpad.net/bugs/796729
I did a manual build and got the same failure again. This time I
grabbed the basic.log:
$ cat /home/wdierkes/packages/drizzle/pkg-drizzle/drizzle7-stable.rpm/BUILD/drizzle7-2011.03.13/tests/var/log/basic.log
CREATE TABLE t1 (a int primary key, b blob);
insert into t1 values (1, "Hello World");
Please let me know what other info might be helpful. This is Fedora 15 x86_64 fully updated.
--
You received this bug notification because you are a member of UBUNTU -
AL, which is subscribed to Drizzle.
https://bugs.launchpad.net/bugs/799002
Title:
PBMS test fails on Fedora 15 i386
Status in A Lightweight SQL Database for Cloud Infrastructure and Web Applications:
New
Bug description:
Getting this failure on Fedora 15 i386 only.
pbms.basic [ fail ]
drizzletest: At line 6: query 'insert into t1 values (1, "Hello World")' failed: 1030: Got error 1700 from storage engine
The result from queries just before the failure was:
CREATE TABLE t1 (a int primary key, b blob);
insert into t1 values (1, "Hello World");
More results from queries before failure can be found in /builddir/build/BUILD/drizzle7-2011.03.13/tests/var/log/basic.log
Stopping All Servers
Restoring snapshot of databases
Resuming Tests
More info to follow after some testing.
To manage notifications about this bug go to:
https://bugs.launchpad.net/drizzle/+bug/799002/+subscriptions
References