-
Notifications
You must be signed in to change notification settings - Fork 19
bcdb_mock: make the mock is the same data types as the production bcdb #336
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #336 +/- ##
==========================================
- Coverage 39.31% 39.17% -0.14%
==========================================
Files 57 58 +1
Lines 3597 3602 +5
==========================================
- Hits 1414 1411 -3
- Misses 1990 1999 +9
+ Partials 193 192 -1
Continue to review full report at Codecov.
|
| version.ShowAndExit(false) | ||
| } | ||
|
|
||
| if err := os.MkdirAll(root, 0750); err != nil { |
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.
identityd failed to start on a clean disk, so this was needed
tools/bcdb_mock/tnodb_test.go
Outdated
| "fmt" | ||
| "net" | ||
| "testing" | ||
| // import ( |
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.
can remove this file too.
fixes #327