-
Notifications
You must be signed in to change notification settings - Fork 135
Refactor observable tester #213
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
Conversation
I see that the tests fail with the same timeout error as in my PR. |
src/GraphQL.Client.Abstractions.Websocket/GraphQL.Client.Abstractions.Websocket.csproj
Outdated
Show resolved
Hide resolved
tests/GraphQL.Client.Tests.Common/FluentAssertions.Reactive/FluentTestObserver.cs
Show resolved
Hide resolved
tests/GraphQL.Client.Tests.Common/FluentAssertions.Reactive/FluentTestObserver.cs
Show resolved
Hide resolved
tests/GraphQL.Client.Tests.Common/FluentAssertions.Reactive/ObservableAssertions.cs
Outdated
Show resolved
Hide resolved
tests/GraphQL.Client.Tests.Common/FluentAssertions.Reactive/ObservableAssertions.cs
Outdated
Show resolved
Hide resolved
tests/GraphQL.Client.Tests.Common/FluentAssertions.Reactive/ObservableAssertions.cs
Outdated
Show resolved
Hide resolved
tests/GraphQL.Client.Tests.Common/FluentAssertions.Reactive/ObservableAssertions.cs
Outdated
Show resolved
Hide resolved
tests/GraphQL.Client.Tests.Common/FluentAssertions.Reactive/ObservableExtensions.cs
Outdated
Show resolved
Hide resolved
remove excess newlines Co-Authored-By: Ivan Maximov <[email protected]>
Results are much better when asserting the observables asynchronously, but there is still at lease one test failing. It's not always the same test that fails! |
Finally getting consistent results on my development machine and in GitHub Actions... |
The I'm going to merge this (including a fix for #87) to allow this repo to progress. Still hoping for someone to come around and point me to the issue in the test... 🙄 |
Overhaul the observable test helper classes