Re: Javascript Async tests

2012-01-04 Thread Andrew Grumet
Not busy, wimpy --- virtual machine running on old hardware. Won't sweat it. Got the testserver and phantomjs working. Had to first do: lib/java$ ant and lib/java$ ant compile-test Manual test in the browser was a little tricky because the testserver wasn't returning Content-Type headers. I

[jira] [Commented] (THRIFT-1484) Introduce phpunit test suite

2012-01-04 Thread Jake Farrell (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13179881#comment-13179881 ] Jake Farrell commented on THRIFT-1484: -- Some of the ci build servers all ready have

[jira] [Created] (THRIFT-1484) Introduce phpunit test suite

2012-01-04 Thread Roger Meier (Created) (JIRA)
Introduce phpunit test suite - Key: THRIFT-1484 URL: https://issues.apache.org/jira/browse/THRIFT-1484 Project: Thrift Issue Type: Improvement Components: PHP - Compiler, PHP - Library, Test Suite

Re: Javascript Async tests

2012-01-04 Thread roger
Andrew, sounds good! TFileTransport needs lot of resources, do you have a busy machine? We have to adopt that test probably... it breaks if you have too much load on your machine. -roger Quoting Andrew Grumet : Great. Got it all installed on Ubuntu 11, make check ran. Have to look into

Re: Javascript Async tests

2012-01-04 Thread Andrew Grumet
Great. Got it all installed on Ubuntu 11, make check ran. Have to look into one failure (TFileTransportTest) but other than that it looks good. Next step is to sort out phpunit tests. On Tue, Jan 3, 2012 at 8:52 AM, wrote: > I use Debian Squeeze and the build infrastructure at Apache uses Ubu