Commit 07a64f7
committed
Fix import of server where name is not specified
Commit 3deb8ee fixed import for names
that are substring of another server name, however this broke the
import for when we don't specify a name in the filter. In which case,
the filter would look for servers that don't have a name. This is
obviously not what we want.
This broke the `import-error` test and we didn't notice because we had
forgotten to enable the suite as part of the CI runs.
Now, only filter by name when a name is set in the filter.1 parent 3e00338 commit 07a64f7
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| |||
85 | 84 | | |
86 | 85 | | |
87 | 86 | | |
88 | | - | |
89 | 87 | | |
90 | 88 | | |
91 | 89 | | |
92 | 90 | | |
93 | 91 | | |
94 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
95 | 97 | | |
96 | 98 | | |
97 | 99 | | |
| |||
0 commit comments