bulk_data_test_kit 0.11.1 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. checksums.yaml +4 -4
  2. data/config/presets/bulk_data_v101_bulk_data_server.json +10 -5
  3. data/config/presets/bulk_data_v101_inferno_reference_server.json +10 -5
  4. data/config/presets/bulk_data_v200_bulk_data_server.json +10 -5
  5. data/config/presets/bulk_data_v200_inferno_reference_server.json +10 -5
  6. data/lib/bulk_data_test_kit/bulk_export_validation_tester.rb +3 -3
  7. data/lib/bulk_data_test_kit/export_cancel_tests.rb +2 -2
  8. data/lib/bulk_data_test_kit/export_kick_off_performer.rb +3 -3
  9. data/lib/bulk_data_test_kit/export_operation_tests.rb +3 -3
  10. data/lib/bulk_data_test_kit/v1.0.1/bulk_data_export_cancel_test.rb +3 -1
  11. data/lib/bulk_data_test_kit/v1.0.1/bulk_data_export_kick_off_test.rb +3 -1
  12. data/lib/bulk_data_test_kit/v1.0.1/bulk_data_ndjson_download_test.rb +3 -1
  13. data/lib/bulk_data_test_kit/v1.0.1/bulk_data_no_auth_test.rb +4 -2
  14. data/lib/bulk_data_test_kit/v1.0.1/bulk_data_smart_backend_services_v101_group.rb +25 -3
  15. data/lib/bulk_data_test_kit/v1.0.1/bulk_data_status_check_test.rb +3 -1
  16. data/lib/bulk_data_test_kit/v1.0.1/bulk_data_test_suite.rb +1 -6
  17. data/lib/bulk_data_test_kit/v1.0.1/group/bulk_data_group_export_cancel_group.rb +3 -1
  18. data/lib/bulk_data_test_kit/v1.0.1/group/bulk_data_group_export_group.rb +5 -3
  19. data/lib/bulk_data_test_kit/v1.0.1/group/bulk_data_group_export_validation_group.rb +4 -1
  20. data/lib/bulk_data_test_kit/v1.0.1/patient/bulk_data_patient_export_cancel_group.rb +3 -1
  21. data/lib/bulk_data_test_kit/v1.0.1/patient/bulk_data_patient_export_group.rb +5 -3
  22. data/lib/bulk_data_test_kit/v1.0.1/patient/bulk_data_patient_export_validation_group.rb +4 -1
  23. data/lib/bulk_data_test_kit/v1.0.1/system_export/bulk_data_system_export_cancel_group.rb +3 -1
  24. data/lib/bulk_data_test_kit/v1.0.1/system_export/bulk_data_system_export_group.rb +5 -3
  25. data/lib/bulk_data_test_kit/v1.0.1/system_export/bulk_data_system_export_validation_group.rb +4 -1
  26. data/lib/bulk_data_test_kit/v2.0.0/bulk_data_export_cancel_test.rb +3 -1
  27. data/lib/bulk_data_test_kit/v2.0.0/bulk_data_outputFormat_param_test.rb +3 -1
  28. data/lib/bulk_data_test_kit/v2.0.0/bulk_data_since_param_test.rb +3 -1
  29. data/lib/bulk_data_test_kit/v2.0.0/bulk_data_smart_backend_services_v200_group.rb +25 -2
  30. data/lib/bulk_data_test_kit/v2.0.0/bulk_data_test_suite.rb +1 -0
  31. data/lib/bulk_data_test_kit/v2.0.0/group/bulk_data_group_export_parameters_group.rb +5 -3
  32. data/lib/bulk_data_test_kit/v2.0.0/patient/bulk_data_patient_export_parameters_group.rb +5 -3
  33. data/lib/bulk_data_test_kit/v2.0.0/system_export/bulk_data_system_export_parameters_group.rb +5 -3
  34. data/lib/bulk_data_test_kit/v2.0.0_client/bulk_data_client_delete_test.rb +0 -1
  35. data/lib/bulk_data_test_kit/v2.0.0_client/bulk_data_client_export_group.rb +5 -3
  36. data/lib/bulk_data_test_kit/v2.0.0_client/bulk_data_client_kick_off_test.rb +0 -1
  37. data/lib/bulk_data_test_kit/v2.0.0_client/bulk_data_client_output_test.rb +0 -1
  38. data/lib/bulk_data_test_kit/v2.0.0_client/bulk_data_client_status_test.rb +0 -1
  39. data/lib/bulk_data_test_kit/v2.0.0_client/bulk_data_client_test_suite.rb +24 -7
  40. data/lib/bulk_data_test_kit/v2.0.0_client/{bulk_data_client_export_wait_test.rb → bulk_data_client_wait_test.rb} +9 -10
  41. data/lib/bulk_data_test_kit/v2.0.0_client/docs/suite_description.md +8 -9
  42. data/lib/bulk_data_test_kit/v2.0.0_client/endpoints/delete.rb +6 -1
  43. data/lib/bulk_data_test_kit/v2.0.0_client/endpoints/kick_off.rb +39 -5
  44. data/lib/bulk_data_test_kit/v2.0.0_client/endpoints/output.rb +16 -9
  45. data/lib/bulk_data_test_kit/v2.0.0_client/endpoints/status.rb +33 -10
  46. data/lib/bulk_data_test_kit/v2.0.0_client/postman/{system_export.postman_collection.json → collection.json} +54 -8
  47. data/lib/bulk_data_test_kit/v2.0.0_client/server_proxy.rb +32 -0
  48. data/lib/bulk_data_test_kit/v2.0.0_client/urls.rb +6 -15
  49. data/lib/bulk_data_test_kit/version.rb +2 -2
  50. metadata +9 -11
  51. data/lib/bulk_data_test_kit/v2.0.0_client/bulk_data_client_delete_group.rb +0 -27
  52. data/lib/bulk_data_test_kit/v2.0.0_client/bulk_data_client_delete_wait_test.rb +0 -44
  53. data/lib/bulk_data_test_kit/v2.0.0_client/postman/delete.postman_collection.json +0 -133
