teleport/lib/bpf
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
..
bpf.go Session streaming 2020-09-28 23:08:56 -07:00
bpf_nop.go Improve enhanced session recording error messages. 2019-12-06 18:14:26 -08:00
bpf_test.go flaky tests: consistent logging (#4849) 2020-12-07 15:35:15 +01:00
command.go Add support to disable BPF programs. 2020-01-20 14:04:36 -08:00
common.go Session streaming 2020-09-28 23:08:56 -07:00
common_test.go flaky tests: consistent logging (#4849) 2020-12-07 15:35:15 +01:00
disk.go Add support to disable BPF programs. 2020-01-20 14:04:36 -08:00
helper.go Enhanced Session Recording. 2019-12-02 15:10:39 -08:00
network.go Add support to disable BPF programs. 2020-01-20 14:04:36 -08:00