-
Notifications
You must be signed in to change notification settings - Fork 532
Commit 4b9b347
* RUBY-1934 clean up DNS server termination
The ticket originally called for pulling in another dependency to manage
the DNS server, but I don't think it's necessary. The async-container
code would be doing essentially what we already had, just with a cleaner
technique for sending the termination signal.
* need to require rubydns
* even cleaner
* RubyDNS is failing oddly with Ruby 2.7, so let's just skip it
1 parent 45bfc81 commit 4b9b347
File tree
6 files changed
+32
-62
lines changed- spec
- integration
- support
6 files changed
+32
-62
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
114 | + | ||
115 | + | ||
114 | 116 |
| |
115 | 117 |
| |
116 | 118 |
| |
| |||
181 | 183 |
| |
182 | 184 |
| |
183 | 185 |
| |
184 | - | ||
185 | - | ||
186 | 186 |
| |
187 | 187 |
| |
188 | 188 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
79 | - | ||
80 | - | ||
81 | - | ||
79 | + | ||
82 | 80 |
| |
83 | 81 |
| |
84 | 82 |
| |
|
Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 | - | ||
16 | - | ||
17 | - | ||
18 | - | ||
19 | 15 |
| |
20 | 16 |
| |
21 | 17 |
| |
|
Lines changed: 19 additions & 37 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
337 | 337 |
| |
338 | 338 |
| |
339 | 339 |
| |
340 | - | ||
341 | - | ||
342 | - | ||
343 | - | ||
344 | - | ||
345 | - | ||
346 | - | ||
347 | - | ||
348 | - | ||
349 | - | ||
350 | - | ||
351 | - | ||
352 | - | ||
353 | - | ||
340 | + | ||
341 | + | ||
342 | + | ||
343 | + | ||
344 | + | ||
345 | + | ||
346 | + | ||
347 | + | ||
354 | 348 |
| |
355 | 349 |
| |
356 | - | ||
350 | + | ||
351 | + | ||
352 | + | ||
357 | 353 |
| |
358 | 354 |
| |
355 | + | ||
359 | 356 |
| |
360 | - | ||
357 | + | ||
358 | + | ||
359 | + | ||
360 | + | ||
361 | 361 |
| |
362 | - | ||
362 | + | ||
363 | + | ||
363 | 364 |
| |
364 | 365 |
| |
365 | - | ||
366 | - | ||
367 | - | ||
368 | - | ||
369 | - | ||
370 | - | ||
371 | - | ||
372 | - | ||
373 | - | ||
374 | - | ||
375 | - | ||
376 | - | ||
377 | - | ||
378 | - | ||
379 | - | ||
380 | - | ||
381 | - | ||
382 | - | ||
383 | - | ||
384 | - | ||
366 | + | ||
385 | 367 |
| |
386 | 368 |
| |
387 | 369 |
| |
|
Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + | ||
29 | + | ||
20 | 30 |
| |
21 | 31 |
| |
22 | 32 |
| |
|
Lines changed: 0 additions & 16 deletions
This file was deleted.
0 commit comments