Skip to content
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

Grails 7: grails-cache new failing tests #219

Open
jamesfredley opened this issue Nov 12, 2024 · 0 comments
Open

Grails 7: grails-cache new failing tests #219

jamesfredley opened this issue Nov 12, 2024 · 0 comments

Comments

@jamesfredley
Copy link
Contributor

jamesfredley commented Nov 12, 2024

build succeeded on https://github.com/grails/grails-cache/actions/runs/11307987606

failed on, with no changes: https://github.com/grails/grails-cache/actions/runs/11789328427

> Task :integrationTest

CacheTagIntegrationSpec > test clear cache PASSED

CacheTagIntegrationSpec > test block tag FAILED
    Condition not satisfied:

    $().text().contains 'First block counter 6'
    |   |      |
    |   |      false
    |   Whitelabel Error Page
    |   This application has no explicit mapping for /error, so you are seeing this as a fallback.
    |   Tue Nov 12 02:02:30 UTC 2024
    |   There was an unexpected error (type=Not Found, status=404).
    [[[ChromeDriver: chrome on linux (ab4e51382d195985452fa963c97fba7f)] -> xpath: /*]]
        at com.demo.CacheTagIntegrationSpec.test block tag(CacheTagIntegrationSpec.groovy:32)

CacheTagIntegrationSpec > test clear blocks cache FAILED
    Condition not satisfied:

    $().text().contains 'First block counter 101'
    |   |      |
    |   |      false
    |   Whitelabel Error Page
    |   This application has no explicit mapping for /error, so you are seeing this as a fallback.
    |   Tue Nov 12 02:02:30 UTC 2024
    |   There was an unexpected error (type=Not Found, status=404).
    [[[ChromeDriver: chrome on linux (ab4e51382d195985452fa963c97fba7f)] -> xpath: /*]]
        at com.demo.CacheTagIntegrationSpec.test clear blocks cache(CacheTagIntegrationSpec.groovy:56)

CacheTagIntegrationSpec > test expire blocks cache based on ttl FAILED
    Condition not satisfied:

    $().text().contains 'First block counter 101'
    |   |      |
    |   |      false
    |   Whitelabel Error Page
    |   This application has no explicit mapping for /error, so you are seeing this as a fallback.
    |   Tue Nov 12 02:02:30 UTC 2024
    |   There was an unexpected error (type=Not Found, status=404).
    [[[ChromeDriver: chrome on linux (ab4e51382d195985452fa963c97fba7f)] -> xpath: /*]]
        at com.demo.CacheTagIntegrationSpec.test expire blocks cache based on ttl(CacheTagIntegrationSpec.groovy:98)

CacheTagIntegrationSpec > test render tag FAILED
    Condition not satisfied:

    $().text().contains 'First invocation: Counter value: 1'
    |   |      |
    |   |      false
    |   Whitelabel Error Page
    |   This application has no explicit mapping for /error, so you are seeing this as a fallback.
    |   Tue Nov 12 02:02:30 UTC 2024
    |   There was an unexpected error (type=Not Found, status=404).
    [[[ChromeDriver: chrome on linux (ab4e51382d195985452fa963c97fba7f)] -> xpath: /*]]
        at com.demo.CacheTagIntegrationSpec.test render tag(CacheTagIntegrationSpec.groovy:133)

CacheTagIntegrationSpec > test expire render cache based on ttl FAILED
    Condition not satisfied:

    $().text().contains 'First invocation: Counter value: 1'
    |   |      |
    |   |      false
    |   Whitelabel Error Page
    |   This application has no explicit mapping for /error, so you are seeing this as a fallback.
    |   Tue Nov 12 02:02:30 UTC 2024
    |   There was an unexpected error (type=Not Found, status=404).
    [[[ChromeDriver: chrome on linux (ab4e51382d195985452fa963c97fba7f)] -> xpath: /*]]
        at com.demo.CacheTagIntegrationSpec.test expire render cache based on ttl(CacheTagIntegrationSpec.groovy:[183](https://github.com/grails/grails-cache/actions/runs/11789328427/job/32837908877#step:4:186))
@jamesfredley jamesfredley moved this to Todo in Grails 7 Nov 12, 2024
@jamesfredley jamesfredley changed the title Grails 7: new failing tests Grails 7: grails-cache new failing tests Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant