Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core Keeper GET /kvs/key/{key} should retruns results with the exact specified key #5081

Closed
jinlinGuan opened this issue Feb 13, 2025 · 0 comments · Fixed by #5098
Closed
Assignees
Labels
bug Something isn't working

Comments

@jinlinGuan
Copy link
Contributor

🐞 Bug Report

Affected Services [REQUIRED]

The issue is located in: core-keeper

Is this a regression?

no

Description and Minimal Reproduction [REQUIRED]

For example,
PUT key edgex%2Fv4%2Fdevice%2Dmodbus123

curl -X PUT http://localhost:59890/api/v3/kvs/key/edgex%2Fv4%2Fdevice%2Dmodbus123 -d '{"value":"test"}'

GET key edgex%2Fv4%2Fdevice%2Dmodbus

curl -X GET http://localhost:59890/api/v3/kvs/key/edgex%2Fv4%2Fdevice%2Dmodbus

🔥 Exception or Error

Should only return results with the key edgex%2Fv4%2Fdevice%2Dmodbus, but currently it also returns the results with the key edgex%2Fv4%2Fdevice%2Dmodbus123

🌍 Your Environment

Deployment Environment:

EdgeX Version [REQUIRED]:
main

Anything else relevant?

@jinlinGuan jinlinGuan added the bug Something isn't working label Feb 13, 2025
@github-project-automation github-project-automation bot moved this to New Issues in Technical WG Feb 13, 2025
@jumpingliu jumpingliu moved this from New Issues to Release Backlog in Technical WG Feb 13, 2025
@cloudxxx8 cloudxxx8 moved this from Release Backlog to In Progress in Technical WG Feb 20, 2025
@github-project-automation github-project-automation bot moved this from In Progress to Odessa Done in Technical WG Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Odessa Done
Development

Successfully merging a pull request may close this issue.

2 participants