File: add-validation-for-queue-name-6e417870cc257308.yaml

package info (click to toggle)
python-zaqarclient 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 828 kB
  • sloc: python: 4,417; makefile: 18; sh: 2
file content (9 lines) | stat: -rw-r--r-- 451 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
---
fixes:
  - Fix the creation issue when special meanings words in queue name.
    When using zaqarclient to create a queue with some special
    meanings words like "#" and "%", then cli will return the queue
    with the name has created successfully, but in zaqar server side,
    the name is not as same as the client side.
    Add the check for some special meanings words, it will raise error message
    when using those words in queue name.