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

fix(openapi-sampler): able to sample pattern with nested infinite quantifiers and max-length #247

Conversation

ostridm
Copy link
Contributor

@ostridm ostridm commented Aug 9, 2024

closes #246

@ostridm ostridm added the Type: bug Something isn't working. label Aug 9, 2024
@ostridm ostridm requested review from pmstss and derevnjuk August 9, 2024 07:24
@ostridm ostridm self-assigned this Aug 9, 2024
Copy link

codeclimate bot commented Aug 9, 2024

Code Climate has analyzed commit d124319 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 92.2% (0.1% change).

View more on Code Climate.

@ostridm ostridm removed the request for review from pmstss August 13, 2024 08:10
@derevnjuk derevnjuk changed the title fix(sampler): able to sample pattern format with nested infinite quantifiers and max-length constraint fix(sampler): able to sample pattern with nested infinite quantifiers and max-length constraint Aug 13, 2024
@derevnjuk derevnjuk changed the title fix(sampler): able to sample pattern with nested infinite quantifiers and max-length constraint fix(sampler): able to sample pattern with nested infinite quantifiers and max-length Aug 13, 2024
@derevnjuk derevnjuk changed the title fix(sampler): able to sample pattern with nested infinite quantifiers and max-length fix(openapi-sampler): able to sample pattern with nested infinite quantifiers and max-length Aug 13, 2024
packages/openapi-sampler/src/samplers/StringSampler.ts Outdated Show resolved Hide resolved
packages/openapi-sampler/src/samplers/StringSampler.ts Outdated Show resolved Hide resolved
packages/openapi-sampler/src/samplers/StringSampler.ts Outdated Show resolved Hide resolved
packages/openapi-sampler/src/samplers/StringSampler.ts Outdated Show resolved Hide resolved
packages/openapi-sampler/src/samplers/StringSampler.ts Outdated Show resolved Hide resolved
packages/openapi-sampler/src/samplers/StringSampler.ts Outdated Show resolved Hide resolved
packages/openapi-sampler/src/samplers/StringSampler.ts Outdated Show resolved Hide resolved
packages/openapi-sampler/src/samplers/StringSampler.ts Outdated Show resolved Hide resolved
packages/openapi-sampler/src/samplers/StringSampler.ts Outdated Show resolved Hide resolved
@ostridm ostridm requested a review from derevnjuk August 13, 2024 17:07
@ostridm ostridm requested a review from derevnjuk August 14, 2024 09:05
@derevnjuk derevnjuk enabled auto-merge (squash) August 14, 2024 10:21
@derevnjuk derevnjuk merged commit 2b19177 into master Aug 14, 2024
5 checks passed
@derevnjuk derevnjuk deleted the fix_#246/sample-patten-with-nested-unlimited-quantifiers-and-max-length branch August 14, 2024 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: bug Something isn't working.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pattern string sampler fails maxLength constraint when pattern contains nested unlimited quantifiers
2 participants