-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[Async TestKit] Convert Akka.Streams.Tests to async - FlowFlattenMergeSpec FlowGroupBySpec TimeoutsSpec #5963
Merged
Aaronontheweb
merged 43 commits into
akkadotnet:dev
from
Arkatufus:async_testkit/convert_Akka.Streams.Tests_Dsl.FlowFlattenMergeSpec
Jun 20, 2022
+1,338
−1,689
Merged
Changes from 41 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
474aba1
Convert Akka.Streams.Tests to async - FlowFlattenMergeSpec FlowGroupB…
Arkatufus b65dab1
Merge branch 'dev' into async_testkit/convert_Akka.Streams.Tests_Dsl.…
Arkatufus ec80aea
Fix FlowGroupBySpec
Arkatufus fc27a00
Merge branch 'async_testkit/convert_Akka.Streams.Tests_Dsl.FlowFlatte…
Arkatufus be0334b
Fix FlowFlattenMergeSpec
Arkatufus 894d87b
Fix AssertAllStagesStopped
Arkatufus 5072fc0
Add ShouldThrowWithin Task extension
Arkatufus a34de2c
Fix FutureFlattenSourceSpec
Arkatufus 9f131e0
Revert HubSpec to its original code
Arkatufus 7c645a6
Merge branch 'dev' into async_testkit/convert_Akka.Streams.Tests_Dsl.…
Arkatufus 5e3b8fc
Add ForEachAsync sink
Arkatufus 8933b4e
Remove extraneous async test functions, causes ambiguous function fin…
Arkatufus b11b147
Fix specs
Arkatufus 564c08d
Merge branch 'dev' into async_testkit/convert_Akka.Streams.Tests_Dsl.…
Arkatufus 87d4411
Update API verify list
Arkatufus 0caf627
Merge branch 'async_testkit/convert_Akka.Streams.Tests_Dsl.FlowFlatte…
Arkatufus 4d38ceb
Fix XML-Doc
Arkatufus 1316cca
Fix RestartSpec
Arkatufus 36eb3fa
fix stringify
Arkatufus e8cf58e
Fix FlowDelaySpec tests
Arkatufus d25b2d1
Rewrite FlowDelaySpec
Arkatufus 9df7d96
Fix HubSpec
Arkatufus ac08e4b
Fix HubSpec
Arkatufus 076f517
Merge branch 'dev' into async_testkit/convert_Akka.Streams.Tests_Dsl.…
Arkatufus 2b0bec9
Merge dev
Arkatufus 8eec0ba
Merge branch 'dev' into async_testkit/convert_Akka.Streams.Tests_Dsl.…
Arkatufus bb33268
Fix FlowDelaySpec, add epsilon
Arkatufus 5935a6b
Merge branch 'async_testkit/convert_Akka.Streams.Tests_Dsl.FlowFlatte…
Arkatufus 0596382
Merge branch 'dev' into async_testkit/convert_Akka.Streams.Tests_Dsl.…
Arkatufus 3c60e6d
Merge branch 'dev' into async_testkit/convert_Akka.Streams.Tests_Dsl.…
Arkatufus 36f2c53
Fix FlowDelaySpec timing problem.
Arkatufus e53807d
Merge branch 'dev' into async_testkit/convert_Akka.Streams.Tests_Dsl.…
Arkatufus c93e162
Add blamw flag to dotnet test
Arkatufus 1277654
Merge branch 'dev' into async_testkit/convert_Akka.Streams.Tests_Dsl.…
Arkatufus 861ec78
Fix OutputStreamSourceSpec deadlock bug
Arkatufus d9c69de
Merge branch 'dev' into async_testkit/convert_Akka.Streams.Tests_Dsl.…
Arkatufus 7e9850d
Fix LastSinkSpec
Arkatufus 32c3d0d
Merge branch 'async_testkit/convert_Akka.Streams.Tests_Dsl.FlowFlatte…
Arkatufus 619d2d3
Fix deadlock caused by WithinAsync and AwaitConditionAsync
Arkatufus 2d50cf9
Merge branch 'dev' into async_testkit/convert_Akka.Streams.Tests_Dsl.…
Arkatufus a9f5657
Merge branch 'dev' into async_testkit/convert_Akka.Streams.Tests_Dsl.…
Aaronontheweb 19950ee
Skip persistence performance test for SqLite for now.
Arkatufus 40c17fc
Merge branch 'async_testkit/convert_Akka.Streams.Tests_Dsl.FlowFlatte…
Arkatufus File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might as well keep this in here for the time being