An error occurred fetching the project authors.
- 20 Dec, 2018 1 commit
-
-
Łukasz Nowak authored
-
- 19 Oct, 2018 1 commit
-
-
Guillaume Hervier authored
-
- 31 Aug, 2018 1 commit
-
-
Jérome Perrin authored
In preparation for moving this to a better place, use the same code in all the places where this code was duplicated. Reconcile all implementations, document a little bit more the methods and the future plans.
-
- 13 Jul, 2018 1 commit
-
-
Łukasz Nowak authored
It is application/json no text/json. Cf nexedi/slapos!358 (comment 63538)
-
- 09 Jul, 2018 1 commit
-
-
Łukasz Nowak authored
In case of error during processing SlapOS software or instance expose last 100 lines of the message, which is enough to identify the problem and does not clutter the test master.
-
- 29 Jun, 2018 1 commit
-
-
Łukasz Nowak authored
Whenever there is a problem while building software or instantiation, emit verbose information for further analysis.
-
- 28 Jun, 2018 1 commit
-
-
Łukasz Nowak authored
Based on Jerome's work from /software/proftpd/test/utils.py Main changes: * tearDownClass is called in case of errors in setUpClass (mimic addCleanup instance method) * the setUpClass is split to smaller methods for ease of further development * full instance path is exposed for test introspection * software path of master partition is exposed for test introspection
-
- 23 May, 2018 1 commit
-
-
Jérome Perrin authored
an utility method to control and query supervisor instance used by slapos using http://supervisord.org/api.html
-
- 22 May, 2018 3 commits
-
-
Jérome Perrin authored
fix all getInstanceParameterDict typos
-
Jérome Perrin authored
supervisord creates a socket with pid in the name, so we have to account for the space of pid. Because it's not so easy to know the max size of pids, we just assume 7 places.
-
Jérome Perrin authored
otherwise we leak zombie slapproxy processes
-
- 17 Apr, 2018 1 commit
-
-
Jérome Perrin authored
fix getInstanceParameterDict typo
-
- 15 Apr, 2018 1 commit
-
-
Jérome Perrin authored
To run tests locally by `python setup.py test` This is a new kind of test suite that compile software, request instance with specific parameters and check that the instance works as expected.
-