Commit 6b5ccf3
GSK-2902 GSK-2418 Add a method to execute test suite and upload result to Hub programmatically + result cleanup (Giskard-AI#1818)
* GSK-2418 Add a method to execute test suite and upload result to Hub programmatically
* GSK-2418 Date format identical to Hub one
* GSK-2418 Updated DTO
* GSK-2418 Handle debugging
* GSK-2418 Handle debugging
* GSK-2418 Handle exception in test suite execution
* GSK-2418 Made metric optional and added test for download and upload
* GSK-2418 Updated test
* GSK-2418 Added link to the ref doc
* GSK-2418 Added todo
* GSK-2902 Cleanup TestResult information that are sent to the Hub
* GSK-2902 Updated communication tests
* Fix suite_id in _test_result_to_dto
* GSK-2418 Fixed uuid serialization
* GSK-2418 Added test
* GSK-2418 Fixed issue when sending wrong id
* GSK-2418 Fixed issue when sending wrong id
* GSK-2418 Updated save suite execution method to send configuration
* GSK-2418 Fixed issue when test has error
* GSK-2418 Fixed tests
* Fix dto format
---------
Co-authored-by: Hartorn <bazire@giskard.ai>
Co-authored-by: Hartorn <hartorn.github@gmail.com>1 parent 543fe15 commit 6b5ccf3
File tree
13 files changed
+331
-344
lines changed- docs/reference/suite
- giskard
- client
- core
- ml_worker/websocket
- tests
- communications
- fixtures
- core
13 files changed
+331
-344
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
| 7 | + | |
5 | 8 | | |
| 9 | + | |
6 | 10 | | |
7 | 11 | | |
8 | 12 | | |
| |||
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
16 | 27 | | |
17 | 28 | | |
18 | | - | |
| 29 | + | |
19 | 30 | | |
20 | 31 | | |
21 | 32 | | |
| |||
28 | 39 | | |
29 | 40 | | |
30 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
31 | 92 | | |
32 | 93 | | |
33 | 94 | | |
| |||
51 | 112 | | |
52 | 113 | | |
53 | 114 | | |
54 | | - | |
55 | 115 | | |
56 | 116 | | |
57 | 117 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
19 | 26 | | |
20 | 27 | | |
21 | 28 | | |
| |||
418 | 425 | | |
419 | 426 | | |
420 | 427 | | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
546 | 546 | | |
547 | 547 | | |
548 | 548 | | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
0 commit comments