Chen Wen Kang
Chen Wen Kang
**Expected Behaviour** Tests to run as expected as a windows or linux machine. **Actual Behaviour** Tests failing. Attached are the failing tests. ``` Summary of all failing tests FAIL src/modules/kafka/kafka-container.test.ts...
As mentioned in https://github.com/testcontainers/testcontainers-node/pull/364#discussion_r866613854, since this functionality is duplicated in a few places, it will be a good idea to extract it out into its own module.
Referencing the docs for `testcontainer-java`, I would like to see implementation of HttpWaitStrategy and StartupCheckStategies in `testcontainers-node`. https://www.testcontainers.org/features/startup_and_waits/ I am willing to contribute myself.
#### What this PR does / why we need it: Merge calculation for the rich list of DFI utxo and DFI token together. This will make the rich list is...
#### What this PR does / why we need it: Add more tests to current `rich-list-core` & `rich-list-api`. Build upon #1173. #### Which issue(s) does this PR fixes?: Fixes #...
Just for knowledge sharing, we need to add at least 3 fixtures for `should bi-directional buffer-object-buffer` As you copied this from the previous programmer, we can ignore this for now....
#### What this PR does / why we need it: This PR aims to migrate the current dockerrode implementation of `package/testcontainers` to using npm testcontainers. #### Which issue(s) does this...
#### What happened: During CI, some tests in `jellyfish-transaction-builder` seems to be failing occationally. Suspected flaky tests as rerun job fixes the issue. Provided stacktrace indicated `timestamp` provided whe setting...
#### What this PR does / why we need it: This PR aims to provide more precise typing for `AccountHistory`, by utilizing function overriding and a more specific `AccountHistoryWithTxn` type...
#### What this PR does / why we need it: Add tests for `whale-api-wallet` package #### Which issue(s) does this PR fixes?: Fixes #1257 #### Additional comments?: Feel free to...