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

Very long discovery step for package type run configuration #35

Open
ivanfrain opened this issue Jan 14, 2014 · 1 comment
Open

Very long discovery step for package type run configuration #35

ivanfrain opened this issue Jan 14, 2014 · 1 comment

Comments

@ivanfrain
Copy link

I am using scalatest from sbt in one of my scala project and everything works fine, meaning all my 31 tests runs in 5 seconds.
I have just installed scala ide and your awsome scalatest-eclipse-plugin and my tests are running in more than 14 seconds. 13 seconds out of these 14 seconds are spent in the discovery step. It happens even if I run the tests several times in a row.

More information about my environment/context:

  • Eclipse Standard/SDK
    Version: Kepler Service Release 1
    Build id: 20130919-0819
  • Scalatest Plugin version 2.9.3.v-3-2_10-201312120320
  • My 31 tests are in the same package: "my.company.tests" and I ran a package type scalatest configuration given this package name
@cheeseng
Copy link
Contributor

cheeseng commented Jun 6, 2014

interesting, the plugin actually is delegating the discovery to ScalaTest itself (by using -w and -m), i wonder what version of ScalaTest are you using?

sorry for replying, only see the list when i am trying to update the plugin yesterday, and only discovered that i am not 'watching' the project, thus no email notification received!
!

sorry for replying, only see the list when i am trying to update the plugin yesterday, and only discovered that i am not 'watching' the project, thus no email notification received!

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