-
Notifications
You must be signed in to change notification settings - Fork 1.3k
#2748 passing request context to ConextValidate() #2749
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
Looks like there is a test that actually asserts the line you changed |
Signed-off-by: Nick Dimov <3619341+dimovnike@users.noreply.github.com>
9bc3321
to
b037d6c
Compare
Submitted a fix. The problem is that i can not run tests locally, they fail even when in master:
hope this will work! |
Codecov Report
@@ Coverage Diff @@
## master #2749 +/- ##
=======================================
Coverage 82.77% 82.77%
=======================================
Files 55 55
Lines 9597 9597
=======================================
Hits 7944 7944
Misses 1131 1131
Partials 522 522 Continue to review full report at Codecov.
|
@dimovnike what are the errors you see when you build locally? Can you share which OS + CPU architecture you are developing on? |
the build is ok but go test is failing. I use Ubuntu 20.04, and go version go1.16.7 linux/amd64. I just found this in the error log:
its probably because of this. I will update golang and will try again. |
Signed-off-by: Nick Dimov 3619341+dimovnike@users.noreply.github.com