Ticket #269 (accepted enhancement)

Opened 7 months ago

Last modified 7 weeks ago

Issues with PyAMF and Jython

Reported by: thijs Owned by: nick
Priority: minor Milestone: 0.5
Component: Testing Version: 0.3
Keywords: Cc:

Description (last modified by thijs) (diff)

I tested PyAMF on Jython with different versions and quite a few tests failed:

How to reproduce

  1. Grab the Jython trunk:
    svn co https://jython.svn.sourceforge.net/svnroot/jython/trunk jython-trunk
    
  1. Compile Jython and set JYTHON_HOME:
    cd jython-trunk
    ant
    export JYTHON_HOME=/path/to/jython-trunk/dist
    chmod 777 $JYTHON_HOME/bin/jython
    
  1. Grab the PyAMF trunk, install setuptools with:
    $JYTHON_HOME/bin/jython ez_setup.py
    
  1. Run the tests from the PyAMF trunk:
    $JYTHON_HOME/bin/jython setup.py test
    

Attachments

jython-r4725.log (187.5 KB) - added by thijs 5 months ago.
error log for jython r4725
jython-r4758.log (187.5 KB) - added by thijs 5 months ago.

Change History

Changed 7 months ago by thijs

Jython is Python 2.2 so I doubt this will be fixed soon ;)

Changed 7 months ago by thijs

  • milestone changed from 0.4 to Blue Sky

Changed 5 months ago by thijs

  • priority changed from major to minor
  • component changed from AMF0 to Testing
  • description modified (diff)
  • summary changed from Issue with PyAMF and Jython to Issues with PyAMF and Jython

Changed 5 months ago by thijs

error log for jython r4725

Changed 5 months ago by thijs

  • description modified (diff)

Changed 5 months ago by thijs

Changed 5 months ago by thijs

  • description modified (diff)

Changed 4 months ago by thijs

Jython is now part of our build farm.

Changed 4 months ago by thijs

  • type changed from defect to enhancement
  • description modified (diff)
  • milestone changed from Blue Sky to 0.5

Changed 4 months ago by thijs

  • description modified (diff)

Changed 4 months ago by thijs

  • description modified (diff)

Changed 3 months ago by thijs

  • description modified (diff)

Changed 3 months ago by nick

  • status changed from new to accepted
  • milestone changed from 0.5 to 0.4

Blocked by #343.

Changed 3 months ago by thijs

  • milestone changed from 0.4 to 0.5

Changed 7 weeks ago by thijs

  • description modified (diff)
Note: See TracTickets for help on using tickets.