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

Refactor functional tests to only one project and a command. #83

Closed
wants to merge 2 commits into from

Conversation

2m
Copy link
Contributor

@2m 2m commented Oct 15, 2015

Instead of a project per tests-case there is now one project, which has scalaSource setting set to a corresponding test-case source dir before a test is being run.

Also fixes #82 (sbt build now fails on a functional test fail)

@2m
Copy link
Contributor Author

2m commented Oct 15, 2015

PR validation failed because of #74

* instead of a project per tests-case there is now one project, which
  has scalaSource setting set to a corresponding test-case source dir
  before test is being run.
@2m 2m force-pushed the wip-function-tests-command branch from 2640e68 to 38162ed Compare October 15, 2015 16:03
@dotta
Copy link
Contributor

dotta commented Oct 19, 2015

@2m I believe this still needs work on your side, so it shouldn't be reviewed or merged just yet, should it?

@2m
Copy link
Contributor Author

2m commented Oct 20, 2015

Correct. Commit message indicates that it should not be merged just yet. It is fully functional, but because of lost parallelism, it is way slower than original functional tests implementation.

@2m
Copy link
Contributor Author

2m commented Oct 19, 2016

Situation has been improved with the latest sbt support for project generation from auto plugins and #130

@2m 2m closed this Oct 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

case-class-abstract-becomes-concrete-ok fails but sbt doesn't notice
3 participants