Information schema tests end prematurely due to RQG regression
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Random Query Generator |
New
|
Undecided
|
Philip Stoev |
Bug Description
It seems that a change pushed October 1st has caused some kind of regression in the RQG. It is visible when using the information_
failure status STATUS_PERL_FAILURE (255)
Steps to reproduce:
export CODE=/path/to/mysql
perl runall.pl \
--grammar=
--threads=10 \
--duration=120 \
--reporters=
--basedir=$CODE \
--queries=1000
With the revision prior to this push, the test runs as expected.
The revision info for the commit that caused the change is:
-------
revno: 542.1.8
revision-id: philips@
parent: philips@
committer: eve <philips@eve>
branch nick: randgen-bugfixing
timestamp: Fri 2010-10-01 14:33:51 +0300
message:
Slightly improved the I_S metadata query so that tests with --threads=>10 have at least some chance to run before the end of the universe
modified:
lib/GenTest/
Diff currently at at http://
Philip, can you take a look at this (it was your push)?