akka.net icon indicating copy to clipboard operation
akka.net copied to clipboard

Akka.Persistence.TCK: JournalSerializationSpec.Journal_should_serialize_Persistent_with_EventAdapter_manifest doesn't make sense

Open Aaronontheweb opened this issue 6 years ago • 1 comments

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.

Aaronontheweb avatar Oct 08 '19 15:10 Aaronontheweb

I'll add more details here once the CI system gives me some sharable test results.

Aaronontheweb avatar Oct 08 '19 15:10 Aaronontheweb