AvitalTamir / cyphernetes

A Kubernetes Query Language
https://cyphernet.es
Apache License 2.0
527 stars 12 forks source link

Investigate Github CI's handling of `stderr` and patch `TestCyphernetesShellWithLogLevelFlag` #134

Open jameskim0987 opened 4 weeks ago

jameskim0987 commented 4 weeks ago

As part of this PR https://github.com/AvitalTamir/cyphernetes/pull/126, we have skipped running this test TestCyphernetesShellWithLogLevelFlag in CI due to Github Actions' unexpected handling of stderrs.

Investigate how stderr is handled in Github Actions and patch the test so that it runs and passes both locally and on Github CI.