Skip to content

Bug 2052749: Example extension causes the t/markdown test to fail#166

Merged
justdave merged 1 commit into
mainfrom
bug-2052749-harmony
Jul 6, 2026
Merged

Bug 2052749: Example extension causes the t/markdown test to fail#166
justdave merged 1 commit into
mainfrom
bug-2052749-harmony

Conversation

@justdave

@justdave justdave commented Jul 6, 2026

Copy link
Copy Markdown
Member

Details

The test itself is probably too loose - it's passing a test string that would commonly be used elsewhere for something else (like in the Example extension, which also uses 'foo' in a replacement that trips the test). The most robust fix for this is to make the test pass a tag that won't likely ever get used in a production use case.

Additional info

Test Plan

  1. Have an unpatched Bugzilla
  2. rm extensions/Example/disabled
  3. sh docker/run-tests-in-docker.sh - pick option 6
  4. Observe the test failure.
  5. check out this PR branch.
  6. rm extensions/Example/disabled
  7. sh docker/run-tests-in-docker.sh - pick option 6
  8. Observe the test no longer fails. (a different test might fail, but that's Another Bug™)

@justdave justdave requested review from dylanwh and mrenvoize July 6, 2026 03:18

@mrenvoize mrenvoize left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another clear improvement, approving.

@justdave justdave merged commit 7f0062b into main Jul 6, 2026
8 checks passed
@justdave justdave deleted the bug-2052749-harmony branch July 6, 2026 06:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants