~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2007-03-28 13:33:58 UTC
  • mto: (2018.5.115 hpss)
  • mto: This revision was merged to the branch mainline in revision 2383.
  • Revision ID: robertc@robertcollins.net-20070328133358-wn7wgnzmb0cjohjk
Fixup the test changes made for hpss to be clean and self contained.

Show diffs side-by-side

added added

removed removed

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