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

Multi actor #53

Open
jhlee-mitre opened this issue Oct 18, 2022 · 2 comments
Open

Multi actor #53

jhlee-mitre opened this issue Oct 18, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@jhlee-mitre
Copy link
Contributor

Goal
Implemented a feature to handle multi-destinations in TestScript

FHIR Spec
https://www.hl7.org/fhir/testscript-definitions.html#TestScript.destination

Detail
There are two elements in TestScript concern multi actor: origin and destination. Since the engine is a command line based application, origins may be the engine itself regardless. Therefore, the engine only concerns destination. The engine reads TestScript when it is loaded and figure out the number of destination. If there are multiple destinations, the engine will ask a user to enter server addresses for each corresponds to destination.

Testscript
Example TestScript for multi-agent should be included.

@jhlee-mitre jhlee-mitre self-assigned this Oct 18, 2022
@jhlee-mitre jhlee-mitre linked a pull request Oct 24, 2022 that will close this issue
@ms-k1ngk0ng
Copy link
Contributor

This should probably entail creating a client class as well, which will allow us to keep better track of the different clients we have running around.

@jhlee-mitre
Copy link
Contributor Author

This should probably entail creating a client class as well, which will allow us to keep better track of the different clients we have running around.

I agree with you for the approach. Should it be included in the first phase of multi actor (one origin multiple destination) or we can approach step by step maybe?

@jhlee-mitre jhlee-mitre changed the title Implement handling multi destination Multi destination Nov 16, 2022
@jhlee-mitre jhlee-mitre changed the title Multi destination Multi actor Nov 28, 2022
@jhlee-mitre jhlee-mitre added the enhancement New feature or request label Nov 28, 2022
@jhlee-mitre jhlee-mitre removed a link to a pull request Dec 30, 2022
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

2 participants