teleport/lib/pam
a-palchikov 7c87576a8b
flaky tests: consistent logging (#4849)
* Update logrus package to fix data races
* Introduce a logger that uses the test context to log the messages so they are output if a test fails for improved trouble-shooting.
* Revert introduction of test logger - simply leave logger configuration at debug level outputting to stderr during tests.
* Run integration test for e as well
* Use make with a cap and append to only copy the relevant roles.
* Address review comments
* Update integration test suite to use test-local logger that would only output logs iff a specific test has failed - no logs from other test cases will be output.
* Revert changes to InitLoggerForTests API
* Create a new logger instance when applying defaults or merging with file service configuration
* Introduce a local logger interface to be able to test file configuration merge.
* Fix kube integration tests w.r.t log
* Move goroutine profile dump into a separate func to handle parameters consistently for all invocations
2020-12-07 15:35:15 +01:00
..
config.go Add config option to gate pam_authenticate calls 2020-10-16 17:36:19 -07:00
pam.c pam: also set teleport-specific env vars via pam_putenv 2020-05-19 20:09:50 +00:00
pam.go Add config option to gate pam_authenticate calls 2020-10-16 17:36:19 -07:00
pam_nop.go Refactored launching of shell. 2020-02-06 11:15:44 -08:00
pam_test.go flaky tests: consistent logging (#4849) 2020-12-07 15:35:15 +01:00