question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

parallel even with parallel disabled

See original GitHub issue

original report

I have set

    parallelExecution in Test := false,
    parallelExecution in IntegrationTest := false,
    testForkedParallel in Test := false,
    testForkedParallel in IntegrationTest := false,

(this is actually environment specific, i.e. disable parallel runs on travis, but allow locally)

but ScalaTest WordSpecs that have the ParallelTestExecution mixin are still running out of order and apparently in parallel. e.g. https://travis-ci.org/ensime/ensime-server/builds/52494180

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Reactions:3
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

6reactions
fommilcommented, Mar 1, 2015

Aah, cool thanks! It seems bizarre that I have to explicitly disable an experimental feature.

0reactions
eed3si9ncommented, Mar 1, 2015

The experimental part I think is the fact that you can tweak the task parallelism within a single command execution.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Enable Parallel DML Mode
When parallel DML is disabled, no DML is executed in parallel even if the PARALLEL hint is used.
Read more >
Why parallel sessions are created even when i disable ...
When parallel DML is disabled, no DML will be executed in parallel even if the PARALLEL hint is used.
Read more >
Parallel DML - Oracle Parallel Processing [Book] - O'Reilly
You can execute parallel DDL statements and parallel SELECT statements in a session, regardless of whether parallel DML is enabled or disabled.
Read more >
How can I disable parallel queries in PostgreSQL?
So to disable the parallel query planning use, SET max_parallel_workers_per_gather = 0;. You can see that here, same query,
Read more >
Disabling parallel builds on solution level - MSDN - Microsoft
documents, that "A value of 0 causes all available processors to be utilized". With that setting projects themselves are still build in parallel ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found