1. 23 Aug, 2001 1 commit
  2. 17 Aug, 2001 1 commit
    • Jeremy Hylton's avatar
      Update ZEO connection tests to run on Windows · c67fd0f1
      Jeremy Hylton authored
      forker.py:
          Extend start_zeo_server() on Windows with arg that specifies port,
          which is used to restart the server on the same port.
      
          Remove unnecessary imports.
      
          Set PYTHONPATH for the spawned script.
      
      testZEO.py:
          Refactor ConnectionTests into abstract base class with two platform-
          specific subclasses.
      
          Add goofy test_suite() function, which is goofy because I can't figure
          out how to use unittest any other way.
      
      winserver.py:
          Keep track of storage in ZEOTestServer so that its close() method can be
          called when the server exits.
      c67fd0f1
  3. 16 Aug, 2001 3 commits
    • Jeremy Hylton's avatar
      Add rudiments of a ZEO test framework for Windows · 0be6d6ea
      Jeremy Hylton authored
      winserver.py: A small script that runs a ZEO StorageServer and a ZEOTestServer.
          The ZEOTestServer is used to kill the StorageServer during a unit test's
          teardown phases.  As soon as a client connects to that server, it exits
          the process.
      
      forker.py: Now forks and spawns, depending on os.
          XXX This needs to be cleaned up a lot, since the interfaces on Windows and
          Unix are nothing alike.
      
      testZEO.py:  Add WindowsGenericTests and WindowsZEOFileStorageTests.
          These test cases use the Windows-specific forker interface.  They also
          use getStorageInfo() to describe the storage, rather than getStorage()
          to create the storage.  This is necessary because the storage instance
          is created in a separate process.
      0be6d6ea
    • Jeremy Hylton's avatar
      7ebc2f00
    • Jim Fulton's avatar
      Added __cmp__ from Greg Ward. · 65da8605
      Jim Fulton authored
      65da8605
  4. 14 Aug, 2001 1 commit
  5. 13 Aug, 2001 1 commit
  6. 07 Aug, 2001 3 commits
  7. 06 Aug, 2001 3 commits
  8. 03 Aug, 2001 1 commit
  9. 30 Jul, 2001 2 commits
  10. 19 Jul, 2001 1 commit
  11. 17 Jul, 2001 1 commit
  12. 13 Jul, 2001 1 commit
  13. 09 Jul, 2001 1 commit
  14. 20 Jun, 2001 3 commits
  15. 15 Jun, 2001 1 commit
    • Barry Warsaw's avatar
      checkHistoryAfterVersionCommit(), checkHistoryAfterVersionAbort(): · 904f8975
      Barry Warsaw authored
      After consultation with Jim, we agreed that Full's behavior vis object
      serial numbers after a version commit/abort are correct.  The new
      revision should get the serial number of the transaction that did the
      commit/abort.
      
      FileStorage is actually broken here; the new revision gets the same
      serial number as the last in-version revision.  However, the way the
      tests are written, it works for either storage, so I'm just updating
      some comments to explain the situation.
      
      Note: Jim also explained that history()'s "version" argument should be
      ignored.  Doesn't make much difference to these tests though.
      904f8975
  16. 14 Jun, 2001 6 commits
  17. 11 Jun, 2001 1 commit
  18. 08 Jun, 2001 1 commit
  19. 05 Jun, 2001 2 commits
  20. 04 Jun, 2001 3 commits
  21. 01 Jun, 2001 3 commits