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

tests don't work on mac os catalina #894

Closed
christophsturm opened this issue Apr 24, 2020 · 3 comments
Closed

tests don't work on mac os catalina #894

christophsturm opened this issue Apr 24, 2020 · 3 comments

Comments

@christophsturm
Copy link

christophsturm commented Apr 24, 2020

running the test suite fails with this stack trace

org.jetbrains.exposed.DefaultsTest > testDefaultsWithExplicit01 STANDARD_ERROR
    Exception in thread "driver_launched_mysqld_1" com.mysql.management.util.WrappedException: java.io.IOException: Cannot run program "/private/var/folders/99/084s2g6s4pbgwr4_46ysxms80000gn/T/test-c.mxj/mysql-c.mxj/bin/mysqld": error=86, Bad CPU type in executable
        at com.mysql.management.util.Exceptions.toRuntime(Exceptions.java:55)
        at com.mysql.management.util.Exceptions$Block.exec(Exceptions.java:89)
        at com.mysql.management.util.RuntimeI$Default.exec(RuntimeI.java:180)
        at com.mysql.management.util.Shell$Default.run(Shell.java:140)
        at java.base/java.lang.Thread.run(Thread.java:835)

the reason is proably that catalina dropped support for 32 bit executables.

this is also mentioned here: #804

@christophsturm
Copy link
Author

the problem probably lies in mysql-connector-mxj, and is not so easy to fix because mysql-connector-mxj had its latest release in 2011

@KushalP
Copy link
Contributor

KushalP commented Jul 8, 2020

This can now be closed because #957 is merged.

@Tapac Tapac closed this as completed Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants