-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
skip 4 failing tests, 3 are tests which failed, then worked and now fail again #254
Conversation
Looking at the time when the tests started failing, it seems to be this change that broke the tests: grails/grails-core@bff1a68 |
There were two failures after that commit, but the errors were different and appeared to resolve, possibly a stale cached version of grails-async:6.0.0-SNAPSHOT. grails/grails-core@2edb2e3 is the PR which triggered https://github.com/grails/grails-functional-tests/actions/runs/11311524760 which was the first time we saw these 4 failures, actually 8, but 4 are still failing. |
Looking at the test failures and timing, I still think this change to |
@matrei doubt it. It doesn't seem like it should have any impact. It isn't possible for the It is also more plausible it could be something that was in 7 and got lost merging back down to 6. It was on my bucket list to test async, but haven't had time to get to it. |
We are getting So, this is definitively a probably culprit: grails/grails-core@2edb2e3 |
@matrei That method was removed from the fields plugin. Is it resolving an old version of the plugin? Are the tests resolving the latest fields 6.0.0-SNAPSHOT? |
Scratch that, this test is working now. |
@codeconsole What does it take to make sitemesh layouts work in the test apps in this repo? Line 12 in b476ac6
|
Right now you manually have to add the plugin dependency, but it should be me made an api dependency of another dependency. The question is, which one? I am not sure if gsp should depend on sitemesh. What is responsible for mapping gsps to the layouts folder? |
I am merging this so that we have working functional tests to use with https://docs.google.com/document/d/1k5J5ZqUW-ofOMuZJ-eljrg4yqAFHBAhQFa-sY-1EQ5o/edit#heading=h.7j0mm9z5mgub. I have been using this branch to test the last several changes, including for grails-core. The two distinct groups of test failures will be moved to issues. |
3 of these were working and were restored on 10/3/24, but are now failing again. https://github.com/grails/grails-functional-tests/pull/251/files
#254 - list of failing tests
This PR is not needed if we fix the cause identified in the comments below.