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

OS X Firewall dialogue #6

Open
montaro opened this issue Nov 6, 2014 · 2 comments
Open

OS X Firewall dialogue #6

montaro opened this issue Nov 6, 2014 · 2 comments

Comments

@montaro
Copy link

montaro commented Nov 6, 2014

Every test suite running the Mac OS X firewall pops up a dialogue to allow the connection, have you any clues how to get rid of this dialogue?

@ubourdon
Copy link
Member

ubourdon commented Nov 7, 2014

Hi,
I prog under Mac OS X and i haven't this issue.
I don't think mongo embed database use login/mdp to run.
Post an example of code which fail on your macos X for i can see more.

@montaro
Copy link
Author

montaro commented Nov 7, 2014

Do you have the Firewall ON?

The Firewall dialogue contains this extract-e75b0e8a-60a7-4e7c-beab-5e8765c2e7cdmongod and this ID changes with every test run.

This is the base class for spec test classes

abstract class BaseActorSpecWithMongoDB extends BaseActorSpec with MongoEmbedDatabase with BeforeAndAfterAll {
  private var mongoProps: MongodProps = null

  override def beforeAll() = {
    mongoProps = mongoStart()
    super.beforeAll()
  }

  override def afterAll() = {
    mongoStop(mongoProps)
    super.afterAll()
  }

}

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