dafny icon indicating copy to clipboard operation
dafny copied to clipboard

Run the integration tests in a single process to detect usages of static state

Open keyboardDrummer opened this issue 3 years ago • 1 comments
trafficstars

The language server runs compilation multiple times using a single process. To test that such repeated executions in a single process work well together, it would be good to also do this while running integration tests.

Related issue: https://github.com/dafny-lang/dafny/issues/2945

Issue to help with CI problem: https://github.com/microsoft/vstest/issues/4376#issuecomment-1504905609

keyboardDrummer avatar Nov 17 '22 13:11 keyboardDrummer

Partially completed with https://github.com/dafny-lang/dafny/pull/3715

keyboardDrummer avatar May 16 '23 14:05 keyboardDrummer