Roundup Tracker - Issues

Message5684

Author rouilj
Recipients jerrykan, rouilj
Date 2016-06-29.22:07:58
Message-id <1467238079.06.0.992581545299.issue2550910@psf.upfronthosting.co.za>
In-reply-to
Sigh, John looks like your fix broke something else.
I just ran a full test before checkin in some additional tests I
developed and I see:

test/test_mysql.py::mysqlSchemaTest::test_removeClassKey <-
test/db_test_base.py SKIPPED
test/test_mysql.py::mysqlSchemaTest::test_removeMultilink <-
test/db_test_base.py SKIPPED
test/test_mysql.py::mysqlSchemaTest::test_reservedProperties <-
test/db_test_base.py SKIPPED
test/test_mysql.py::mysqlClassicInitTest::testCreation <-
test/db_test_base.py FAILED
test/test_mysql.py::mysqlConcurrencyTest::testConcurrency <-
test/db_test_base.py FAILED

I don't have mysql running, and for a while it properly skips things
then .....

Are you running a full test suite when trying to validate
run_tests, or were you following my lead and only running the
indexer stuff?
History
Date User Action Args
2016-06-29 22:07:59rouiljsetmessageid: <1467238079.06.0.992581545299.issue2550910@psf.upfronthosting.co.za>
2016-06-29 22:07:59rouiljsetrecipients: + rouilj, jerrykan
2016-06-29 22:07:59rouiljlinkissue2550910 messages
2016-06-29 22:07:58rouiljcreate