loopback-connector-mysql/test
Ryan Graham a798377f98
test: skip cardinality, update sub_part
Index cardinality is actually a metric that is based on MySQL analyzing
the table contents, so its value here has more to do with whether the
tests are running against a new table, an old table, or whether it has
any data in it.

The Sub_part field is similarly unimportant for the purposes of these
tests since it refers to indexing internals based on data type and
partial indexing.

See: https://dev.mysql.com/doc/refman/5.5/en/show-index.html
2016-08-09 19:14:51 -07:00
..
connection.test.js test: use should for easier debugging 2016-08-09 11:25:39 -07:00
datatypes.test.js test: account for mysql version differences 2016-08-09 11:25:38 -07:00
imported.test.js insert/update copyright notices 2016-05-03 16:52:03 -07:00
init.js test: accept alternate test db credentials 2016-08-09 19:00:07 -07:00
migration.test.js test: skip cardinality, update sub_part 2016-08-09 19:14:51 -07:00
mocha.opts Move mocha args to test/mocha.opts 2013-12-13 10:27:33 -08:00
mysql.autoupdate.test.js insert/update copyright notices 2016-05-03 16:52:03 -07:00
mysql.discover.test.js test: match case with example/table.sql 2016-08-09 11:25:38 -07:00
mysql.test.js insert/update copyright notices 2016-05-03 16:52:03 -07:00
persistence-hooks.test.js insert/update copyright notices 2016-05-03 16:52:03 -07:00
transaction.promise.test.js insert/update copyright notices 2016-05-03 16:52:03 -07:00
transaction.test.js insert/update copyright notices 2016-05-03 16:52:03 -07:00