Skip to content

fix: remove unnecessary escapes in tag tests and update parser#864

Merged
karel-rehor merged 3 commits intohotfix/v6.10.1from
fix/tag-escapes-redux
Mar 27, 2026
Merged

fix: remove unnecessary escapes in tag tests and update parser#864
karel-rehor merged 3 commits intohotfix/v6.10.1from
fix/tag-escapes-redux

Conversation

@karel-rehor
Copy link
Copy Markdown
Contributor

@karel-rehor karel-rehor commented Mar 27, 2026

Proposed Changes

Improve tag parsing in the InfluxQLQueryApi by...

  • Using correct escaped and unescaped strings in test keys and values and in anticipated results
  • Removing anticipated double escape characters in the tag parser

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • A test has been added if appropriate
  • mvn test completes successfully
  • Commit messages are conventional
  • Sign CLA (if not already signed)

@karel-rehor karel-rehor requested review from alespour and bednar March 27, 2026 16:13
@codecov-commenter
Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.40%. Comparing base (c39b23b) to head (d916c8e).
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@                 Coverage Diff                  @@
##             hotfix/v6.10.1     #864      +/-   ##
====================================================
+ Coverage             87.90%   88.40%   +0.50%     
- Complexity              726      777      +51     
====================================================
  Files                   172      172              
  Lines                  7067     7056      -11     
  Branches                393      390       -3     
====================================================
+ Hits                   6212     6238      +26     
+ Misses                  732      698      -34     
+ Partials                123      120       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@karel-rehor karel-rehor merged commit f6b100e into hotfix/v6.10.1 Mar 27, 2026
10 checks passed
@karel-rehor karel-rehor deleted the fix/tag-escapes-redux branch March 27, 2026 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants