← Back to team overview

enterprise-support team mailing list archive

[Bug 1424136] Re: "Table %s doesn't exist" error when trying to test a query

 

You must also invoke the random data generator, either before the test, or as a part of the call to runall.pl (which I do not see in the examples you have provided):
$ perl runall.pl \
   --basedir=/path/to/mysql/basedir \
   --gendata=conf/example.zz \ #<--- specifying which file gendata (the data generator) should use to prep for the test
   --grammar=conf/example.yy

Most test grammars are designed to run with a specific gendata file /
test bed.  The files are usually named or contain comments to indicate
which files go together

https://github.com/RQG/RQG-Documentation/wiki/RandomDataGenerator

I hope this helps.

** Changed in: randgen
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Server/Client Support Team, which is subscribed to MySQL.
Matching subscriptions: Ubuntu Server/Client Support Team
https://bugs.launchpad.net/bugs/1424136

Title:
  "Table %s doesn't exist" error when trying to test a query

To manage notifications about this bug go to:
https://bugs.launchpad.net/randgen/+bug/1424136/+subscriptions


References