Lucas Servén Marín

Results 266 comments of Lucas Servén Marín

Another way to create a targeted fix for this could be to add a test for when both `SSH_AUTH_SOCK` and `SSH_CONNECTION` are not null, in which case we skip setting...

>I don't think we ever did a 1000-line change as a backport. Can you give a breakdown why so large? You'll notice that the vast majority of this entire PR...

gentle ping @bboreham. I'd love to get this merged to test drive the processing of `_created` metrics before upgrading our Prometheus/tsdb to v3

I needed to figure this out today. For my use case it was sufficient to set `mock.MatchExpectationsInOrder(false)` as in the example: https://github.com/go-redis/redismock/blob/master/example/example.go#L72-L74

Dangit, tests are failing because the check relies on the `-G` flag, which was added in [OpenSSH 9.3](https://www.openssh.com/txt/release-9.3), but the test environment uses 9.1

Thanks @Enzime! I'll take a look. I think it should also be possible to do a check pre-9.3 by only using the `-T` flag and adding more test config to...

> The tests still fail because OpenSSH upstream doesn't have the UsePAM option available in Apple's OpenSSH. I would suggest not checking if the configuration is correct. It looks like...

Installation tests are working now :tada:

Gentle ping @Enzime since tests are passing now