-
### Current Behavior
When a new deployed apisix reload, shutting down worker process will not disappear.
![image](https://github.com/user-attachments/assets/aa74d8d9-9e61-4273-b2f9-b8a348c1032d)
…
-
# Describe Issue
I'm mocking a API that receives as input a x-www-form-urlencoded containing a key called request and a json as value (yaml below for reference).
```yaml
openapi: "3.0.0"
info:…
-
**I'm submitting a ...** (check one with "x")
```
[ ] Regression (a behavior that used to work and stopped working in a new release)
[X] Bug report
[ ] Support request =>
[ ] Feature requ…
-
Looking at the Arduino mocking code, I'm running into some things that are not entirely easy to implement right now. I spent some thought on this and am writing down some of these thoughts there. I do…
-
I am trying to test my API built using Tornado and setup using Tornado's AsyncTestCase shown [here](http://www.tornadoweb.org/en/stable/testing.html). I wrapped my test method with the `@httpretty.act…
-
It might be nice to encourage unit tests in studies and provide some tooling for it.
In the hypertension study (and still-WIP data-metrics study), I've got a little test harness method that runs a …
mikix updated
3 months ago
-
-
```
I'll try the following (quite simple) static method mocking in my test:
@RunWith(PowerMockRunner.class)
@PrepareForTest({ FacesContext.class })
public class MyControllerTest {
@Test
public final…
-
```
I'll try the following (quite simple) static method mocking in my test:
@RunWith(PowerMockRunner.class)
@PrepareForTest({ FacesContext.class })
public class MyControllerTest {
@Test
public final…
-
I am playing with WebSocket streaming data. How could you do testing aftermarket hours when there are no data from the WebSocket?