2022-05-06 01:15:49 UTC - Jiang PengCheng: anyone knows why there is a test case for disallow ping? for security reason? ```system.basic.WskActionTests > Whisk actions should not be able to use 'ping' in an action``` it failed when I upgrade docker to 20.10.14 https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1651799749211549 ---- 2022-05-06 05:12:15 UTC - Dominic Kim: It seems the test case had been added before the project was donated to the ASF. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1651813935180719?thread_ts=1651813935.180719&cid=C3TPCAQG1 ---- 2022-05-06 07:28:40 UTC - Jesse Stutler: Does anyone know how to do test for those tasks in `scheduler/queue/test` ? Like `SchedulingDecisionMakerTests.scala`, I pick `:tests:test` for it, but the run failed because `No tests found for given includes [invokerShoot/**](exclude rules) [org.apache.openwhisk.core.scheduler.queue.test.SchedulingDecisionMakerTests](filter.includeTestsMatching)` . I’m unfamiliar with Gradle.:smiling_face_with_tear: https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1651822120108889 ---- 2022-05-06 11:26:50 UTC - Dominic Kim: Seems the gradle complains about the version incompatibility? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1651836410497259?thread_ts=1651836410.497259&cid=C3TPCAQG1 ---- 2022-05-06 20:54:20 UTC - Harshitha Sreejith: Hi! I have been trying to send the logs of the controller to the host. ```docker logs [OPTIONS] CONTAINER``` Using the above doesnt work and is empty. The logs are only present within the containers. Any ideas on how I should go about this? Are there any changes that can be made in the code to send the logs to the host as well? I want to be able to see the logs in the host in real time. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1651870460733649?thread_ts=1651870460.733649&cid=C3TPCAQG1 ----