ArdanaLabs / dUSD

5 stars 3 forks source link

Test Anomalies #269

Closed epiro-ps closed 2 years ago

epiro-ps commented 2 years ago

The purpose of this issue is to capture strange but unbreaking behaviors of tests so that we can reference them should they become an issue.

epiro-ps commented 2 years ago

Just saw this error while testing https://github.com/ArdanaLabs/dUSD/pull/262:

decodeCbor
  ✓︎ fails on invalid
  ✓︎ hello decodes
Testnet
  ✓︎ grabs any free ada from previous tests
  ✓︎ locks value
  ✓︎ looks up datum
  ✓︎ increments
[ERROR] 2022-07-29T12:23:12.937Z unexpected error on input: {"reflection":"GetDatumByHash-1gy1h88mj6l66fqztp","methodname":"GetDatumByHash","result":{"DatumFound":{"value":3}},"version":"1.0","servicename":"ogmios-datum-cache","type":"jsonwsp/response"} Error:(JsError (message "Request Id GetDatumByHash-1gy1h88mj6l66fqztp has been cancelled"))
  ✓︎ looks up datum after inc
  ✓︎ unlocks funds
  ✓︎ full integration test

Summary
9/9 tests passed