~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-03-29 04:35:40 UTC
  • mfrom: (2381.1.4 hpss-test-correctness)
  • Revision ID: pqm@pqm.ubuntu.com-20070329043540-952aff23533c1c26
(robertc) Various test suite changes and cleanups in preparation for the next hpss branch. (Robert Collins, Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
      return a StraceResult object which contains just the syscalls involved
21
21
      in running it. (Robert Collins)
22
22
 
 
23
    * New test method ``reduceLockdirTimeout`` to drop the default (ui-centric)
 
24
      default time down to one suitable for tests. (Andrew Bennetts)
 
25
 
 
26
    * Add new vfs_transport_factory attribute on tests which provides the 
 
27
      common vfs backing for both the readonly and readwrite transports.
 
28
      This allows the RemoteObject tests to back onto local disk or memory,
 
29
      and use the existing transport_server attribute all tests know about
 
30
      to be the smart server transport. This in turn allows tests to 
 
31
      differentiate between 'transport to access the branch', and 
 
32
      'transport which is a VFS' - which matters in Remote* tests.
 
33
      (Robert Collins, Andrew Bennetts)
 
34
 
 
35
    * The ``make_branch_and_tree`` method for tests will now create a 
 
36
      lightweight checkout for the tree if the vfs_transport_factory is not
 
37
      a LocalURLServer. (Robert Collins, Andrew Bennetts)
 
38
 
 
39
    * Branch implementation tests have been audited to ensure that all urls 
 
40
      passed to Branch APIs use proper urls, except when local-disk paths
 
41
      are intended. This is so that tests correctly access the test transport
 
42
      which is often not equivalent to local disk in Remote* tests. As part
 
43
      of this many tests were adjusted to remove dependencies on local disk
 
44
      access.
 
45
      (Robert Collins, Andrew Bennetts)
 
46
 
23
47
 
24
48
bzr 0.15 (not finalised)
25
49