-
Notifications
You must be signed in to change notification settings - Fork 8
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
[Task] Support the NFS Testing in the travisCI environment. #219
Conversation
12c37c5
to
ca3125a
Compare
Codecov Report
@@ Coverage Diff @@
## develop #219 +/- ##
========================================
Coverage 78.16% 78.16%
========================================
Files 49 49
Lines 2469 2469
========================================
Hits 1930 1930
Misses 416 416
Partials 123 123
Continue to review full report at Codecov.
|
src/server/handler_storage.go
Outdated
@@ -151,6 +151,7 @@ func deleteStorage(ctx *web.Context) { | |||
return | |||
} | |||
|
|||
fmt.Println("id", bson.ObjectIdHex(id)) |
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.
debug message
In the travisCI integration stage, we install the NFS server and use the storage/volume/pod to test it.