1. 24 Oct, 2019 3 commits
    • Jérome Perrin's avatar
      web_renderjs_ui_test: fix flaky testFormViewHistoricalRevisionLink · c09f11f5
      Jérome Perrin authored
      This test was using a blind `pause` instead of an explicit waitFor*, so
      it was failing when machine was not fast enough.
      
      Also refactor the test a bit to simplify the assertion by first
      selecting the iframe we are going to inspect and make the test
      compatible with both chrome and firefox - they behave differently when
      interpreting new lines in selenium test tables.
      
      /reviewed-on !967
      c09f11f5
    • Jérome Perrin's avatar
      test_result: sort test results lines · d02fa029
      Jérome Perrin authored
      We want to have FAILED test results before PASSED, to easily see the
      failed tests.
      
      Apparently this was a local change on nexedi ERP5 for some time but the
      change got lost in last update. Let's commit it to make this
      permanent.
      
      /reviewed-on !960
      d02fa029
    • Jérome Perrin's avatar
      testTaskDistribution: fix random failures with test_04c_startTestSuiteOrderWithManyTestNodes · 23a8c972
      Jérome Perrin authored
      test_04c_startTestSuiteOrderWithManyTestNodes is using same test results
      names ("test suite 1", "test suite 2", ...) as some previous tests (
      test_04b_startTestSuiteOrder ) so it's safer to start the test by
      cancelling all previous test runs and renaming them.
      
      /reviewed-on !959
      23a8c972
  2. 23 Oct, 2019 7 commits
  3. 18 Oct, 2019 1 commit
  4. 17 Oct, 2019 2 commits
    • Arnaud Fontaine's avatar
      ZODB Components: Add 'Origin' (source_reference) field showing from which FS... · cf632afb
      Arnaud Fontaine authored
      ZODB Components: Add 'Origin' (source_reference) field showing from which FS module it was imported.
      cf632afb
    • Arnaud Fontaine's avatar
      ZODB Components: Do not validate nor check {consistency,source code} after importing from FS. · 799da311
      Arnaud Fontaine authored
      * pylint may return a false positive error which have to be disabled and
        failing to import it because of that requires to edit on the FS and try
        again so it is not practical for a whole Product. Instead it is easier
        to import it and not validate
      * Validation was done only for 'Test Component' and 'Extension Component',
        but all imported Components had their consistency and source code checked
        and this is not consistent to not validate but do these checks.
      * importFromFilesystem() was checking consistency and source code, and this
        was done again when validating.
      
      So leave the imported ZODB Components as draft and let the developer fixes
      issues upon validation before committing.
      799da311
  5. 16 Oct, 2019 1 commit
    • Arnaud Fontaine's avatar
      ZODB Components: List of migratable 'Module Components' in Products.XXX.*... · f675c0fb
      Arnaud Fontaine authored
      ZODB Components: List of migratable 'Module Components' in Products.XXX.* should include any kind of objects and not only modules.
      
      This fixes Products.ERP5VCS.Git module not being displayed because
      Products.ERP5VCS.__init__ only imports one of its class and not the whole
      module (and the module was not imported anywhere else too) so it was not in
      Products.ERP5VCS.__dict__.
      f675c0fb
  6. 15 Oct, 2019 2 commits
  7. 14 Oct, 2019 1 commit
  8. 11 Oct, 2019 2 commits
  9. 10 Oct, 2019 7 commits
  10. 09 Oct, 2019 7 commits
  11. 08 Oct, 2019 4 commits
  12. 07 Oct, 2019 3 commits