Add troubleshooting entry for load-test-ng and Mattermost version compatibility#978
Add troubleshooting entry for load-test-ng and Mattermost version compatibility#978
Conversation
…-ng and Mattermost server Document the 501 error that occurs when running load-test-ng v1.30.0+ against Mattermost servers older than v11.0.1 due to the GetClientConfig API change, and recommend using v1.29.0 or earlier for pre-v11 deployments.
There was a problem hiding this comment.
Pull request overview
Adds documentation to help users troubleshoot load-test-ng compatibility issues when running against older Mattermost server versions, and cleans up minor markdown formatting/whitespace.
Changes:
- Re-indents markdown list/code blocks in
docs/faq.mdfor cleaner rendering. - Adds a new FAQ troubleshooting entry describing a 501 error when load-test-ng v1.30.0+ targets Mattermost < v11.0.1, with a recommended workaround.
- Removes trailing whitespace at the end of
README.md.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docs/faq.md | Markdown formatting tweaks + new troubleshooting entry for 501 errors due to Mattermost version/API compatibility. |
| README.md | Removes a trailing blank/whitespace line at EOF. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughDocumentation-only changes: removed a trailing empty newline in Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
Thank you for this, @fmartingr! |
Summary
docs/faq.mddocumenting the 501 error when running load-test-ng v1.30.0+ against Mattermost servers older than v11.0.1GetClientConfigAPI changed in Mattermost v11.0.1; load-test-ng v1.30.0+ uses the new endpoint, causing failures on older serversTest plan
Summary by CodeRabbit