pat / thinking-sphinx

Sphinx/Manticore plugin for ActiveRecord/Rails
http://freelancing-gods.com/thinking-sphinx
MIT License
1.63k stars 470 forks source link

Mysql port in test configuration #1111

Closed atomical closed 6 years ago

atomical commented 6 years ago

Hi,

The documentation specifies 9307 for testing. Should it be 9306?

test:
  mysql41: 9307
pat commented 6 years ago

9307 is suggested for the test environment, because it's presumed you'll also have Sphinx running on the default port 9306 in your development environment on the same machine - and if you want to run tests that involve Sphinx, it's nice to not have to stop your development Sphinx daemon every time :)