Skip to content

Conversation

@ywkaras
Copy link
Contributor

@ywkaras ywkaras commented Aug 25, 2022

No description provided.

@ywkaras ywkaras marked this pull request as draft August 25, 2022 21:50
@ywkaras ywkaras self-assigned this Aug 25, 2022
@ywkaras ywkaras added the AuTest label Aug 25, 2022
@ywkaras ywkaras added this to the 10.0.0 milestone Aug 25, 2022
@apache apache deleted a comment from ezelkow1 Aug 29, 2022
@ywkaras ywkaras force-pushed the TSVConnFd branch 2 times, most recently from 86c6226 to 55dbe18 Compare September 8, 2022 22:21
@ywkaras ywkaras closed this Sep 20, 2022
@ywkaras ywkaras reopened this Sep 20, 2022
@ywkaras ywkaras marked this pull request as ready for review November 5, 2022 00:47
@ywkaras
Copy link
Contributor Author

ywkaras commented Nov 7, 2022

The review could be split between two reviewers. One could review TSVConnFd.cc lines 1 - 429. The other could review the rest of that file and the other files.

@bneradt bneradt requested a review from moonchen November 8, 2022 00:31
#
tr = Test.AddTestRun()
tr.Processes.Default.Command = (
"N=10 ; while ((N > 0 )) ; do " +
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This script doesn't work on dash (default for /bin/sh on Ubuntu). Suggested change:

"N=10 ; while [ $$N -gt 0 ] ; do " +
"if [ ! -f " + InProgressFilePathspec + " ] ; then exit 0 ; fi ; sleep 1 ; N=$$(( N-1 )) ; " +
"done ; echo 'TIMEOUT' ; exit 1"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK did it.

@ywkaras ywkaras merged commit 96c14e9 into apache:master Dec 23, 2022
ywkaras added a commit to ywkaras/trafficserver that referenced this pull request Dec 23, 2022
* Add Au test for TSVConnFdCreate().

* Make TSVConnFd Au test dash shell compatible.

Co-authored-by: Walt Karas <wkaras@yahooinc.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants