Hi all,

I've started coding the file_metadata terminus as a pure clojure service
in the puppet-server and have a few existencial questions.

I have a basic fileserver.conf parsing system, mount finding from a
path, and a compojure app (and trapperkeeper service) for file_metadata
(not yet file_metadatas support).

First question, the code uses the jdk 1.7 java.nio.file system to access
posix/unix file properties like uid or permissions. That means the
server must run on an 1.7 jvm. Is that an issue?

The second problem I'm facing is testing the service. I have a coverage
of the various core functions (the ones producing the metadata
themself), but I struggle to see how to test whole endpoint from a given
request.

Is there any pointers I should look at?

And finally, would it be OK for me to publish the current code as a PR
(not to be merged) to gather comments and reviews of the code, as this
is my first clojure code, there's certainly tons of issues :)

Thanks,
-- 
Brice Figureau
My Blog: http://www.masterzen.fr/

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-dev/549EE0B2.1070800%40daysofwonder.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to