Skip to content

Conversation

@HemeraOne
Copy link
Contributor

I closed it previously as I encountered issues, however I had a git issue on the machine I was using it on and had resolved the merge conflict in a faulty way. I have done a few separate runs now and it works fine

@Manan007224
Copy link
Contributor

Manan007224 commented Jul 15, 2021

@HemeraOne I see in your previous PR you had encountered certain issues regarding running the ruby integration tests locally - #300 (comment). Looking at the logs it seems that there is an issue in the instally mysql2 gem in your environment.

If you're using macos, try to uninstall the mysql2 gem and then again install it using extra flags.
sudo gem install mysql2 -v '0.5.3' -- --with-ldflags=-L/usr/local/opt/openssl/lib --with-cppflags=-I/usr/local/opt/openssl/include

If you're on a linux based sytem try to search if someone has already encountered this issue before, as this is a known problem.

Also make sure your system uses the same ruby version as to what ghostferry integration tests are configured to use which is 2.7.3.

Lemme know if this problem still persists, then I can write an integration test and commit to this branch.

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

Successfully merging this pull request may close these issues.

2 participants