-
Codecov Enterprise Cloud org requesting Codecov support selective testing for Golang
-
I noticed when I upgraded the dependencies for rclone that the sftp server tests have started deadlocking.
I used git bisect to narrow this down to this commit d1903fbd460e9a8105bae72fcdf492a4999b4…
-
## Current problems
- All our current dependencies (libvips and raylib) are just c/c++ libraries, from a development standpoint it's easier to have those installed on the system (esp when testing on …
-
- Java Topics:
- [x] #13
- [x] #14
- [ ] #16
- [x] #15
- [ ] #17
- [x] #18
- [x] #19
- [x] #20
- [ ] #21
- [ ] #22
- [ ] #23
- [ ] #24
- [ ] #25
- [ ] #26
…
-
Currently the `go test -json` provides no way to disambiguate output produced by `(*testing.T).Error{,f}` and `(*testing.T).Fatal{,f}` from other test logging. This fact makes it difficult for CI syst…
-
### What feature you would like to be added?
Ability for Spark Operator to adopt a provider-pattern/pluggable-mechanism to launch spark applications. A user can specify an option other than spark-sub…
-
To reproduce this, simply run
```
go test -race ./libbeat/publisher/queue/...
```
Output
```
? github.com/elastic/beats/v7/libbeat/publisher/queue [no test files]
? github.…
-
#### go1.13+ 在init中使用了flag, test时报错: flag provided but not defined: -test.XXX
```
golang 13 changed the order of the test initializer
```
添加代码
```go
var _ = func() bool {
testing.Init()…
-
**Describe the bug**
A client service needs to forcibly stop a server stream, but the Close method hangs indefinitely, preventing the connection-handling function from ever returning.
```
gorou…
-
### Package information | 软件包信息
包名 | 版本
-- | --
dde-api|6.0.14-1
dde-app-services|1.0.26
dde-daemon|6.1.7
dde-launchpad|1.99.0
dde-network-core|2.0.35
dde-session|1.99.1
dde-shell|1.99.3
dde-tray-lo…