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

ci: fix flaky stdio_streams_are_locked_in_permission_prompt #21238

Conversation

dsherret
Copy link
Member

Part of #21187

// expect in this scenario. If not, that would indicate a bug.
assert!(malicious_index < prompt_index);
return;
}
Copy link
Member Author

@dsherret dsherret Nov 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested this by adding an artificial delay between the two statements on line 4428.

Copy link
Contributor

@mmastrac mmastrac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@dsherret dsherret enabled auto-merge (squash) November 17, 2023 16:27
@dsherret dsherret merged commit daab366 into denoland:main Nov 17, 2023
13 checks passed
@dsherret dsherret deleted the ci_fix_flaky_stdio_streams_are_locked_in_permission_prompt branch November 17, 2023 16:57
zifeo pushed a commit to metatypedev/deno that referenced this pull request Nov 22, 2023
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.

None yet

2 participants