Open irwansyahwii opened 4 months ago
Hi @irwansyahwii, could you double check the test result? I ran the test locally and it failed. You can run the test locally by running
npm run test
One of the failed test is
src/components/probe/prober/http/request.test.ts
. You can run the failed test specifically by usingmocha --config .mocharc.json --forbid-only src/components/probe/prober/http/request.test.ts
I think the failed tests are blocking the github checks.
ok will do
Hi @irwansyahwii, could you double check the test result? I ran the test locally and it failed. You can run the test locally by running
npm run test
One of the failed test is
src/components/probe/prober/http/request.test.ts
. You can run the failed test specifically by usingmocha --config .mocharc.json --forbid-only src/components/probe/prober/http/request.test.ts
I think the failed tests are blocking the github checks.
ok will do
Fixed
The automated tests are not reliable. Sometimes it failed sometimes it succeed. Seems like there will be big architectural changes to fix it.
Monika Pull Request (PR)
What feature/issue does this PR add
fetch
How did you implement / how did you fix it
httpClient
to prevent big changes on the client codesHow to test
npm run test