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

[Async TestKit] Convert Akka.Streams.Tests to async - FlowFlattenMergeSpec FlowGroupBySpec TimeoutsSpec #5963

Merged
Changes from 1 commit
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 May 25, 2022
b65dab1
Merge branch 'dev' into async_testkit/convert_Akka.Streams.Tests_Dsl.…
Arkatufus May 25, 2022
ec80aea
Fix FlowGroupBySpec
Arkatufus May 25, 2022
fc27a00
Merge branch 'async_testkit/convert_Akka.Streams.Tests_Dsl.FlowFlatte…
Arkatufus May 25, 2022
be0334b
Fix FlowFlattenMergeSpec
Arkatufus May 25, 2022
894d87b
Fix AssertAllStagesStopped
Arkatufus May 25, 2022
5072fc0
Add ShouldThrowWithin Task extension
Arkatufus May 25, 2022
a34de2c
Fix FutureFlattenSourceSpec
Arkatufus May 25, 2022
9f131e0
Revert HubSpec to its original code
Arkatufus May 25, 2022
7c645a6
Merge branch 'dev' into async_testkit/convert_Akka.Streams.Tests_Dsl.…
Arkatufus May 31, 2022
5e3b8fc
Add ForEachAsync sink
Arkatufus Jun 1, 2022
8933b4e
Remove extraneous async test functions, causes ambiguous function fin…
Arkatufus Jun 1, 2022
b11b147
Fix specs
Arkatufus Jun 1, 2022
564c08d
Merge branch 'dev' into async_testkit/convert_Akka.Streams.Tests_Dsl.…
Arkatufus Jun 1, 2022
87d4411
Update API verify list
Arkatufus Jun 2, 2022
0caf627
Merge branch 'async_testkit/convert_Akka.Streams.Tests_Dsl.FlowFlatte…
Arkatufus Jun 2, 2022
4d38ceb
Fix XML-Doc
Arkatufus Jun 2, 2022
1316cca
Fix RestartSpec
Arkatufus Jun 2, 2022
36eb3fa
fix stringify
Arkatufus Jun 2, 2022
e8cf58e
Fix FlowDelaySpec tests
Arkatufus Jun 3, 2022
d25b2d1
Rewrite FlowDelaySpec
Arkatufus Jun 3, 2022
9df7d96
Fix HubSpec
Arkatufus Jun 3, 2022
ac08e4b
Fix HubSpec
Arkatufus Jun 3, 2022
076f517
Merge branch 'dev' into async_testkit/convert_Akka.Streams.Tests_Dsl.…
Arkatufus Jun 3, 2022
2b0bec9
Merge dev
Arkatufus Jun 3, 2022
8eec0ba
Merge branch 'dev' into async_testkit/convert_Akka.Streams.Tests_Dsl.…
Arkatufus Jun 6, 2022
bb33268
Fix FlowDelaySpec, add epsilon
Arkatufus Jun 6, 2022
5935a6b
Merge branch 'async_testkit/convert_Akka.Streams.Tests_Dsl.FlowFlatte…
Arkatufus Jun 6, 2022
0596382
Merge branch 'dev' into async_testkit/convert_Akka.Streams.Tests_Dsl.…
Arkatufus Jun 6, 2022
3c60e6d
Merge branch 'dev' into async_testkit/convert_Akka.Streams.Tests_Dsl.…
Arkatufus Jun 7, 2022
36f2c53
Fix FlowDelaySpec timing problem.
Arkatufus Jun 8, 2022
e53807d
Merge branch 'dev' into async_testkit/convert_Akka.Streams.Tests_Dsl.…
Arkatufus Jun 10, 2022
c93e162
Add blamw flag to dotnet test
Arkatufus Jun 10, 2022
1277654
Merge branch 'dev' into async_testkit/convert_Akka.Streams.Tests_Dsl.…
Arkatufus Jun 12, 2022
861ec78
Fix OutputStreamSourceSpec deadlock bug
Arkatufus Jun 16, 2022
d9c69de
Merge branch 'dev' into async_testkit/convert_Akka.Streams.Tests_Dsl.…
Arkatufus Jun 16, 2022
7e9850d
Fix LastSinkSpec
Arkatufus Jun 16, 2022
32c3d0d
Merge branch 'async_testkit/convert_Akka.Streams.Tests_Dsl.FlowFlatte…
Arkatufus Jun 16, 2022
619d2d3
Fix deadlock caused by WithinAsync and AwaitConditionAsync
Arkatufus Jun 17, 2022
2d50cf9
Merge branch 'dev' into async_testkit/convert_Akka.Streams.Tests_Dsl.…
Arkatufus Jun 17, 2022
a9f5657
Merge branch 'dev' into async_testkit/convert_Akka.Streams.Tests_Dsl.…
Aaronontheweb Jun 20, 2022
19950ee
Skip persistence performance test for SqLite for now.
Arkatufus Jun 20, 2022
40c17fc
Merge branch 'async_testkit/convert_Akka.Streams.Tests_Dsl.FlowFlatte…
Arkatufus Jun 20, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add blamw flag to dotnet test
Arkatufus committed Jun 10, 2022
commit c93e162e9512416fa36f6af26441f2741e8594e3
12 changes: 6 additions & 6 deletions build.fsx
Original file line number Diff line number Diff line change
@@ -250,8 +250,8 @@ Target "RunTests" (fun _ ->
let runSingleProject project =
let arguments =
match (hasTeamCity) with
| true -> (sprintf "test -c Release --no-build --logger:trx --logger:\"console;verbosity=normal\" --framework %s --results-directory \"%s\" -- -parallel none -teamcity" testNetFrameworkVersion outputTests)
| false -> (sprintf "test -c Release --no-build --logger:trx --logger:\"console;verbosity=normal\" --framework %s --results-directory \"%s\" -- -parallel none" testNetFrameworkVersion outputTests)
| true -> (sprintf "test -c Release --blame-crash --blame-hang-timeout 30s --no-build --logger:trx --logger:\"console;verbosity=normal\" --framework %s --results-directory \"%s\" -- -parallel none -teamcity" testNetFrameworkVersion outputTests)
Copy link
Member

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

| false -> (sprintf "test -c Release --blame-crash --blame-hang-timeout 30s --no-build --logger:trx --logger:\"console;verbosity=normal\" --framework %s --results-directory \"%s\" -- -parallel none" testNetFrameworkVersion outputTests)

let result = ExecProcess(fun info ->
info.FileName <- "dotnet"
@@ -280,8 +280,8 @@ Target "RunTestsNetCore" (fun _ ->
let runSingleProject project =
let arguments =
match (hasTeamCity) with
| true -> (sprintf "test -c Release --no-build --logger:trx --logger:\"console;verbosity=normal\" --framework %s --results-directory \"%s\" -- -parallel none -teamcity" testNetCoreVersion outputTests)
| false -> (sprintf "test -c Release --no-build --logger:trx --logger:\"console;verbosity=normal\" --framework %s --results-directory \"%s\" -- -parallel none" testNetCoreVersion outputTests)
| true -> (sprintf "test -c Release --blame-crash --blame-hang-timeout 30s --no-build --logger:trx --logger:\"console;verbosity=normal\" --framework %s --results-directory \"%s\" -- -parallel none -teamcity" testNetCoreVersion outputTests)
| false -> (sprintf "test -c Release --blame-crash --blame-hang-timeout 30s --no-build --logger:trx --logger:\"console;verbosity=normal\" --framework %s --results-directory \"%s\" -- -parallel none" testNetCoreVersion outputTests)

let result = ExecProcess(fun info ->
info.FileName <- "dotnet"
@@ -310,8 +310,8 @@ Target "RunTestsNet" (fun _ ->
let runSingleProject project =
let arguments =
match (hasTeamCity) with
| true -> (sprintf "test -c Release --no-build --logger:trx --logger:\"console;verbosity=normal\" --framework %s --results-directory \"%s\" -- -parallel none -teamcity" testNetVersion outputTests)
| false -> (sprintf "test -c Release --no-build --logger:trx --logger:\"console;verbosity=normal\" --framework %s --results-directory \"%s\" -- -parallel none" testNetVersion outputTests)
| true -> (sprintf "test -c Release --blame-crash --blame-hang-timeout 30s --no-build --logger:trx --logger:\"console;verbosity=normal\" --framework %s --results-directory \"%s\" -- -parallel none -teamcity" testNetVersion outputTests)
| false -> (sprintf "test -c Release --blame-crash --blame-hang-timeout 30s --no-build --logger:trx --logger:\"console;verbosity=normal\" --framework %s --results-directory \"%s\" -- -parallel none" testNetVersion outputTests)

let result = ExecProcess(fun info ->
info.FileName <- "dotnet"