Re: [PATCH 4/6] sunrpc: Remove obsolete tst-getmyaddr and thrsvc xtests
Adhemerval Zanella Netto <[email protected]>
| Newsgroups | gmane.comp.lib.glibc.alpha |
|---|---|
| Organization | Linaro |
| Message-ID | <[email protected]> |
On 09/07/26 14:57, Sam James wrote: > Adhemerval Zanella <[email protected]> writes: > >> These exercise the deprecated Sun RPC interfaces and require network >> access. Remove them along with their xtests entries. > > I don't think we should remove tests until the functionality is gone. Right, we might move them to default tests but I think they would require some adjustments (at least adjust to use libsupport). The tst-getmyaddr also requires a non-loopback address (which should be feasible on most environments). But I think neither tests actually add much, they aim for a deprecated interface and are quite limited.