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

Potential extract_path issue #23

Closed
jhlee-mitre opened this issue Jul 22, 2022 · 1 comment
Closed

Potential extract_path issue #23

jhlee-mitre opened this issue Jul 22, 2022 · 1 comment
Assignees

Comments

@jhlee-mitre
Copy link
Contributor

Describe the bug
Weird URL and request patterns while running basic TestScripts

#1

To Reproduce
Execute: ruby driver.rb general_test_script.json
Action: Read the patient resource on the test server using the id from fixture-patient-create. Prevent URL encoding of the request..

Result
I, [2022-07-22T15:08:18.429515 #47099] INFO -- : [.execute_operation] ERROR: no implicit conversion of Hash into String while executing Operation [unlabeled].

Comment
This could be an issue of missing "targetId" while extracting path

#2

To Reproduce
Execute: ruby driver.rb http:https://hapi.fhir.org/baseR4 search_test_script.json
Action: Search for Patient resources on the destination test system..

Result
I, [2022-07-22T14:50:41.717993 #44470] INFO -- : GETTING: http:https://hapi.fhir.org/baseR4/Patient?family=${PatientSearchFamilyName}&given=${PatientSearchGivenName}

Comment
This could be an issue of converting "params" while extracting path

#3

To Reproduce
Execute: ruby driver.rb update_test_script.json
Action: Update patient resource on test server using the contents of fixture-patient-update.

Result
I, [2022-07-22T15:07:19.231608 #46947] INFO -- : PUTTING: http:https://server.fire.ly/Patient/example&_format=application/fhir+xml

Inside the response code is '308'

@jhlee-mitre
Copy link
Contributor Author

Addressed

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

No branches or pull requests

2 participants