Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

travis-ci build broken #1830

Closed
jim-parry opened this issue Mar 14, 2019 · 4 comments
Closed

travis-ci build broken #1830

jim-parry opened this issue Mar 14, 2019 · 4 comments
Assignees
Labels
bug Verified issues on the current code behavior or pull requests that will fix them

Comments

@jim-parry
Copy link
Contributor

Some recently merged PR breaks travis-ci for mysql & php7.2/7.3

202 errors, all basically

1) FeatureTestCaseTest::testCallGet
**mysqli_sql_exception: Incorrect table definition; there can be only one auto column and it must be defined as a key**
/home/travis/build/codeigniter4/CodeIgniter4/system/Database/MySQLi/Connection.php:325
/home/travis/build/codeigniter4/CodeIgniter4/system/Database/BaseConnection.php:705
/home/travis/build/codeigniter4/CodeIgniter4/system/Database/BaseConnection.php:633
/home/travis/build/codeigniter4/CodeIgniter4/system/Database/Forge.php:483
/home/travis/build/codeigniter4/CodeIgniter4/tests/_support/Database/Migrations/20160428212500_Create_test_tables.php:102
/home/travis/build/codeigniter4/CodeIgniter4/system/Database/MigrationRunner.php:282
/home/travis/build/codeigniter4/CodeIgniter4/system/Database/MigrationRunner.php:328
/home/travis/build/codeigniter4/CodeIgniter4/system/Test/CIDatabaseTestCase.php:186
/home/travis/build/codeigniter4/CodeIgniter4/tests/system/Test/FeatureTestCaseTest.php:14

Oops?
See https://travis-ci.org/codeigniter4/CodeIgniter4/builds/506112271

@jim-parry jim-parry added the bug Verified issues on the current code behavior or pull requests that will fix them label Mar 14, 2019
@atishhamte
Copy link
Contributor

Is this fixed?

@lonnieezell
Copy link
Member

I have not had an opportunity to fix just yet.

@atishhamte
Copy link
Contributor

I have fixed the issue.

@atishhamte
Copy link
Contributor

Close this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Verified issues on the current code behavior or pull requests that will fix them
Projects
None yet
Development

No branches or pull requests

3 participants