MySQL test failed #9

Closed
opened 2016-03-21 09:38:06 +00:00 by lunny · 0 comments
Owner

Author: @shenli

➜ mysql git:(master) ✗ ./mysql.sh
=== RUN TestMysql
[xorm] [info] 2016/03/21 17:37:00.205160 [sql] DROP DATABASE xorm_test
--- FAIL: TestMysql (0.00s)
mysql_test.go:21: Error 1049: Unknown database 'xorm_test'
=== RUN TestMysqlSameMapper
[xorm] [info] 2016/03/21 17:37:00.207381 [sql] DROP DATABASE xorm_test
--- FAIL: TestMysqlSameMapper (0.00s)
mysql_test.go:47: Error 1049: Unknown database 'xorm_test'
=== RUN TestMysqlGonicMapper
[xorm] [info] 2016/03/21 17:37:00.209214 [sql] DROP DATABASE xorm_test
--- FAIL: TestMysqlGonicMapper (0.00s)
mysql_test.go:74: Error 1049: Unknown database 'xorm_test'
=== RUN TestMysqlWithCache
[xorm] [info] 2016/03/21 17:37:00.211072 [sql] DROP DATABASE xorm_test
--- FAIL: TestMysqlWithCache (0.00s)
mysql_test.go:101: Error 1049: Unknown database 'xorm_test'
=== RUN TestMysqlWithCacheSameMapper
[xorm] [info] 2016/03/21 17:37:00.212708 [sql] DROP DATABASE xorm_test
--- FAIL: TestMysqlWithCacheSameMapper (0.00s)
mysql_test.go:127: Error 1049: Unknown database 'xorm_test'
FAIL
exit status 1
FAIL github.com/go-xorm/tests/mysql 0.014s

Author: @shenli ➜ mysql git:(master) ✗ ./mysql.sh === RUN TestMysql [xorm] [info] 2016/03/21 17:37:00.205160 [sql] DROP DATABASE xorm_test --- FAIL: TestMysql (0.00s) mysql_test.go:21: Error 1049: Unknown database 'xorm_test' === RUN TestMysqlSameMapper [xorm] [info] 2016/03/21 17:37:00.207381 [sql] DROP DATABASE xorm_test --- FAIL: TestMysqlSameMapper (0.00s) mysql_test.go:47: Error 1049: Unknown database 'xorm_test' === RUN TestMysqlGonicMapper [xorm] [info] 2016/03/21 17:37:00.209214 [sql] DROP DATABASE xorm_test --- FAIL: TestMysqlGonicMapper (0.00s) mysql_test.go:74: Error 1049: Unknown database 'xorm_test' === RUN TestMysqlWithCache [xorm] [info] 2016/03/21 17:37:00.211072 [sql] DROP DATABASE xorm_test --- FAIL: TestMysqlWithCache (0.00s) mysql_test.go:101: Error 1049: Unknown database 'xorm_test' === RUN TestMysqlWithCacheSameMapper [xorm] [info] 2016/03/21 17:37:00.212708 [sql] DROP DATABASE xorm_test --- FAIL: TestMysqlWithCacheSameMapper (0.00s) mysql_test.go:127: Error 1049: Unknown database 'xorm_test' FAIL exit status 1 FAIL github.com/go-xorm/tests/mysql 0.014s
This repo is archived. You cannot comment on issues.
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: xorm/tests#9
No description provided.