Problem/Motivation

Automated testing is not enabled for the 2.0.x dev branch. No passing tests are shown on the module page.

Proposed resolution

Enable automated testing for the 2.0.x dev branch.

Remaining tasks

User interface changes

API changes

Data model changes

CommentFileSizeAuthor
#4 2022-11-09 10_40_46-Window.png6.57 KBgrevil

Comments

Grevil created an issue. See original summary.

anybody’s picture

Title: Tests fail on the 2.0.x branch » Align test settings - tests (silently) fail on the 2.0.x branch

Thanks @Grevil, I agree the Automated Test settings for this project should please be aligned. It's strange if failing tests (only) show up in issues and it looks like the issue broke it, but it's broken in head already.

@justin2pin could you perhaps have a look at this?

grevil’s picture

Title: Align test settings - tests (silently) fail on the 2.0.x branch » Align test settings - enable automated testing on commits
Priority: Normal » Minor
Issue summary: View changes

My apologies, tests will only fail locally. Tests run by Jenkins in the module are all passing!

As the Drupal Gitlab API was pretty much broken the last couple of days, added changes to an issue fork wouldn't get tested, so we thought the current state of the dev branch is broken, but this is NOT the case!

Nevertheless, it would be really nice to enable automated testing on dev branch commits.

grevil’s picture

StatusFileSize
new6.57 KB

Interesting... it is not even possible to enable automated testing only for issues but not for dev branch commits...
Automated testing settings

So I am really unsure why the tests won't show up on the module page, but in issue forks they do?!

justin2pin’s picture

Status: Active » Closed (works as designed)

I don't think this actually has anything to do with tests, which have been running for both commits (dev branch) and issues (issues forks). You can see the recent test history for the 2.x dev branch working correctly here: https://www.drupal.org/node/3134537/qa

However: I did notice that I had not checked the option for the 2.x dev release to show on the main module page, and had not tagged 2.x as the recommended version. I changed both of those options, which you can see on the main module page: https://www.drupal.org/project/layout_paragraphs

I'm closing as "works as designed," feel free to reopen if there are additional issues. Thanks!

anybody’s picture

Thanks @justin2pin for your super quick and helpful reply! :)

Looks good now, I think we can see this as "Fixed" with the update from @Grevil! Thanks!

grevil’s picture

@justin2pin, tests are now shown on the module page, great!