lp:~jjacobs/divmod.org/1175494-failing-imaginary-text-tests

Created by Jonathan Jacobs and last modified
Get this branch:
bzr branch lp:~jjacobs/divmod.org/1175494-failing-imaginary-text-tests
Only Jonathan Jacobs can upload to this branch. If you are Jonathan Jacobs please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Jonathan Jacobs
Project:
Divmod
Status:
Merged

Recent revisions

2702. By Jonathan Jacobs

Fix failing Imaginary text tests.

Unfortunately the offending code in Imaginary is a bit of a hack and the Conch code is not flexible enough to implement this in a way without having to rely on private methods.

2701. By Florent

Move Pyflakes out of the Divmod.org's repository

2700. By Jean-Paul Calderone

Update two Nevow unit tests to work with more recent versions of Twisted

This will introduce a test failure against Twisted < 11.0, but no implementation
changes are actually being made, so no actual functionality should be lost on
old Twisted versions.

2699. By Jonathan Lange

Separate logic for reporting results.

 * Author: jml
 * Reviewers: exarkun, jml

2698. By Jean-Paul Calderone

Improve SQLite3 Spambayes storage implementation performance

Author: exarkun
Reviewer: mithrandi

Change the SQLite3 Spambayes storage implementation to load data for all of a
message's token data in as few SQL operations as possible, instead of
loading one token's data per SQL operation.

2697. By Jean-Paul Calderone

Switch to using a SQLite3 database for spambayes classifier training data, instead of a pickle file.

Author: exarkun
Reviewer: mithrandi

The reasons for preferring SQLite3 are manifold. Performance, reliability, inspectability,
and maintainability should all be improved by this change. An upgrader is included, of
course, to convert old data. However, the old pickle file is left in place for manual
deletion afterwards, at the discretion of a system administrator.

2696. By Jean-Paul Calderone

Update Quotient usage of spambayes to pass the new required `mode` argument when constructing Hammie instances.

This allows Quotient to work with the latest release of spambayes, though it breaks Quotient against older
versions of spambayes.

2695. By Jean-Paul Calderone

Start the scheduler service as soon as the store service is started.

Author: exarkun
Reviewer: mithrandi
Fixes: lp:910923

2694. By Jean-Paul Calderone

Add extra help for making sure the batch process is started when it is needed.

Any time a remote work item is added, check to see if the batch
process needs to be started. This ensures remote work items
are processed in a slightly more timely fashion than was
previously the case.

2693. By Jean-Paul Calderone

Fix an unhandled exception in the POP3 grabber timeout case.

Previously the POP3 grabber would fail with an AttributeError if a timeout occurred on the
POP3 connection. This was caused by trying to set the status on the grabber object after
the reference to the grabber object had been discarded. When trying to set the status, the
code now first checks to see if a grabber object is available to do that.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:divmod.org
This branch contains Public information 
Everyone can see this information.

Subscribers