Add tests for files users might not see, but crawlers use - #2988
Draft
holly-cummins wants to merge 1 commit into
Draft
Add tests for files users might not see, but crawlers use#2988holly-cummins wants to merge 1 commit into
holly-cummins wants to merge 1 commit into
Conversation
Status for workflow
|
| Status | Name | Step | Failures | Logs | Raw logs |
|---|---|---|---|---|---|
| ❌ | Build | Run smoke tests |
Failures | Logs | Raw logs |
Full information is available in the Build summary check run.
Failures
⚙️ Build #
- Failing: Root module
📦 Root module
❌ io.quarkusio.SitemapTest.sitemapHtmlContainsLinks line 146 - More details - Source on GitHub
Details
org.opentest4j.AssertionFailedError: sitemap.html should contain anchor links ==> expected: <true> but was: <false>
at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:232)
at io.quarkusio.SitemapTest.sitemapHtmlContainsLinks(SitemapTest.java:146)
❌ io.quarkusio.SitemapTest.sitemapHtmlReturns200 line 131 - More details - Source on GitHub
Details
org.opentest4j.AssertionFailedError: Expected 200 for /sitemap.html but got 404 ==> expected: <200> but was: <404>
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:601)
at io.quarkusio.SitemapTest.sitemapHtmlReturns200(SitemapTest.java:131)
holly-cummins
marked this pull request as draft
September 4, 2026 17:26
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Slightly closing the barn door after the #2958 horse, but regressions here would be hard for users to spot.