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

Flaky test Microsoft.Dafny.LanguageServer.IntegrationTest.Synchronization.ProjectManagerDatabaseTest.ChangeAndUndoProjectWithMultipleFile #5550

Closed
MikaelMayer opened this issue Jun 10, 2024 · 1 comment
Labels
kind: language development speed Slows down development of Dafny the language, flaky tests

Comments

@MikaelMayer
Copy link
Member

Happened here:

https://github.com/dafny-lang/dafny/actions/runs/9453995964/job/26040585001?pr=5440

[xUnit.net 00:00:58.71]     Microsoft.Dafny.LanguageServer.IntegrationTest.Synchronization.ProjectManagerDatabaseTest.ChangeAndUndoProjectWithMultipleFiles [FAIL]
[xUnit.net 00:00:58.71]       Assert.NotEmpty() Failure
[xUnit.net 00:00:58.71]       Stack Trace:
[xUnit.net 00:00:58.71]         D:\a\dafny\dafny\dafny\Source\DafnyLanguageServer.Test\Synchronization\ProjectManagerDatabaseTest.cs(45,0): at Microsoft.Dafny.LanguageServer.IntegrationTest.Synchronization.ProjectManagerDatabaseTest.ChangeAndUndoProjectWithMultipleFiles()
[xUnit.net 00:00:58.71]         --- End of stack trace from previous location ---
fail: Microsoft.Dafny.Compilation[0]
      Caught error in statusUpdates observable.
      System.Exception: CheckerPool was already disposed
         at VC.CheckerPool.FindCheckerFor(Program program, Split split, CancellationToken cancellationToken)
         at Microsoft.Boogie.VerificationTask.StartRun(CancellationToken cancellationToken)+MoveNext()
         at Microsoft.Boogie.VerificationTask.StartRun(CancellationToken cancellationToken)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
         at System.Linq.AsyncEnumerable.ToObservableObservable`1.<>c__DisplayClass2_0.<<Subscribe>g__Core|0>d.MoveNext() in /_/Ix.NET/Source/System.Linq.Async/System/Linq/Operators/ToObservable.cs:line 50
  Failed Microsoft.Dafny.LanguageServer.IntegrationTest.Synchronization.ProjectManagerDatabaseTest.ChangeAndUndoProjectWithMultipleFiles [137 ms]
@MikaelMayer MikaelMayer added the kind: language development speed Slows down development of Dafny the language, flaky tests label Jun 10, 2024
@keyboardDrummer
Copy link
Member

Duplicate of #5510

@keyboardDrummer keyboardDrummer marked this as a duplicate of #5510 Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: language development speed Slows down development of Dafny the language, flaky tests
Projects
None yet
Development

No branches or pull requests

2 participants