Reinhard Tartler
Reinhard Tartler
Hi, In Debian, it appears that packages that use go-fuse panic when running on mipsel64, see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1069310 for context. Also, #502 is related. While looking at the issue, I believe...
In my homelab, I've encoutered ocassional removal of argocd managed applications after upgrading to argocd 2.11. Upon further investigation, this always happens when my git server becomes temporarily unavailable. I'm...
Note that this version changes the behavior of semaphore slightly. After https://cs.opensource.google/go/x/sync/+/14be23e5b48bec28285f8a694875175ecacfddb3 the semaphore package will reliably raise errors for both go routines change the test to test for a...
Hi, I'm packaging this library for use of other packages in Debian. I noticed that in Debian, the tests fails to build on 32bit architectures, e.g.: - armel: https://ci.debian.net/packages/g/golang-github-google-cel-go/testing/armel/48129938/ -...
While looking at the debian package of ginkgo, I can across https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078516 that indicates that the Integration Tests may be flaky. Here are two instances where the same test fails...
### Description While looking at the Debian package, we have received https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078495 claiming the test DriverSuite.TestDeleteOnlyDeletesSubpaths being flaky. the code in question can be found here: https://github.com/distribution/distribution/blob/ba2841b0ce1e09ab7cacddc0a003d5daac5c5a85/registry/storage/driver/testsuites/testsuites.go#L831-L871 it seems it...
I'm afraid that this is very similar to https://github.com/containers/netavark/issues/433 but I can see it on amd64, more specifically, on Debian's CI system called debci. Here, the tests are running in...
When integrating golang packages using ginkgo, such as CI/CD systems or Linux distributions, there are situations where the test output is tracked in text files and presented without ANSI color...
While preparing the next upload of buildah 1.37.2 to Debian, I noticed build failures on s390x (and that arch only). All build failures showed unusual behavior, (possibly indicating memory corruption?)...