-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 guice setup and fix #3043
Test guice setup and fix #3043
Conversation
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.
ACK
Co-Authored-By: sqrrm <[email protected]>
e36f36f
to
c1a29c2
Compare
58e867a
to
f96edd2
Compare
@@ -97,6 +97,7 @@ public String toString() { | |||
|
|||
@Inject | |||
public KeyStorage(@Named(KEY_STORAGE_DIR) File storageDir) { | |||
storageDir.mkdirs(); |
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.
the CI error came from a missing key directory on CI. I now changed the keystorage to create the directory if its missing. not sure if that has any downsides.
note that i had to bump guice to get a useful error message. I removed the guice bump again from this pr but we really should consider updating guice. |
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.
Ack
can we get this merged? |
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.
utACK
@sqrrm's guice fix and a unit test that checks seednode's guice setup. superseedes #3041