Merge pull request #3835 from cunei/wip-disable-fork-parallel

Keep "tests/fork-parallel" disabled, but add an explanation
This commit is contained in:
eugene yokota 2018-01-02 15:09:36 -05:00 committed by GitHub
commit 8ac280e094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 2 deletions

View File

@ -1,8 +1,19 @@
# https://github.com/sbt/sbt/issues/3545
# The tests/fork-parallel test will currently always
# report success when run on less than four cores,
# rather than failing in one of the two cases as expected.
# TODO: Adjust this scripted test so that it works as
# intended on less than four cores as well.
# To debug, it is possible to limit the number of cores
# reported to sbt, and run the test, by using:
# taskset 0x00000003 sbt 'scripted tests/fork-parallel'
# See: https://github.com/sbt/sbt/issues/3545
# This bit won't currently work when using less than four cores.
# > test
# -> check
> clean
> set testForkedParallel := true
> test
> check
> check