-
Notifications
You must be signed in to change notification settings - Fork 168
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
Added config testing (odyssey --test) #537
Conversation
688d2a2
to
38599b8
Compare
38599b8
to
b4d026d
Compare
c55ab38
to
e0a3922
Compare
|
||
log_format "%p %t %l [%i %s] (%c) %m\n" | ||
|
||
listen { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe configs without any rules should not be valid, as they are not usable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
config-examples/odyssey-aq.conf
Outdated
@@ -117,6 +117,7 @@ database "postgres" { | |||
auth_query_db "postgres" | |||
storage_password "passwd" | |||
|
|||
storage "postgres_server" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
* added configuration testing (odyssey --test) * fixes * fix names * fix names * apply fmt * start create tests * rebuild * tests done * --test no longer forks the process * config without rules is no longer valid * fix tests * fix storage_type tests * fix storage_tls tests * fix config-examples/odyssey-aq.conf * change .gitignore * rm .DS_Store
No description provided.