-
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
Akka.NET v1.5 Production Deployment #6484
Merged
Merged
Conversation
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
…eSpec FlowGroupBySpec TimeoutsSpec (#5963) * Convert Akka.Streams.Tests to async - FlowFlattenMergeSpec FlowGroupBySpec TimeoutsSpec * Fix FlowGroupBySpec * Fix FlowFlattenMergeSpec * Fix AssertAllStagesStopped * Add ShouldThrowWithin Task extension * Fix FutureFlattenSourceSpec * Revert HubSpec to its original code * Add ForEachAsync sink * Remove extraneous async test functions, causes ambiguous function fingerprints * Fix specs * Update API verify list * Fix XML-Doc * Fix RestartSpec * fix stringify * Fix FlowDelaySpec tests * Rewrite FlowDelaySpec * Fix HubSpec * Fix HubSpec * Merge dev * Fix FlowDelaySpec, add epsilon * Fix FlowDelaySpec timing problem. * Add blamw flag to dotnet test * Fix OutputStreamSourceSpec deadlock bug * Fix LastSinkSpec * Fix deadlock caused by WithinAsync and AwaitConditionAsync * Skip persistence performance test for SqLite for now. Co-authored-by: Aaron Stannard <aaron@petabridge.com>
Co-authored-by: Gregorius Soedharmo <arkatufus@yahoo.com>
* Add environment variable controlled skipable LocalFactAttribute * Fix copyright header
Bumps `FsCheckVersion` from 2.16.4 to 2.16.5. Updates `FsCheck` from 2.16.4 to 2.16.5 - [Release notes](https://github.com/fsharp/FsCheck/releases) - [Changelog](https://github.com/fscheck/FsCheck/blob/master/FsCheck%20Release%20Notes.md) - [Commits](fscheck/FsCheck@2.16.4...2.16.5) Updates `FsCheck.Xunit` from 2.16.4 to 2.16.5 - [Release notes](https://github.com/fsharp/FsCheck/releases) - [Changelog](https://github.com/fscheck/FsCheck/blob/master/FsCheck%20Release%20Notes.md) - [Commits](fscheck/FsCheck@2.16.4...2.16.5) --- updated-dependencies: - dependency-name: FsCheck dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: FsCheck.Xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add LocalTheoryAttribute * Apply LocalFact and LocalTheory attributes to racy tests * Fix XML-Doc warnings * Add LocalTheoryAttribute and WindowsFactAttribute * Convert skipped tests to LocalFact tests * Fix WindowsFactAttribute * Fix specs * Add missing racy fact * skip FlattenMerge * Skip some more racy tests
Working on turning on some other GH actions, but want to disable this one for the time being
* Fix WithinAsync and Remaining logic * Guard or warn against possible negative or infinite timeout scenarios * Fix tests that uses negative durations * Fix negative duration specs * fix InactiveEntityPassivationSpec Co-authored-by: Aaron Stannard <aaron@petabridge.com>
Co-authored-by: Aaron Stannard <aaron@petabridge.com>
* Convert Akka.Streams.Tests to async - Dsl.TickSourceSpec * Cleanup Co-authored-by: Aaron Stannard <aaron@petabridge.com>
* Fix FlowAskSpec * Fix RestartSpec * Fix xunit.runner.json file not being copied during build
…rceAsyncSourceSpec (#6023) * Convert Akka.Streams.Tests to async - Dsl.UnfoldResourceAsyncSourceSpec * Fix test, use TaskCompletionSource instead of using TestProbe * Use TaskCompletionSource instead of TestProbe * Use SinkProbe instead of Sink.Cancelled Co-authored-by: Aaron Stannard <aaron@petabridge.com>
* Add ValueTask support to PipeTo * Update API Verify list * Exclude NETFX from Akka.Tests linux build
Needed to boost time to process 20,000 elements with buffer size =1 from 3 cumulative seconds to 300. On low quality AzDo machines there's no telling what delays we'll hit.
* Respect EnableSsl configuration propert * Update DotNettySslSupportSpec.cs * Update DotNettySslSupportSpec.cs * Update DotNettyTransportSettings.cs * Moved enableSsl variable initialization outside return statement Co-authored-by: Aliaksei Minchankou <Aliaksei.Minchankou@nreca.coop> Co-authored-by: Aaron Stannard <aaron@petabridge.com>
* Fix ClusterLogSpec, EventFilter can not be used inside Within * Fix timeout
Co-authored-by: Aaron Stannard <aaron@petabridge.com>
* cleaned up `IAsyncEnumerable` Source to use local functions Better to use `await` around `ValueTask` rather than converting to `Task` and doing `ContinueWith` * formatted + fixed unit tests * adding happy path spec * Change logic to accept IAsyncEnumerable instead of IAsyncEnumerator, add second fast path * Clean up unit test * Move IAsyncEnumerator initialization to PreStart * Add IAsyncEnumerator DisposeAsync Co-authored-by: Gregorius Soedharmo <arkatufus@yahoo.com>
* Improve Cancelable - Add new Create methods that takes CancellationToken params - Clean up the Dispose method - Expose the _isDisposed field as a property * Update API Verify list * Re-add try...catch block * moved `IsDisposed=true` inside the `finally` block Co-authored-by: Aaron Stannard <aaron@petabridge.com>
… UP status (#6033) * Make JoinAsync and JoinSeedNodesAsync more robust by using an async state * Update how join state is being handled * Fix missing exception * Update unit test * Update API Verify list * update IsUp check * Change IsUp implementation to check SelfMember instead * Remove state handling code * Remove spec * Revert state changes Co-authored-by: Aaron Stannard <aaron@petabridge.com>
* Fix faulty AddLogger in LoggingBus * Ignore logger async start setting, not relevant anymore * Simplify unit test * Send Stop instead of PoisonPill * Make loggers load asynchronously by default * Change logging back to exceptions * Remove _startupState, use closure instead Co-authored-by: Aaron Stannard <aaron@petabridge.com> (cherry picked from commit c8b46b4)
…n ShardedDaemonProcess (#6058)
* Assert first device is not there * Remove unused argument * Add CollectionTimeout CollectionTimeout is referenced in the code, but not shown until the very last step.
…on (#6050) Co-authored-by: Aaron Stannard <aaron@petabridge.com>
* Remove obsolete methods from Akka.DistributedData * Revert commit, obsolete attribute is too recent
* Remove all obsolete methods from Akka.Cluster.Sharding * Revert recent changes
Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) from 4.3.1 to 4.4.0. - [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases) - [Commits](nunit/nunit3-vs-adapter@V4.3.1...V4.4.0) --- updated-dependencies: - dependency-name: NUnit3TestAdapter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Remove obsolete methods from Akka.IO * Update API Verify list
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.4.1 to 17.5.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](microsoft/vstest@v17.4.1...v17.5.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Akka.Streams syntax cleanup * added `DefaultMaterializer` `ActorSystemExtension` Makes it possible to pass in an `ActorSystem` directly into most `RunnableGraph.Run` methods and their equivalents exposed inside the Dsl. * fixed unit tests * added test to validate caching of singleton `DefaultMaterializer` instance --------- Co-authored-by: Gregorius Soedharmo <arkatufus@yahoo.com>
* copy `Obsolete` attributes to Akka.Persistence.TCK * removed bad method * Make sure that old Dispose method is called inside DisposeAsync * Remove Dispose, already implemented in TestKit --------- Co-authored-by: Gregorius Soedharmo <arkatufus@yahoo.com>
* fixed issues with `AwaitConditionAsync` * fixed issue with `ExpectMsgAllOf` * added another `ExpectMsgAllOf` method * fix EventFilter API changes * removed assertion
* Make transport adapter messages public (#6250) * Make transport adapter messages public so it can be used in Petabridge.Cmd for testing network disruptions * Update API Verify list * Fixing DocFx complaints Co-authored-by: Aaron Stannard <aaron@petabridge.com> (cherry picked from commit e94913c) * Update API Verify list
* fix timing regressions in `Cluster.JoinAsync` methods We used the `cluster.seed-node-timeout` property incorrectly in #6033 - that is a "how long did it take from me to hear back from a seed" setting, but we're using it like a "how much time do I have to join the cluster?" setting. Added a function designed to give us at least 20s of leeway. * Update Cluster.cs * fixed addr * Fix timeout calculation * Fix CancellationTokenSource --------- Co-authored-by: Gregorius Soedharmo <arkatufus@yahoo.com>
We were using the wrong state timeout value, which only gave us 2s to recover R-E data. We're now using the correct value.
* fixed 1.5 upgrade advisory * clarified upgrade procedure * fixed markdown linting errors
* upgraded Sharding documentation * added Akka.NET v1.5 documentation and "whats new" page * fixed markdown linter errors * added v1.5.0 release notes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
1.5.0 March 2nd 2023
Version 1.5.0 is a major new release of Akka.NET that is now marked as stable and ready for production use.
You can read the full notes about what's changed in Akka.NET v1.5 here. We also encourage you to watch our video: "Akka NET v1.5 New Features and Upgrade Guide"
If you want to see the full set of changes made in Akka.NET v1.5.0 so far, click here.