[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pyamf-tickets
Subject:    [pyamf-tickets] #269: Issues with PyAMF and Jython
From:       tickets () pyamf ! org (tickets () pyamf ! org)
Date:       2009-01-17 20:14:51
Message-ID: 042.efdcaf0fbbbd95573edece3486d07e5e () pyamf ! org
[Download RAW message or body]

#269: Issues with PyAMF and Jython
-------------------------+--------------------------------------------------
 Reporter:  thijs        |       Owner:  nick    
     Type:  enhancement  |      Status:  accepted
 Priority:  minor        |   Milestone:  0.5     
Component:  Testing      |     Version:  0.3     
 Keywords:               |  
-------------------------+--------------------------------------------------

Old description:

> I tested PyAMF on [http://www.jython.org Jython] with different versions
> and quite a few tests failed:
>
>  - PyAMF r1441 and Jython - trunk
> [http://fisheye3.atlassian.com/changelog/jython/?cs=4725 r4725]
> ([attachment:jython-r4725.log log])
>  - PyAMF r1458 and Jython - trunk
> [http://fisheye3.atlassian.com/changelog/jython/?cs=4758 r4758]
> ([attachment:jython-r4758.log log])
>  - PyAMF r1531 and Jython - trunk
> [http://fisheye3.atlassian.com/changelog/jython/?cs=4927 r4927]
> (tests=427, failures=19, errors=125)
>  - PyAMF r1586 and Jython - asm branch
> [http://fisheye3.atlassian.com/changelog/jython/?cs=5026 r5026]
> ([http://buildbot.pyamf.org/builders/amd64-ubuntu-jython/builds/6/steps
> /jython-test/logs/stdio/text failures=15, errors=14)]
>  - PyAMF r1597 and Jython - trunk
> [http://fisheye3.atlassian.com/changelog/jython/?cs=5215 r5215]
> ([http://buildbot.pyamf.org/builders/amd64-ubuntu-jython/builds/18/steps
> /jython-test/logs/stdio/text failures=18, errors=1])
>  - PyAMF r1699 and Jython - trunk
> [http://fisheye3.atlassian.com/changelog/jython/?cs=5372 r5372]
> ([http://buildbot.pyamf.org/builders/amd64-ubuntu-jython/builds/103/steps
> /jython-test/logs/stdio/text failures=15, errors=1])
>  - PyAMF r1848 and Jython - trunk
> [http://fisheye3.atlassian.com/changelog/jython/?cs=5770 r5770]
> ([http://buildbot.pyamf.org/builders/amd64-ubuntu-jython/builds/108/steps
> /jython-test/logs/stdio/text failures=18, errors=1])
>
> == How to reproduce ==
>
>  1. Grab the Jython trunk:
> {{{
> #!sh
> svn co https://jython.svn.sourceforge.net/svnroot/jython/trunk jython-
> trunk
> }}}
>
>  2. Compile Jython and set {{{JYTHON_HOME}}}:
> {{{
> #!sh
> cd jython-trunk
> ant
> export JYTHON_HOME=/path/to/jython-trunk/dist
> chmod 777 $JYTHON_HOME/bin/jython
> }}}
>
>  3. Grab the PyAMF trunk, install setuptools with:
> {{{
> #!sh
> $JYTHON_HOME/bin/jython ez_setup.py
> }}}
>
>  4. Run the tests from the PyAMF trunk:
> {{{
> #!sh
> $JYTHON_HOME/bin/jython setup.py test
> }}}

New description:

 I tested PyAMF on [http://www.jython.org Jython] with different versions
 and quite a few tests failed:

  - PyAMF r1441 and Jython - trunk
 [http://fisheye3.atlassian.com/changelog/jython/?cs=4725 r4725]
 ([attachment:jython-r4725.log log])
  - PyAMF r1458 and Jython - trunk
 [http://fisheye3.atlassian.com/changelog/jython/?cs=4758 r4758]
 ([attachment:jython-r4758.log log])
  - PyAMF r1531 and Jython - trunk
 [http://fisheye3.atlassian.com/changelog/jython/?cs=4927 r4927]
 (tests=427, failures=19, errors=125)
  - PyAMF r1586 and Jython - asm branch
 [http://fisheye3.atlassian.com/changelog/jython/?cs=5026 r5026]
 ([http://buildbot.pyamf.org/builders/amd64-ubuntu-jython/builds/6/steps
 /jython-test/logs/stdio/text failures=15, errors=14)]
  - PyAMF r1597 and Jython - trunk
 [http://fisheye3.atlassian.com/changelog/jython/?cs=5215 r5215]
 ([http://buildbot.pyamf.org/builders/amd64-ubuntu-jython/builds/18/steps
 /jython-test/logs/stdio/text failures=18, errors=1])
  - PyAMF r1699 and Jython - trunk
 [http://fisheye3.atlassian.com/changelog/jython/?cs=5372 r5372]
 ([http://buildbot.pyamf.org/builders/amd64-ubuntu-jython/builds/103/steps
 /jython-test/logs/stdio/text failures=15, errors=1])
  - PyAMF r1848 and Jython - trunk
 [http://fisheye3.atlassian.com/changelog/jython/?cs=5770 r5770]
 ([http://buildbot.pyamf.org/builders/amd64-ubuntu-jython/builds/108/steps
 /jython-test/logs/stdio/text failures=18, errors=1])
  - PyAMF r2078 and Jython trunk
 [http://fisheye3.atlassian.com/changelog/jython/?cs=5939 r5939]
 [http://buildbot.pyamf.org/builders/jython25/builds/25/steps/python2.5-test_2/logs/stdio/text
 failures=4])
 == How to reproduce ==

  1. Grab the Jython trunk:
 {{{
 #!sh
 svn co https://jython.svn.sourceforge.net/svnroot/jython/trunk jython-
 trunk
 }}}

  2. Compile Jython and set {{{JYTHON_HOME}}}:
 {{{
 #!sh
 cd jython-trunk
 ant
 export JYTHON_HOME=/path/to/jython-trunk/dist
 chmod 777 $JYTHON_HOME/bin/jython
 }}}

  3. Grab the PyAMF trunk, install setuptools with:
 {{{
 #!sh
 $JYTHON_HOME/bin/jython ez_setup.py
 }}}

  4. Run the tests from the PyAMF trunk:
 {{{
 #!sh
 $JYTHON_HOME/bin/jython setup.py test
 }}}

--

Comment(by thijs):

 Replying to [comment:15 thijs]:
 > Blocked by #353 and http://bugs.jython.org/issue1227

 Both issues have been fixed in the Jython trunk now.

-- 
PyAMF - Ticket URL: <http://pyamf.org/ticket/269#comment:16>

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic