akka.net
akka.net copied to clipboard
Akka.Persistence.TCK: JournalSerializationSpec.Journal_should_serialize_Persistent_with_EventAdapter_manifest doesn't make sense
Version: v1.4.0-beta2
Reproduction: https://github.com/akkadotnet/akka.net/pull/3964
Fixed a bug in the EventJournal for Akka.Persistence.Sql.Common that caused IWriteAdapter.Manifest output to ultimately be ignored during serialization, but this caused the test to fail only differently than before. As this spec is currently implemented, there are no conditions under which this test can pass.
I'll add more details here once the CI system gives me some sharable test results.