You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both the main procfs package and the xfs package fail on my machine.
Here's a reproducer:
#!/bin/shset -ex
t=$(mktemp -d)trap'rm -r $t' EXIT
cd$t
cat >ex.go <<.package mainimport ( _ "github.com/prometheus/procfs")func main() { println("example")}.
go mod init example
go test all
The tests should automatically unpack fixtures.ttar if they need the files.
The text was updated successfully, but these errors were encountered:
Both the main
procfs
package and thexfs
package fail on my machine.Here's a reproducer:
The tests should automatically unpack
fixtures.ttar
if they need the files.The text was updated successfully, but these errors were encountered: