- 18 Jul, 2023 1 commit
-
-
Jérome Perrin authored
-
- 17 Jul, 2023 1 commit
-
-
Thomas Gambier authored
-
- 13 Jul, 2023 21 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
This reverts commit 31eaaec1a2bd8bc8648a686a83be989a9615a93e. This slows down business template by a factor of two and it seems we don't need it. I'm experimenting with hacks in ppml.py but maybe just creating the Unpickler with encoding='utf-8' in product/ERP5Type/XMLExportImport/__init__.py:267 is enough ?
-
Jérome Perrin authored
at this point they all fail after long timeouts, because neo does not support py3 yet
-
Jérome Perrin authored
see 2a457867 (erp5: Rework testrunner's HTTP server, 2018-09-04), with python3 the timing is not same and sometimes the parameter was not propagated before root partitions promise were all solved, this add a promise at the root partition to ensure the parameter is propagated
-
Jérome Perrin authored
this promise should be enabled regardless of test runner configuration
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
Not sure why it was OK on python2 and not sure if this has to be done or the promise code needs to cast the results of getConfig()
-
Jérome Perrin authored
-
Arnaud Fontaine authored
Otherwise it fails with the following exception because of non-ASCII characters (`[A-Z&é@{]{3,7})`) (see unconvert()) below): => erp5_core/PathTemplateItem/portal_preferences/default_site_preference.xml File "zodbpickle-2.0.0-py3.7-linux-x86_64.egg/zodbpickle/pickle_3.py", line 844, in load dispatch[key[0]](self) File "zodbpickle-2.0.0-py3.7-linux-x86_64.egg/zodbpickle/pickle_3.py", line 1035, in load_short_binstring self.append(self.decode_string(data)) File "zodbpickle-2.0.0-py3.7-linux-x86_64.egg/zodbpickle/pickle_3.py", line 989, in decode_string return value.decode(self.encoding, self.errors) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 19: ordinal not in range(128)
-
Jérome Perrin authored
-
Bryton Lacquement authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
This reverts commit 6c399134.
-
Jérome Perrin authored
See merge request nexedi/slapos!1407
-
Thomas Gambier authored
-
Thomas Gambier authored
-
- 10 Jul, 2023 1 commit
-
-
Xavier Thompson authored
See merge request !1399
-
- 05 Jul, 2023 4 commits
-
-
Xavier Thompson authored
-
Xavier Thompson authored
Fix takoever of a theia with initial embedded instance. The issue was that the promise checking that the embedded instance was successfully requested relied on files which were not transferred to backup theia. The location of these files has been changed in order to transfer them; therefore the old location is still checked for upgrade-compatibility.
-
Xavier Thompson authored
Test that takeover of theia with an initial embedded instance succeeds.
-
Xavier Thompson authored
See merge request !1403
-
- 04 Jul, 2023 5 commits
-
-
Xavier Thompson authored
Now each partiton in slapos-sr-testing has its own IPv6 thanks to ipv6 range, takeover url changes after takoever, so up-to-date connection parameters need to be fetched before doing a second takeover.
-
Xavier Thompson authored
-
Thomas Gambier authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
- 03 Jul, 2023 2 commits
-
-
Jérome Perrin authored
restart restic after renewing certificate, using the same approach as software/dufs
-
Jérome Perrin authored
Because dufs only reads certificate on startup it does not detect when the certificate was renewed. The only thing supported by dufs is to restart, so we use hash-files options of wrapper recipe to
-
- 28 Jun, 2023 1 commit
-
-
Xavier Thompson authored
Resiliency import script had a race condition where the proxy might not have finished restarting before formatting the partitions, causing the import script to randomly fail during format because the proxy is down when format tries to send it updated computer information. See merge request nexedi/slapos!1406
-
- 23 Jun, 2023 3 commits
-
-
Joanne Hugé authored
-
Joanne Hugé authored
-
Joanne Hugé authored
-
- 21 Jun, 2023 1 commit
-
-
Thomas Gambier authored
-