@@ -1,44 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- module BulkDataTestKit
4
- module BulkDataV200Client
5
- # Bulk Data Client - Delete Wait
6
- class DeleteWaitTest < Inferno::Test
7
- include URLs
8
-
9
- title 'Wait For Request Sequence'
10
-
11
- description %(
12
- This test will receive bulk data export requests until the user confirms they are finished.
13
- )
14
-
15
- id :bulk_data_client_delete_wait
16
-
17
- input :access_token, :export_type, :group_id
18
-
19
- run do
20
- wait(
21
- identifier: access_token,
22
- message: %(
23
- Kick-off a **#{export_type}** endpoint type bulk export using the following base URL:
24
-
25
- #{kickoff_url}
26
-
27
- #{export_type == GROUP_EXPORT_TYPE ? "Ensure the Group ID is set to **#{group_id}**." : ''}
28
-
29
- Include the following bearer access token with all requests: **#{access_token}**
30
-
31
- Once the export request has been kicked-off,
32
- [delete the export](https://build.fhir.org/ig/HL7/bulk-data/export.html#bulk-data-delete-request).
33
-
34
- The entire request sequence will be recorded and used in the subsequent tests to
35
- verify comformity to the
36
- [Bulk Data IG](https://build.fhir.org/ig/HL7/bulk-data/export.html#sequence-overview).
37
-
38
- [Click here](#{resume_pass_url}?id=#{access_token}) when finished.
39
- )
40
- )
41
- end
42
- end
43
- end
44
- end
@@ -1,133 +0,0 @@
1
- {
2
- "info": {
3
- "name": "Bulk Data Client - Delete",
4
- "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
5
- },
6
- "item": [
7
- {
8
- "name": "Kickoff",
9
- "event": [
10
- {
11
- "listen": "test",
12
- "script": {
13
- "exec": [
14
- "pm.test(\"kick-off was accepted\", function () {",
15
- " pm.response.to.have.status(202);",
16
- "});",
17
- "",
18
- "pm.collectionVariables.set(\"status_url\", pm.response.headers.get('Content-Location'));",
19
- ""
20
- ],
21
- "type": "text/javascript",
22
- "packages": {}
23
- }
24
- }
25
- ],
26
- "request": {
27
- "method": "GET",
28
- "header": [],
29
- "url": {
30
- "raw": "{{base_url}}/custom/bulk_data_v200_client/fhir/$export",
31
- "host": [
32
- "{{base_url}}"
33
- ],
34
- "path": [
35
- "custom",
36
- "bulk_data_v200_client",
37
- "fhir",
38
- "$export"
39
- ]
40
- }
41
- },
42
- "response": []
43
- },
44
- {
45
- "name": "Delete",
46
- "event": [
47
- {
48
- "listen": "test",
49
- "script": {
50
- "exec": [
51
- "pm.test(\"export was deleted\", function () {",
52
- " pm.response.to.have.status(202);",
53
- "});",
54
- ""
55
- ],
56
- "type": "text/javascript",
57
- "packages": {}
58
- }
59
- },
60
- {
61
- "listen": "prerequest",
62
- "script": {
63
- "exec": [
64
- ""
65
- ],
66
- "type": "text/javascript",
67
- "packages": {}
68
- }
69
- }
70
- ],
71
- "request": {
72
- "method": "DELETE",
73
- "header": [],
74
- "url": {
75
- "raw": "{{status_url}}",
76
- "host": [
77
- "{{status_url}}"
78
- ]
79
- }
80
- },
81
- "response": []
82
- }
83
- ],
84
- "auth": {
85
- "type": "bearer",
86
- "bearer": [
87
- {
88
- "key": "token",
89
- "value": "{{access_token}}",
90
- "type": "string"
91
- }
92
- ]
93
- },
94
- "event": [
95
- {
96
- "listen": "prerequest",
97
- "script": {
98
- "type": "text/javascript",
99
- "packages": {},
100
- "exec": [
101
- ""
102
- ]
103
- }
104
- },
105
- {
106
- "listen": "test",
107
- "script": {
108
- "type": "text/javascript",
109
- "packages": {},
110
- "exec": [
111
- ""
112
- ]
113
- }
114
- }
115
- ],
116
- "variable": [
117
- {
118
- "key": "access_token",
119
- "value": "SAMPLE_TOKEN",
120
- "type": "string"
121
- },
122
- {
123
- "key": "base_url",
124
- "value": "http://localhost:4567",
125
- "type": "string"
126
- },
127
- {
128
- "key": "status_url",
129
- "value": "",
130
- "type": "string"
131
- }
132
- ]
133
- }