-
https://github.com/genuinetools/reg/blob/master/testutils/testutils.go#L51
https://docs.docker.com/network/host/
Will make a PR shortly to run tests on MacOS.
-
This is an umbrella issue that will be updated with flaky / transient test failures as we notice them. A test is considered flaky if it passes most of the time but sometimes fails due to race conditio…
-
The following is the execution code
1. InitExecutorOptions
`func InitExecutorOptions(rate int, timeout int) (err error) {
gologger.DefaultLogger.SetMaxLevel(levels.LevelDebug)
options := typ…
-
## Description
This is not an existing bug but a possible bug. I am developing a feature (a new kind of event), when adding a test for my feature, I encountered a bug in integration-tests. My tes…
-
We can probably simplify this pattern:
```
var store = createReduxStore();
var container = TestUtils.renderIntoDocument(
{() => {
return (
);
…
-
### Expected Behavior
It would be great to be able to define [project dependencies](https://docs.gradle.org/current/userguide/declaring_dependencies.html#sub:project_dependencies) in version catalogs…
-
**Original report ([archived issue](https://osrf-migration.github.io/haptix-gh-pages/#!/osrf/handsim/issues/87)) by Jackie K (Bitbucket: [jacquelinekay](https://bitbucket.org/%7Be3d60b62-b7c7-4863-b9b…
-
```
io.brokerqe.claire.exception.WaitException: Timeout after 60000 ms waiting for StatefulSet to be ready
at io.brokerqe.claire.TestUtils.waitFor(TestUtils.java:173)
at io.brokerqe.claire.TestUt…
-
### Bug description
The message counter is checked first before the output text, so we never have a chance to write the updated output file.
Need to flip these two statements:
https://github.…
-
# Summary
Across the whole workspace, there are two TLS crates (`rustls` and `openssl-sys`) and 3 distinct versions used (shown below). One improvement would be to use a single crate. Another impro…