Commit bd5bbd1
committed
Invert mistaken boolean conditional (#1865)
To date, the thread has quit immediately before completing the first iteration.
This is a mistake as the thread should stay around for the life of the
endpoint to verify that the parent always exists. Whoops!
The automated test missed this because while it verified the loop conditional,
it did not verify the internal conditional. Correct by ensuring loop iterates
at least a few times. (Overkill to 100, "just because.")1 parent d5b19ed commit bd5bbd1
File tree
2 files changed
+6
-5
lines changed- compute_endpoint
- globus_compute_endpoint/endpoint
- tests/integration/endpoint/endpoint
2 files changed
+6
-5
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
| 206 | + | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| |||
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
172 | | - | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
173 | 175 | | |
174 | | - | |
175 | 176 | | |
176 | | - | |
| 177 | + | |
177 | 178 | | |
178 | 179 | | |
179 | 180 | | |
| |||
0 commit comments