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 fail - boot_isolated_mysql_server missing #106

Closed
magaton opened this issue Sep 18, 2015 · 4 comments
Closed

Tests fail - boot_isolated_mysql_server missing #106

magaton opened this issue Sep 18, 2015 · 4 comments

Comments

@magaton
Copy link

magaton commented Sep 18, 2015

mvn clean install
DEBUG MysqlIsolatedServer - Booting server: /Users/agaton/maxwell/src/test/mysql_isolated_server/bin/boot_isolated_mysql_server -- --binlog_format=row --innodb_flush_log_at_trx_commit=1 --server_id=123123
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.008 sec <<< FAILURE!
com.zendesk.maxwell.SchemaCaptureTest Time elapsed: 0.007 sec <<< ERROR!
java.io.IOException: Cannot run program "/Users/agaton/maxwell/src/test/mysql_isolated_server/bin/boot_isolated_mysql_server": error=2, No such file or directory

@osheroff
Copy link
Collaborator

try git submodule init && git submodule update. But I'm also reworking a lot of the isolated server stuff, so I'll leave this issue open...

@magaton
Copy link
Author

magaton commented Sep 18, 2015

Thanks, I tried that but:
Running com.zendesk.maxwell.MaxwellIntegrationTest
DEBUG MysqlIsolatedServer - Booting server: /Users/agaton/maxwell/src/test/mysql_isolated_server/bin/boot_isolated_mysql_server -- --binlog_format=row --innodb_flush_log_at_trx_commit=1 --server_id=123123

hangs forever.
I am using JDK 1.8, but javac source and target are 1.7 per pom.xml
OSX Yosemite, MBP, 4 cores, 4GB heap size

@osheroff
Copy link
Collaborator

try running the command: /Users/agaton/maxwell/src/test/mysql_isolated_server/bin/boot_isolated_mysql_server -- --binlog_format=row --innodb_flush_log_at_trx_commit=1 --server_id=123123 by itself. It needs to find mysql_install_db and mysqld in your path somewhere...

@osheroff
Copy link
Collaborator

closing this issue, stuff should be better with the new utlitiy.

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

2 participants