Closed pinzon closed 3 years ago
Looks great, thanks @pinzon 👍 (still waiting for the build to succeed..)
Hi @whummer The failing test is the one that expects the PR for cbor encoding in localstack
[ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 36.834 s <<< FAILURE! - in cloud.localstack.KinesisConsumerTest
[ERROR] testGetRecordCBOR(cloud.localstack.KinesisConsumerTest) Time elapsed: 2.27 s <<< FAILURE!
org.junit.ComparisonFailure:
expected:<[Hello world!]> but was:<[SGVsbG8gd29ybGQh
]>
at cloud.localstack.KinesisConsumerTest.testGetRecordCBOR(KinesisConsumerTest.java:62)```
With this PR the tests for each Kinesis version asserts that the content is equal in CBOR and JSON. It should pass after this PR for localstack has been merged