This issue is for any changes to be tried out on drupal.org testing infrastructure and gitlab pipelines. It is useful to have this issue open to be able to check what is happening on d.o. testing without adding confusing patches to other real issues.

Merge Request 72 is marked as draft because it will never be committed. There is no point in rebasing the MR when other commits are made. When required the branch can be recreated and force pushed.

Issue fork scheduler-3049585

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jonathan1055 created an issue. See original summary.

jonathan1055’s picture

Status: Active » Needs review
FileSize
1.01 KB

This patch checks if PHPlint fails the syntax for a continue statement inside try/catch.

This did not fail in the scheduler patch on 192 here but the identical code did fail on the moderation integration patch in #2 here

Status: Needs review » Needs work

The last submitted patch, 2: 3049585-1.catch_continue.patch, failed testing. View results

jonathan1055’s picture

Status: Needs work » Needs review
FileSize
977 bytes

This patch in #2 was not the same. This new patch more closely replicates the change in moderation integration patch in #2 here

So this should fail the phplint checks

Status: Needs review » Needs work

The last submitted patch, 4: 3049585-4.catch_continue.patch, failed testing. View results

jonathan1055’s picture

Status: Needs work » Active

OK. So the phplint syntax checking is more stringent at php7.1 than at php5.6.
That's good to know.

jonathan1055’s picture

Version: 8.x-1.x-dev » 2.x-dev
Component: Code » Testing
FileSize
1.13 KB

Some more work has been done on #3251399: Drupalci.yml filtering for testgroups: 'scheduler,scheduler_api' does not run all the required tests and here is a test using alexpott's patch #9 from that issue instead of my patch #4

jonathan1055’s picture

  • jonathan1055 committed 78d09ae on 2.x
    Issue #3049585 by jonathan1055: Remove @group legacy from DevelGenerate...
jonathan1055’s picture

  • jonathan1055 committed 9570312 on 8.x-1.x
    Issue #3049585 by jonathan1055: Remove @group legacy from...

  • jonathan1055 committed 965cdc8 on 2.x
    Issue #3049585 by jonathan1055: Update tugboat for Drupal 10 builds
    
jonathan1055’s picture

OK, lets abandon that idea.

  • jonathan1055 committed 1516bf5 on 2.x
    Issue #3049585 by jonathan1055: In Travis get test dependencies via...

  • jonathan1055 committed e1b28c9 on 2.x
    Issue #3049585 by jonathan1055: Use resetFormDisplayFields() in Tugboat...

  • jonathan1055 committed 2b02ee0 on 2.x
    Issue #3049585 by jonathan1055: Regex from branches in Travis build
    

  • jonathan1055 committed 6d7284d on 2.x
    Issue #3049585 by jonathan1055: Do not run javascript tests in Travis
    

  • jonathan1055 committed 4360f121 on 2.x
    Issue #3049585 by jonathan1055: .prettierignore and drupalci.yml
    
jonathan1055’s picture

Issue summary: View changes

jonathan1055 changed the visibility of the branch 2.x to hidden.