Commit fea8788
committed
remove aurora connection tracker from plugin list
1 parent 0b3b1c0 commit fea8788Copy full SHA for fea8788
File tree
Expand file treeCollapse file tree
6 files changed
+14
-10
lines changedOpen diff view settings
Filter options
- .github/workflows
- aws_advanced_python_wrapper
- tests/integration
- container/tortoise
- host/src/test/java/integration
Expand file treeCollapse file tree
6 files changed
+14
-10
lines changedOpen diff view settings
Collapse file
.github/workflows/integration_tests.yml
Copy file name to clipboardExpand all lines: .github/workflows/integration_tests.yml+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
50 | 50 | |
51 | 51 | |
52 | 52 | |
53 | | - |
| 53 | + |
54 | 54 | |
55 | 55 | |
56 | | - |
| 56 | + |
57 | 57 | |
58 | 58 | |
59 | 59 | |
|
Collapse file
aws_advanced_python_wrapper/plugin_service.py
Copy file name to clipboardExpand all lines: aws_advanced_python_wrapper/plugin_service.py+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
845 | 845 | |
846 | 846 | |
847 | 847 | |
| 848 | + |
| 849 | + |
| 850 | + |
848 | 851 | |
849 | 852 | |
850 | 853 | |
|
Collapse file
tests/integration/container/tortoise/test_tortoise_common.py
Copy file name to clipboardExpand all lines: tests/integration/container/tortoise/test_tortoise_common.py+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
33 | 33 | |
34 | 34 | |
35 | 35 | |
36 | | - |
| 36 | + |
37 | 37 | |
38 | 38 | |
39 | 39 | |
|
Collapse file
tests/integration/container/tortoise/test_tortoise_config.py
Copy file name to clipboardExpand all lines: tests/integration/container/tortoise/test_tortoise_config.py+4-4Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
56 | 56 | |
57 | 57 | |
58 | 58 | |
59 | | - |
| 59 | + |
60 | 60 | |
61 | 61 | |
62 | 62 | |
| ||
94 | 94 | |
95 | 95 | |
96 | 96 | |
97 | | - |
| 97 | + |
98 | 98 | |
99 | 99 | |
100 | 100 | |
| ||
105 | 105 | |
106 | 106 | |
107 | 107 | |
108 | | - |
| 108 | + |
109 | 109 | |
110 | 110 | |
111 | 111 | |
| ||
156 | 156 | |
157 | 157 | |
158 | 158 | |
159 | | - |
| 159 | + |
160 | 160 | |
161 | 161 | |
162 | 162 | |
|
Collapse file
tests/integration/container/tortoise/test_tortoise_custom_endpoint.py
Copy file name to clipboardExpand all lines: tests/integration/container/tortoise/test_tortoise_custom_endpoint.py+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
137 | 137 | |
138 | 138 | |
139 | 139 | |
140 | | - |
| 140 | + |
141 | 141 | |
142 | 142 | |
143 | 143 | |
| ||
146 | 146 | |
147 | 147 | |
148 | 148 | |
149 | | - |
| 149 | + |
150 | 150 | |
151 | 151 | |
152 | 152 | |
|
Collapse file
tests/integration/host/src/test/java/integration/TestEnvironmentFeatures.java
Copy file name to clipboardExpand all lines: tests/integration/host/src/test/java/integration/TestEnvironmentFeatures.java+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
29 | 29 | |
30 | 30 | |
31 | 31 | |
32 | | - |
| 32 | + |
| 33 | + |
33 | 34 | |
0 commit comments