Hello All
I am very interested in ATS, but we have some troubled with executing autest.
When we executed autest 1.7.0 in ATS 7.1.5 some case often failed.
Total of 42 test
Unknown: 0
Exception: 0
Failed: 25
Warning: 0
Skipped: 3
Passed: 14
Most of case failed with:
file /home/ats/trafficserver/tests/_sandbox/basic-manager/ts/log/diags.log
: diags.log should not contain errors - Failed
Reason: Cannot read
/home/ats/trafficserver/tests/_sandbox/basic-manager/ts/log/diags.log: [Errno
2] No such file or directory:
and
WARNING: Unable to open file
/home/media/nginx/trafficserver/tests/_sandbox/tls_hooks3/ts/var/trafficserver/host.db;
[Error]: No such file or directory
Could you help have a review and gave some advice.
Detailed logs are added as attachments.
Below is my detailed installation steps:
unzip trafficserver-7.1.x.zip
cd trafficserver-7.1.x
autoreconf -if
./configure --prefix=/usr/local/trafficserver
make
sudo make install
There are no errors in the installation steps.
The test steps:
cd tests
./autest.sh --ats-bin /usr/local/trafficserver/bin/
--
Thanks&Best Regards
Enzo