While crossing, change order of query options.
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 45/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- python
- Domain
- testing-qa
Research direction
Start in odfuzz/fuzzer.py around line 372 and read the linked OData specification to understand the query-option ordering requirement. Inspect how generated query options are assembled, then verify that the resulting queries can use shuffled option orders and that existing behavior remains intact.
Written by the indexing model from the issue text.
Description
This feature may test an evaluation of the query options. Learn more at https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-odata/965a7cb1-663e-4eef-b9f6-388c7e5c9444.
What is required to do:
Add another if else random statement which shuffles the order of all generated query option:
https://github.com/SAP/odfuzz/blob/fbb4c8f28a1119ae45466312a5a1c07b25c28eee/odfuzz/fuzzer.py#L372
- Dominant language
- Python
- Stars
- 23
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from SAP/odfuzz
-
Bug in CLI runner Openbug
Difficulty 2/5 1-3 hours Newbie friendliness 30/100
-
documentation
Difficulty 1/5 1-3 hours Newbie friendliness 25/100
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
-
code improvements
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100