-
While messing around with running CI in GHA
tests-nomad
```
WARNING: DATA RACE
Write at 0x00c00049a760 by goroutine 30:
github.com/hashicorp/nomad/nomad/state.(*StateStore).upsertAllocsImpl()…
-
Raspberry PI:
```
root@rasp01# uname -a
Linux rasp01 5.4.83-v7l+ #1379 SMP Mon Dec 14 13:11:54 GMT 2020 armv7l GNU/Linux
````
I am trying to install the keybase client on my Raspberry PI4
Fi…
-
In my opinion in Moira project convey tests are used in wrong and inconvenient way. I propose to discuss the perspective to remove Convey tests and rewrite tests using default `testing.T`.
**Previo…
-
Should this fork address https://github.com/stretchr/testify/issues/934 such that TearDownTest gets called after all the subtests are done? The line in the readme below this header: https://github.com…
-
## GORM Playground Link
https://github.com/go-gorm/playground/pull/735
## Description
When using Join and Preload together, if we get more than 20 entries in the database it will panic (I gue…
-
### What happened
I'm developing a bot for an employee survey. When the employee selects the answer option - yes/no - I want to replace the block with a text field answer, however, slack-go does a …
-
### Is your feature request related to a problem? Please describe.
I used `Channel.QueueDeclare` concurrently and got the following error:
```
Exception (503) Reason: "unexpected command received"
…
-
如题所述,win7系统使用最新版本V2.2.3的hysteria-windows-amd64.exe时,无法启动,V2rayN中的报错日志如下所示:
`启动服务(2024/1/3 20:40:18)...
Exception 0xc0000005 0x8 0x0 0x0
PC=0x0
runtime.asmstdcall()
runtime/sys_windows_amd64.…
-
**Repro steps**
Add the following test:
```
package scratch
import (
"context"
"testing"
"github.com/stretchr/testify/assert"
"k8s.io/client-go/rest"
"sigs.k8s.io/controller-ru…
nicks updated
1 month ago
-
**Describe the bug**
The provider order is environment variables first, then flags. If the user sets a value in the environment but not in the flag, the environment value should be used.
**To Re…