CHANGES.erp5.util.txt 3.1 KB
Newer Older
1 2 3
Changes
=======

Sebastien Robin's avatar
Sebastien Robin committed
4 5 6 7 8 9 10 11
0.4.9 (2012-10-01)
------------------

 * erp5.util.testnode:

  - remove --now parameter when calling slapgrid-sr since
    it is not yet well supported [Sebastien Robin]

12 13 14 15 16 17 18 19
0.4.8 (2012-09-27)
------------------

 * erp5.util.testnode:

  - use taskdistribution module to reduce code
    [Vincent Pelletier], [Pere Cortes]

20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
0.4.7 (2012-09-03)
------------------

 * erp5.util.taskdistribution:

  - work around test lines acquiring values from parent when no value is
    provided. [Vincent Pelletier]
  - fix a regression introduced in 0.4.6 which allowed parallel XMLRPC calls,
    which is not supported. [Rafael Monnerat]

 * erp5.util.benchmark:

  - check whether at least one result file could be found when generating a
    scalability report. [Arnaud Fontaine]
  - make sure that diagram bars are properly aligned in scalability test
    report. [Arnaud Fontaine]

 * erp5.util.testsuite:

  - new module [Rafael Monnerat]

41 42 43 44 45 46 47 48
0.4.6 (2012-08-10)
------------------

 * erp5.util.taskdistribution:

  - set socket timeout for RPC calls to prevent a deadlock happens.
    [Rafael Monnerat]

49 50 51 52 53 54 55 56 57
0.4.5 (2012-07-04)
------------------

 * erp5.util.taskdistribution:

  - xmlrpclib does not support named parameters, use positional ones
    [Vincent Pelletier]

0.4.4 (2012-07-04)
58 59 60 61 62 63
------------------

 * erp5.util.taskdistribution:

  - New module [Vincent Pelletier]

64 65 66 67 68 69 70 71 72 73
0.4.3 (2012-04-24)
----------------

 * erp5.util.testnode:

  - Improve detection of the cancellation of a test on the master
  - better management of SIGTERM signal
  - cleanup test instances to make sure nothing stay from a previous
    test run

74 75 76 77 78 79 80 81 82 83 84 85 86
0.4.2 (2012-04-11)
----------------

 * erp5.util.testnode:

  - Improve testnode logs
  - add a thread to upload ongoing logs to the master regularly
  - if the software release is not built successfully after a
    few time, totally erase software. This help unblocking if
    buildout is unable to update software.
  - check if the last test result was cancelled in order to
    allow relaunching test without restarting testnode

Ivan Tyagov's avatar
Ivan Tyagov committed
87
0.4.1 (2012-02-29)
Łukasz Nowak's avatar
Łukasz Nowak committed
88 89
----------------

Ivan Tyagov's avatar
Ivan Tyagov committed
90 91 92 93 94
 * erp5.util.testnode:

  - Improve testnode's reliability when contacting remote master
  - Try to build software releases multiple times before giving up

Łukasz Nowak's avatar
Łukasz Nowak committed
95

Łukasz Nowak's avatar
Łukasz Nowak committed
96
0.3 (2011-12-23)
Aurel's avatar
Aurel committed
97 98
----------------

Łukasz Nowak's avatar
Łukasz Nowak committed
99
 * erp5.util.webchecker:
100

Łukasz Nowak's avatar
Łukasz Nowak committed
101
   - Imported from https://svn.erp5.org/repos/public/erp5/trunk/utils/
102
     Utility to check caching policy of websites
Aurel's avatar
Aurel committed
103

Łukasz Nowak's avatar
Łukasz Nowak committed
104 105 106 107 108 109 110 111 112 113 114
 * erp5.util.testnode:

   - improve logging [Sebastien Robin]
   - fix passing bt5_path [Gabriel Monnerat]
   - fix profile_path concatenation [Nicolas Delaby]
   - fix git updating and parsing repository paths [Julien Muchembled]

 * erp5.util.benchmark:

  - new utility, work in progress [Arnaud Fontaine]

Aurel's avatar
Aurel committed
115
0.2 (2011-09-20)
Łukasz Nowak's avatar
Łukasz Nowak committed
116 117
----------------

118 119 120 121 122 123
 * Imported from https://svn.erp5.org/repos/public/erp5/trunk/utils/

   - erp5.util.test_browser:
     Programmable browser for functional and performance tests for ERP5
   - erp5.util.benchmark:
     Performance benchmarks for ERP5 with erp5.utils.test_browser
Łukasz Nowak's avatar
Łukasz Nowak committed
124

125
0.1 (2011-08-08)
126 127
----------------

Łukasz Nowak's avatar
Łukasz Nowak committed
128
 * erp5.util.testnode imported from recipe-like slapos.cookbook
Łukasz Nowak's avatar
Łukasz Nowak committed
129
   [Łukasz Nowak]