-
```
What steps will reproduce the problem?
1. Follow DevBuild configuration instructions from Wiki
2. make either linux/Debug or linux/Release
What is the expected output? What do you see instead?
m…
-
I.e.:
```
func TestP2PPeerCreateWithNewFieldDocSyncedBeforeReceivingNodeSchemaUpdatedDoesNotReturnNewField(t *testing.T) {
test := testUtils.TestCase{
Actions: []any{
testUtils.RandomNetwor…
-
Discovered via Stackage run:
```
Test suite ExchangeTests: RUNNING...
ExchangeTests: user error (Pattern match failure in do expression at tests/TestUtils.hs:170:3-22)
Test suite ExchangeTests: FAIL
…
-
### Which tests failed?
TestK8sGatewayNoValidation/RouteOptions
### Initial Investigation
https://github.com/solo-io/gloo/actions/runs/10554424465/job/29236244019
```
=== NAME TestK8sGatewayNo…
-
### Which tests failed?
Failed in this run: https://github.com/solo-io/gloo/actions/runs/11749515320/job/32735946327
Revelant context:
```
2024-11-08T23:10:45.6168422Z }=== NAME TestK8sGatewayNoVa…
-
### What is the version of your ORAS CLI
1.2.0
### What would you like to be added?
Increase test coverage on mac with mock console
### Why is this needed for ORAS?
These tests do not run on mac …
-
A good number of our tests use large blocks of repetitive data that causes copy-paste readability issues as well as wasting computing resources when performing multiple times.
We can hide the Go te…
-
The builds started consistently failing for each platform. We need to investigate what is causing this.
For Linux and Windows, it looks like each of the failures are coming from tests that attempt …
-
This hang occurred on a go tip build.
```
testutil TestTenantAdded 0.00s PASS
testutil TestReconnects N/A NOT R…
-
Description
I am encountering an issue when running tests with Testcontainers while using kubedock. Specifically, an error occurs when trying to copy a file to a container during test setup.
- Her…