-
running `go test` on `master` results in:
```
panic: open data/deneb_holesky_beacon_state_2227472.ssz: no such file or directory
goroutine 1 [running]:
github.com/Layr-Labs/eigenpod-proofs-gener…
-
This started happening this week to every PR and commit without anything changing in the repo. Presumably it's Chrome upstream changes that are causing it.
-
## Current state
Master repo uses go1.22 to transpile and check. Local tests run `go build` through go/exec, using the Go version on the machine. This can cause tests to fail due to version differe…
-
Sample fail: https://github.com/fleetdm/fleet/actions/runs/11711174388/job/32619108954?pr=23590
Test passes when run locally.
```
2024-11-06T20:27:07.1782116Z === RUN TestIntegrations/TestOSVersio…
-
### I have checked that this feature is not already implemented
- [x] This feature does not exist
### Use case
I want to go from the class definition to its test file using go-to functionality.
…
-
```
#!watchflakes
default stdout '"ImportPath":"m/builderror \[m/builderror\.test\]","Action":"build-output","Output":"# m/builderror \[m/builderror.test\]\\n"'
matched: {"ImportPath":"m/…
-
### Go version
go version go1.23.1 linux/amd64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/home/firelizzard/.cache/go-build'
GOENV…
-
```
#!watchflakes
default
-
```
#!watchflakes
default
-
## What is the Problem Being Solved?
`multichain-testing` only runs with `hermes` relayers. We should confirm it also works with `go-relayer`.
## Description of the Design
Run test suite with…