Webtester on squeak?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Webtester on squeak?

LawsonEnglish
When was the last time anyone tested running Webtester with seaside
running on squeak?  Just tried it with the 4.2 image and its beyond
broke, it seems.


Lawson
_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
Reply | Threaded
Open this post in threaded view
|

Re: Webtester on squeak?

Bart Gauquie
Hi,

I originally build it on Squeak 3.9, later developed it on Pharo. Never tested it again in Squeak ever since.
So it might be fixable... I can have a look at it. 

Regards,

Bart


On Wed, Mar 9, 2011 at 2:55 AM, Lawson English <[hidden email]> wrote:
When was the last time anyone tested running Webtester with seaside running on squeak?  Just tried it with the 4.2 image and its beyond broke, it seems.


Lawson
_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev



--
imagination is more important than knowledge - Albert Einstein
Logic will get you from A to B. Imagination will take you everywhere - Albert Einstein
Learn from yesterday, live for today, hope for tomorrow. The important thing is not to stop questioning. - Albert Einstein
The true sign of intelligence is not knowledge but imagination. - Albert Einstein
However beautiful the strategy, you should occasionally look at the results. - Sir Winston Churchill
It's not enough that we do our best; sometimes we have to do what's required. - Sir Winston Churchill

_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
Reply | Threaded
Open this post in threaded view
|

Re: Webtester on squeak?

Lawson English
Thanks much.

L.

On 3/9/11 12:39 AM, Bart Gauquie wrote:
Hi,

I originally build it on Squeak 3.9, later developed it on Pharo. Never tested it again in Squeak ever since.
So it might be fixable... I can have a look at it. 

Regards,

Bart


On Wed, Mar 9, 2011 at 2:55 AM, Lawson English <[hidden email]> wrote:
When was the last time anyone tested running Webtester with seaside running on squeak?  Just tried it with the 4.2 image and its beyond broke, it seems.


Lawson
_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev



--
imagination is more important than knowledge - Albert Einstein
Logic will get you from A to B. Imagination will take you everywhere - Albert Einstein
Learn from yesterday, live for today, hope for tomorrow. The important thing is not to stop questioning. - Albert Einstein
The true sign of intelligence is not knowledge but imagination. - Albert Einstein
However beautiful the strategy, you should occasionally look at the results. - Sir Winston Churchill
It's not enough that we do our best; sometimes we have to do what's required. - Sir Winston Churchill
_______________________________________________ seaside-dev mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev


_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
Reply | Threaded
Open this post in threaded view
|

Re: Webtester on squeak?

Bart Gauquie
Hi,

Tried on the latest Squeak 4.2. Manually loaded all the packages, fired it up and noticed that the tests gave the same error I've noticed before. Apparently, there is some error in the internal 'jetty' server the selenium rc is using, causing the implementation of squeak's HttpSocket get to wait forever for data. I made a hack to fix it, but seems that Squeak since 3.9 has refactored some of that code, so the hack is not working any more.

I've load the WebClient project, adapted the code, and everything is working fine on latest Squeak. I have all my tests green now.

I will try to release a new version with this fix shortly. 

Regards

Bart

On Wed, Mar 9, 2011 at 11:06 AM, Lawson English <[hidden email]> wrote:
Thanks much.

L.


On 3/9/11 12:39 AM, Bart Gauquie wrote:
Hi,

I originally build it on Squeak 3.9, later developed it on Pharo. Never tested it again in Squeak ever since.
So it might be fixable... I can have a look at it. 

Regards,

Bart


On Wed, Mar 9, 2011 at 2:55 AM, Lawson English <[hidden email]> wrote:
When was the last time anyone tested running Webtester with seaside running on squeak?  Just tried it with the 4.2 image and its beyond broke, it seems.


Lawson
_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev



--
imagination is more important than knowledge - Albert Einstein
Logic will get you from A to B. Imagination will take you everywhere - Albert Einstein
Learn from yesterday, live for today, hope for tomorrow. The important thing is not to stop questioning. - Albert Einstein
The true sign of intelligence is not knowledge but imagination. - Albert Einstein
However beautiful the strategy, you should occasionally look at the results. - Sir Winston Churchill
It's not enough that we do our best; sometimes we have to do what's required. - Sir Winston Churchill
_______________________________________________ seaside-dev mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev


_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev




--
imagination is more important than knowledge - Albert Einstein
Logic will get you from A to B. Imagination will take you everywhere - Albert Einstein
Learn from yesterday, live for today, hope for tomorrow. The important thing is not to stop questioning. - Albert Einstein
The true sign of intelligence is not knowledge but imagination. - Albert Einstein
However beautiful the strategy, you should occasionally look at the results. - Sir Winston Churchill
It's not enough that we do our best; sometimes we have to do what's required. - Sir Winston Churchill

_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
Reply | Threaded
Open this post in threaded view
|

Re: Webtester on squeak?

Lawson English
Very great, thanks.

On 3/9/11 2:12 PM, Bart Gauquie wrote:

> Hi,
>
> Tried on the latest Squeak 4.2. Manually loaded all the packages,
> fired it up and noticed that the tests gave the same error I've
> noticed before. Apparently, there is some error in the internal
> 'jetty' server the selenium rc is using, causing the implementation of
> squeak's HttpSocket get to wait forever for data. I made a hack to fix
> it, but seems that Squeak since 3.9 has refactored some of that code,
> so the hack is not working any more.
>
> I've load the WebClient project, adapted the code, and everything is
> working fine on latest Squeak. I have all my tests green now.
>
> I will try to release a new version with this fix shortly.
>
> Regards
>
> Bart
>

_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
Reply | Threaded
Open this post in threaded view
|

Re: Webtester on squeak?

Tobias Pape
In reply to this post by Bart Gauquie
Hi,

Am 2011-03-09 um 22:12 schrieb Bart Gauquie:

> Hi,
>
> Tried on the latest Squeak 4.2. Manually loaded all the packages, fired it up and noticed that the tests gave the same error I've noticed before. Apparently, there is some error in the internal 'jetty' server the selenium rc is using, causing the implementation of squeak's HttpSocket get to wait forever for data. I made a hack to fix it, but seems that Squeak since 3.9 has refactored some of that code, so the hack is not working any more.
>
> I've load the WebClient project, adapted the code, and everything is working fine on latest Squeak. I have all my tests green now.
>
> I will try to release a new version with this fix shortly.

Do you have a plan, when to release the version with Squeak4.2-support?
Or, can you provide the changes necessary to make it run as an .st file
or the like?

So Long,
        -Tobias_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev