lp:~sbeattie/conflictchecker/conflictchecker-fixups

Created by Steve Beattie and last modified
Get this branch:
bzr branch lp:~sbeattie/conflictchecker/conflictchecker-fixups
Only Steve Beattie can upload to this branch. If you are Steve Beattie please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Steve Beattie
Project:
conflict checker
Status:
Merged

Recent revisions

39. By Steve Beattie

* findconflicts/__init__.py: fixup yet another "too many sql arguments"
  issue by breaking the arguments into chunks of 500.

38. By Steve Beattie

Whee, one more storm call that ends up being too large for sqlite. :-(
Converted to chunks once again.

37. By Steve Beattie

Woo, it's actually working, I think; actual conflicts are reported.
Adjusting distributions to correspond to things that we actually
currently support.

36. By Steve Beattie

Convert to chunked insertion; but measurements indicate that io/gzip are
the major bottlenecks here. Yay for premature optimization!

35. By Steve Beattie

* To_analyze: chunk sql queries in blocks of 500, to avoid sqlite "Too
  many arguments" error
* InsertFromInfo:
  * don't insert diversions into the binpackagefiles table
  * whitespace fixups

34. By Steve Beattie

Merge testcase fixes and __object_info fix from mvo's branch.

33. By Steve Beattie

Fix up insertions to cope with sqlite's limitations on the number of
arguments in an "in" statement; the number of files in many packages easily
exceed that limit.

32. By Steve Beattie

Fixup issue with tuned_gzip by just removing it and using the one from
bzrlib (everywhere I expect us to run conflictchecker will likely have
access to bzrlib).

31. By Robert Collins

Merge test fixes from mvo.

30. By Robert Collins

Some test fixes - fast and furious, not retaining quite the original 'unit' nature of the tests.

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.

Subscribers