Re: Testing Framework Meetup

2015-01-14 Thread Cynthia Gu
+1 On 1/14/15, 2:29 PM, "Brian Geffon" wrote: >Hi All, >Thomas and Josh have made some pretty good progress on a testing >framework, >I think it's probably time for another mini meetup to see where we're at >and get everyone caught up. Would anyone be interested in meeting >somewhere >in sunnyva

TS-1570

2014-11-10 Thread Cynthia Gu
Hi, I’m investigating this bug (https://issues.apache.org/jira/browse/TS-1570 ) and found that the root cause is in HTTPHdr::_fill_target_cache(). It processes port string and stops before the non-digit char. Pasting the code below: // Check in the URL first, then the HOST field. if (0 != url->

Re: ATS Integration Testing

2014-11-04 Thread Cynthia Gu
Brian, Just some thoughts on collaboration. Most of the contributors are local is definite something advantage we can take. Since it’s a framework, we probably need some initial meetings/phone calls to come up with a robust easy-to-use framework. After that, we can start to implement test cases in

Re: lockfile permission denied

2014-10-28 Thread Cynthia Gu
Bill, Can you check if there is any port opened by traffic_server with lsof? Cynthia On 10/28/14, 7:16 PM, "Bill Zeng" wrote: >Thank you two for the replies! traffic_server.stdout is created by >traffic_cop/traffic_manager/traffic_server when it still had root >privilege. So the owner is sti

Re: lockfile permission denied

2014-10-28 Thread Cynthia Gu
That¹s weird. I can see traffic_cop running on root, traffic_manager and traffic_server running on non root by doing sudo ./trafficserver start. I use traffic_server 5.2.0. Any changes since? On 10/28/14, 6:10 PM, "Bill Zeng" wrote: >Hi all, > >I have a question about the privileges of the proce