goss icon indicating copy to clipboard operation
goss copied to clipboard

Quick and Easy server testing/validation

Results 134 goss issues
Sort by recently updated
recently updated
newest added

Hello, Why does package_rpm.go use the format "%{VERSION}\n" in line 26? This is not the full version of the package, is it possible to fix this format '[%{VERSION}-%{RELEASE}.%{ARCH}\n]''?

question

**Describe the bug** Below process validation in goss is failing within a container: `root 15 1 0 19:08 ? 00:00:00 /usr/bin/python3.8 /usr/local/bin/verdict_controller_server.py --port 5000` ``` # ps -p 15 -o...

v4-bug

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.19.0 to 1.20.0. Release notes Sourced from github.com/onsi/gomega's releases. v1.20.0 Features New gleak experimental goroutine leak detection package! (#538) [85ba7bc] New BeComparableTo matcher(#546) that uses gocmp to...

dependencies

##### Checklist - [ ] `make test-all` (UNIX) passes. CI will also test this - [ ] unit and/or integration tests are included (if applicable) - [ ] documentation is...

I am trying to make sure that a package is installed and the version is at least X.Y.Z or higher. For the sake of the example, let's say the package...

question

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.1 to 1.8.0. Commits 181cea6 impr: CallerInfo should print full paths to the terminal (#1201) cf1284f Allow mock expectations to be ordered (#1106) 66eef0e fix: assert.MapSubset (or...

dependencies

Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.49 to 1.1.50. Commits b3dfea0 Release 1.1.50 69924a0 Make tsigGenerateProvider/TsigVerifyProvider public (#1382) ff611cd Add back support for *net.UnixCon with seqpacket type (#1378) eb4745b Add more detail to...

dependencies

**Describe the bug** the http request test does not honor the status code 403 in conjunction with a proxy, who denies the request, but its ok either. in addition to...

bug
approved

Bumps [github.com/moby/sys/mountinfo](https://github.com/moby/sys) from 0.6.1 to 0.6.2. Release notes Sourced from github.com/moby/sys/mountinfo's releases. mountinfo v0.6.2 What's Changed update golang.org/x/sys v0.0.0-20220412211240-33da011f77ad by @​thaJeztah in moby/sys#116 mountinfo: BSDs no longer need cgo nor...

dependencies

**Describe the bug** Goss doesn't trim the output of ps command which can cause false alarm. **How To Reproduce** ``` root@sp1:~# ps auxww | grep ngcp-fax faxserv+ 1539901 0.1 2.9...

bug