mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Add a basic concurrency test for the dataplane system tests (#832)
Add a basic concurrency test for the dataplane system tests. Also remove some spurious logging.
This commit is contained in:
@@ -30,8 +30,6 @@ func RequestReader(c *Call) (io.ReadCloser, error) {
|
||||
return nil, errors.New("Call doesn't contain a request")
|
||||
}
|
||||
|
||||
logrus.Info(cc.req)
|
||||
|
||||
return cc.req.Body, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user