Changes between Initial Version and Version 1 of Ticket #999, comment 33


Ignore:
Timestamp:
2011-09-22T15:41:33Z (13 years ago)
Author:
davidsarah
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #999, comment 33

    initial v1  
    11Josh wrote, re: [attachment:pluggable-backends-davidsarah-v8.darcs.patch]:
    2 > I think the test_crawlers failure stems from !ShareCrawler being passed a
    3 !FilePath object in its constructor where it expects a string literal to use
    4 in an old-style call to open (specifically in its "load_state" method).  I'm
    5 not certain yet, but I think I'll stop here for the night.
     2> I think the test_crawlers failure stems from !ShareCrawler being passed a !FilePath object in its constructor where it expects a string literal to use in an old-style call to open (specifically in its "load_state" method).  I'm not certain yet, but I think I'll stop here for the night.
    63
    74No, {{{load_state}}} uses {{{pickle.loads(self.statefp.getContent())}}} which is correct. The state handling is a red herring for the test_crawlers failure, I think.