trafficserver icon indicating copy to clipboard operation
trafficserver copied to clipboard

AuTest failures on Ubuntu

Open hnakamur opened this issue 1 year ago • 4 comments

I tried to run AuTest on Ubuntu {18,20,22}.04 in Docker and got some failures.

Dockerfile and test log files for trafficserver 9.2.0: https://github.com/hnakamur/trafficserver-run-autest-docker/tree/f70b6f19c386f5a24cc0d0a9aaaf2dcec4a3e46a

Dockerfile and test log files for trafficserver 9.2.0 + my 2 fixes (https://github.com/hnakamur/trafficserver/commit/8bcb2b76f95a4c53280b486a54301d52e67d77ba, https://github.com/hnakamur/trafficserver/commit/fe5555fda199df501494aa53927a0e4fd746407e) (only ubuntu2204 is updated): https://github.com/hnakamur/trafficserver-run-autest-docker/tree/f4087bbc8a7d9179b9df9dd56f595791c340904a

I noticed there are many failures with Reason: Returned Value -2 != 0 for Process: ts.

I'd like to fix other failures but don't know what to do next. Can someone give me a suggestion? Thanks!

hnakamur avatar Jan 24 '23 12:01 hnakamur

We have experienced the same type of issues running autest on Fedora 37. It is best to run this on our rockylinux:8 Docker image:

ci.trafficserver.apache.org/ats/rockylinux:8

bryancall avatar Jan 31 '23 00:01 bryancall

Thanks for your response. Should I close this issue or leave it open?

hnakamur avatar Feb 07 '23 05:02 hnakamur

It's nice to have autest runnable on different environment. If you have patches to make it possible, PR is welcome. As you may already know, we land a change on master first, then cherry-pick the commit to branches (in most cases). Please make PRs for master, if you want.

If you just want to make sure nothing is broken, you can use our the Docker image that Bryan mentioned above.

In either case, you can leave/keep this issue open, but if there's no activity, it'll be closed by bot.

maskit avatar Feb 07 '23 16:02 maskit

This issue has been automatically marked as stale because it has not had recent activity. Marking it stale to flag it for further consideration by the community.

github-actions[bot] avatar Feb 08 '24 01:02 github-actions[bot]