-
**What happened**:
Cloudflare temporarily returned 5XXs for zone lookup calls, which caused the pods to crash.
**What you expected to happen**:
Log an error without crashing and try again lat…
-
The `benchmark/test_runner` folder currently contains benchmarks for `it` and `describe` functions. I suggest we expand these benchmarks to cover additional test runner features, including mocks, cove…
-
Hello,
I'm trying to unit test my solution using Moq framework, but since Moq cannot mock non-virtual type members I always get an Unsupported Error Type. Is there any work around for Mock MangoPayAp…
-
V5 of the Azure Graph API has removed the IGraphServiceClient and has methods that are not virtual. This makes mocking calls to the Graph API client extremely difficult as you have to mock the underly…
-
Some blocks depend on the WP API, it would be great to be able to mock the API to preview these blocks in isolation.
-
@martinig94 and I were discussing that it would be nice if there was a way for a GHA to re-run 1 or 2x in case of failure. Sometimes certain API fails can call, but then when re-run they work.
Sleu…
-
### I'm submitting a
- [ ] bug report
- [x] feature request
### Background info
There are various articles on the internet that describe how to do integration testing with Okta. for exampl…
-
I'm wondering if there's a way of mocking an API which takes a long time to respond. I currently have issues with slow APIs and want to be able to test that my requests wait long enough for them. I al…
-
MSW-OYJ 브랜치에 적용해 두었습니다.
기존 data.json으로 바로 요청 보내는게 아닌
엔드포인트로 요청할 수 있습니다.
서버에 요청하는 것처럼 설정 해둔 응답으로 내보낼 수있습니다.
endpoint : /productlist
method: get
status : 200
data : 상품리스트
endpint : /createp…
-
Add E2E test to verify e2e work flow of the APIs. For mocking CSI driver implementation, https://github.com/kubernetes-csi/csi-test can be used.