Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: coverage for NFS quota RPC #9

Open
garlick opened this issue Jun 18, 2018 · 1 comment
Open

test: coverage for NFS quota RPC #9

garlick opened this issue Jun 18, 2018 · 1 comment

Comments

@garlick
Copy link
Member

garlick commented Jun 18, 2018

To get test coverage for the NFS quota client, we need a way to exercise the quota client RPC.

One possiblity is to pull down nfs-ganesha in travis and test against its quota server.

@garlick
Copy link
Member Author

garlick commented Jun 21, 2018

The new rquota_test_svc and rquota_test_clnt executables might be used to put something together.

At the moment, one has to start portmap/rpcbind, and then the svc registers itself. It would conflict with the real quota service if the test system is running a Linux NFS server. If there were a way to skip portmap and start on a specific port, and then tell the client ot use that port, that would be nice.

Starting up ganesha just for a test might be overkill.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant