bryancall commented on issue #12094: URL: https://github.com/apache/trafficserver/issues/12094#issuecomment-4828271106
It looks like both errors here were from how AuTest was being invoked rather than a problem in Traffic Server itself. The "No module named 'deactivate_ip_allow'" error happens when you run the `autest` command directly, which does not set the Python module path. Running it through `tests/autest.sh` fixes that, since that wrapper exports PYTHONPATH to include the `gold_tests/remap` directory (see https://github.com/apache/trafficserver/blob/master/tests/autest.sh#L33). The "'TestRun' object has no attribute 'MakeATSProcess'" error was from running in the wrong directory. You confirmed in the thread that the test ran successfully after switching to `autest.sh`, and the leftover "watcher process finished before it was ready" failure was a local environment issue (the sandbox came up empty), not an ATS defect. The Ubuntu 22.04 CI badge you saw was an unrelated flaky unit test that has since recovered. Since the original question has been answered and the test runs, I am closing this. Please feel free to reopen or start a new issue if you run into a reproducible Traffic Server defect. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
