inferno-framework / bulk-data-test-kit

Inferno Test Kit for servers implementing the Bulk Data Access Implementation Guide
Apache License 2.0
0 stars 0 forks source link

JSON parsing error #18

Open vlad-ignatov opened 6 months ago

vlad-ignatov commented 6 months ago

As seen in the screenshot, the UI is not properly detecting urls and renders everything as one big link. However, looking at the error message (No Patient resources processed from bulk data export.) I wonder if this is more than just a presentation problem. The JSON is valid, can be parsed, and does contain a Patient entry.

Screenshot 2024-03-14 at 10 57 06 AM
yunwwang commented 6 months ago

@vlad-ignatov We have seen this issue. We think this root cause is that the bearer token expired during the test, which is related to the one you reported #17

We are working on a solution to refresh bearer token.

At the same time, you can run these test groups manually, for example, run the test group 1, then test group 2.4. This could avoid token expiration issue.