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

hive: Add --sim.exactmatch flag #969

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

spencer-tb
Copy link
Contributor

Description

Following this PR: #929

On occasion we may use a regex pattern that will run more tests than intended.

The intention behind the sim.limit below may be to solely run a single test in isolation:

... --sim.limit engine-cancun/"InvalidPayloadAttributes: Missing BeaconRoot" --docker.output

Due to the increasing number of tests within the engine simulator alongside its programtic naming of tests, the above sim.limit will run and additional test using regex matching:

InvalidPayloadAttributes: Missing BeaconRoot
InvalidPayloadAttributes: Missing BeaconRoot (Syncing)

Updated Proposed Change

Adds an additional boolean flag: --sim.exactmatch, that can be used to escape and anchor the regex expression specified within --sim.limit.

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