brianlmoon / net_gearman

A PHP interface for Gearman
84 stars 46 forks source link

improvements #1

Closed till closed 14 years ago

till commented 14 years ago

Question: Is 0.2.4 the next release? I guess so - since all of these things are improvements. Or do you want 0.3.0?

My commits contain small improvements to make the test suite PEAR compatible.

I'll start to cover the classes with more tests. I don't want to break stuff before we have these.

Ben001 commented 13 years ago

Hello. I have been trying to get Net Gearman to work. I am able to run the first two test files 001 and 010, but not 012 which involves the runSet command. The program seems to hang as shown below.

--TEST-- --FILE--

I am not sure whether I did anything wrong. I have changed the array of servers in the tests-config file to just one on localhost at port 4730. All other ports including 7003 and 7004 do not work.

Can anyone help me? Thanks!

till commented 13 years ago

Please discuss this in a new issue and not here.

Also, when you open an issue, please share how you run the tests and format accordingly.