Commit fe831c7
authored
Integration test improvements (aws#99)
Integration test improvements:
-fixed integration tests that were broken due to differing results returned from neptune when the query limit is less than the number of potential results by changing the queries such that they will have a known set of results
-fixed neptune query result verification that was failing for expected results that contained an array
-added test output folder cleanup
-removed tests that checked resolver file size and content as they are not useful now that the schema was separated from the resolver (and these tests require updating any time the resolver is changed)
-replaced resolver file size and content checks with checks that test output folder contains expected file
-removed integration tests which check the resolved open cypher query as graphQL->cypher query resolution is now covered by the resolver unit test1 parent da595cb commit fe831c7
File tree
39 files changed
+141
-3732
lines changed- test
- TestCases
- Case01
- outputReference
- queries
- Case02
- Case03
- Case04
- Case05
- Case06
- Case07
- outputReference
39 files changed
+141
-3732
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
| 53 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
4 | 2 | | |
5 | 3 | | |
6 | 4 | | |
7 | | - | |
8 | | - | |
9 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | | - | |
3 | | - | |
| 4 | + | |
4 | 5 | | |
5 | | - | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
0 commit comments