Alexander Grund

Results 221 issues of Alexander Grund

Closes #19 Use a special file `${program}-stub-errors` to record unexpected calls and show them together with missing invocations on `unstub`

Would be great if `unstub` would not only return 1 but also print the missing invocations to &3 for easier error fixing.

Now works for e.g. `patterns="bash -c 'echo \"$USER\"'" -> 3 args` This came up when stubbing `ssh`

I got some warnings on double header entries and investigated on this. I Found that sometimes 2 HTTP packets are send in 1 "packet" captured. The parser ignores this and...

bug

`script/install-bats.sh` references https://github.com/sstephenson/bats instead of https://github.com/bats-core/bats-core This should be updated or removed

Fixes #8 by saving the PATH and using `command` to ignore functions/aliases Note: Needed to use a subshell as `PATH="$_BATSLIB_PATH" command cat -` did work for the tests but failed...

The code uses e.g `cat` which may be mocked/stubbed by the user and point to something else. I'd suggest to get the real locations on startup (e.g. `command -v cat`...

Releasing and reaquiring the GIL during Python shutdown is not possible and leads to force termination. Remove that. Fixes #50853

awaiting review
size:XS
prtype:bugfix

Required due to use of `dladdr` via the `stacktrace_handler` dependency Fixes #45013

stat:awaiting response
size:XS
comp:core

## Version of Singularity: 3.2.1 ### Expected behavior Tests run after build behave the same as tests run with `singularity test` ### Actual behavior Environment as defined by %environment is...

Bug
ImageBuilding
DefinitionFile