Skip to content

Conversation

@ephraimfeldblum
Copy link
Contributor

@ephraimfeldblum ephraimfeldblum commented Dec 15, 2025

ephraim feldblum added 2 commits December 15, 2025 12:42
@codecov
Copy link

codecov bot commented Dec 15, 2025

Codecov Report

❌ Patch coverage is 91.42857% with 15 lines in your changes missing coverage. Please review.
✅ Project coverage is 77.22%. Comparing base (ee8df3a) to head (194aed7).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
json_path/src/json_path.rs 71.42% 6 Missing ⚠️
redis_json/src/ivalue_manager.rs 78.26% 5 Missing ⚠️
redis_json/src/backward.rs 25.00% 3 Missing ⚠️
redis_json/src/key_value.rs 96.55% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1474      +/-   ##
==========================================
- Coverage   77.44%   77.22%   -0.22%     
==========================================
  Files          16       15       -1     
  Lines        4025     3842     -183     
==========================================
- Hits         3117     2967     -150     
+ Misses        908      875      -33     

☔ 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.

@ephraimfeldblum ephraimfeldblum changed the title Remove user info from errors MOD-13012 Remove user info from errors Dec 15, 2025
@ephraimfeldblum ephraimfeldblum changed the title MOD-13012 Remove user info from errors MOD-13014 Remove user info from errors Dec 15, 2025
match (p.len(), n.len()) {
(0, 0) => "parsing error".to_string(),
(_, 0) => format!("expected one of the following: {p}"),
(0, _) => format!("unexpected tokens found: {n}"),
Copy link
Contributor

Choose a reason for hiding this comment

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

Couldn't n leak sensitive data?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

sensitive data? i'm not certain, but i don't think so. it's the result of stringifying a parsing rule.

@ephraimfeldblum ephraimfeldblum merged commit 6f2ac27 into master Dec 16, 2025
21 checks passed
@ephraimfeldblum ephraimfeldblum deleted the ephraim_remove-user-info-from-errors branch December 16, 2025 10:09
gabsow pushed a commit that referenced this pull request Dec 28, 2025
* path info

* value types

* query compilation error

* query compilation error

* cleaning up

* stop using Error when we have RedisError
gabsow added a commit that referenced this pull request Dec 28, 2025
* path info

* value types

* query compilation error

* query compilation error

* cleaning up

* stop using Error when we have RedisError

Co-authored-by: efeldblum <109016390+ephraimfeldblum@users.noreply.github.com>
gabsow added a commit that referenced this pull request Dec 28, 2025
AvivDavid23 pushed a commit that referenced this pull request Jan 21, 2026
* path info

* value types

* query compilation error

* query compilation error

* cleaning up

* stop using Error when we have RedisError
AvivDavid23 pushed a commit that referenced this pull request Jan 21, 2026
* path info

* value types

* query compilation error

* query compilation error

* cleaning up

* stop using Error when we have RedisError
AvivDavid23 added a commit that referenced this pull request Jan 21, 2026
* MOD-13014 Remove user info from errors (#1474)

* path info

* value types

* query compilation error

* query compilation error

* cleaning up

* stop using Error when we have RedisError

* fmt

* remove file

---------

Co-authored-by: efeldblum <109016390+ephraimfeldblum@users.noreply.github.com>
AvivDavid23 added a commit that referenced this pull request Jan 21, 2026
* path info

* value types

* query compilation error

* query compilation error

* cleaning up

* stop using Error when we have RedisError

Co-authored-by: efeldblum <109016390+ephraimfeldblum@users.noreply.github.com>
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.

2 participants