godaddy / asherah-node

Node wrapper of the Asherah Go implementation using the Cobhan FFI library
https://github.com/godaddy/asherah
MIT License
2 stars 6 forks source link

Asherah-Node integration tests fail silently #120

Open aka-bo opened 3 hours ago

aka-bo commented 3 hours ago

Describe the bug The Asherah-Node decryption tests performed by Test Asherah-Node's Test Cross-Language job are failing. These failures are subsequently ignored and the job is ultimately successful.

To Reproduce Steps to reproduce the behavior:

  1. Trigger Test Asherah-Node workflow
  2. Review logs of the Test Cross-Language step to view error. Example: Test Asherah-Node#361

Expected behavior

  1. Asherah-Node test suites should complete successfully.
  2. Otherwise, test failures should result in failure of the job/workflow.

Screenshots

image
aka-bo commented 3 hours ago

Partially resolved by #119, which addresses the root causes of the underlying test failures.