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

Allow external specification of channel types in STM generation #8

Open
MattWindsor91 opened this issue Mar 9, 2023 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@MattWindsor91
Copy link
Collaborator

Currently, when we're generating STMs, we always infer the channel types (and do it locally, which means that different tests can infer different types). This is clumsy and won't always give us the result we need, and so it would be much better if we could allow the user to specify the types of channels in a side-channel such as an XML file or name: type list.

@MattWindsor91 MattWindsor91 added the enhancement New feature or request label Mar 9, 2023
@MattWindsor91
Copy link
Collaborator Author

In discussion with @pefribeiro it's become evident that this would be useful to specify channels/topics that are not covered by any tests, too.

The inference happens at the test tree -> STM level (and I think that contrary to what I wrote in March it might be global with unification now?), so I'm unsure what the best side-channel would be for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant