-
### Describe the bug
We have some tests in spring-cloud-kubernetes that I recently noticed are running very slow. For example:
```
@EnableKubernetesMockClient
class Test {
private Kubernet…
-
I'm asking because I observed a behavior where modifying the regex to be incompatible with the example didn't fail the test / didn't prevent the matching.
After reading the implementation of the me…
-
https://igventurelli.io/testing-the-integration-layer-of-your-spring-boot-application-with-testcontainers-and-mockserver/
-
## Expected Behavior
When executing `ui5lint` with a specified file path pattern, it should report findings the same findings as the linter would detect when executed in the specified directory.
…
-
We have a hard time mocking this library, any help would be appreciated.
-
### Describe the bug
In quarkus 3.2.x the registration process for object mapper customization changed. https://github.com/quarkusio/quarkus/pull/33767
Previously we used the static variant, which w…
-
Hello Colin,
Encountered error: `TypeError: Cannot set property 'handlers' of undefined`
Project type: Back-end NodeJS with ES6 modules
Dependencies:
* `axios` version `^0.27.2`
* `axios-mo…
-
public static SSLContext createSSLContext(String path, String password) throws Exception {
logger.error(path + "====" + password);
KeyStore ks = KeyStore.getInstance("JKS"); //…
-
**Is your feature request related to a problem? Please describe.**
The project has its own [mock server](https://github.com/tidwall/tile38/blob/master/tests/mock_test.go) for running unit tests witho…
-
Spun off from https://github.com/scriptcs/scriptcs/issues/428
This one is interesting. All my instincts tell me not take an external dep on the gallery for green tests.
We could look into doing some…