Skip to content

Conversation

bvisness
Copy link

@bvisness bvisness commented Sep 30, 2025

These params were using the names iterationCount and worstCaseCount, which are names not used in the code and which therefore result in unexpected behavior in various cases. For example, the cli flags --iteration-count and --worst-case-count were being totally ignored, and the DefaultJetStreamParams fallback behavior in _parseIntParam was looking up a nonexistent key.

One impact of this is that anyone currently using the params ?iterationCount=foo&worstCaseCount=bar in the browser will need to start using ?testIterationCount=foo&testWorstCaseCount=bar instead.

cc @eqrion

These params were using the names iterationCount and worstCaseCount,
which are names not used in the code and which therefore result in
unexpected behavior in various cases. For example, the cli flags
--iteration-count and --worst-case-count were being totally ignored, and
the DefaultJetStreamParams fallback behavior in _parseIntParam was
looking up a nonexistent key.
Copy link

netlify bot commented Sep 30, 2025

Deploy Preview for webkit-jetstream-preview ready!

Name Link
🔨 Latest commit fdc08e1
🔍 Latest deploy log https://app.netlify.com/projects/webkit-jetstream-preview/deploys/68dc392cd86cf100084e241b
😎 Deploy Preview https://deploy-preview-193--webkit-jetstream-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

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.

1 participant