Skip to content
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

TestSignatureRoundTripDecoding Error #317

Open
HonlinRen opened this issue Jul 9, 2021 · 2 comments
Open

TestSignatureRoundTripDecoding Error #317

HonlinRen opened this issue Jul 9, 2021 · 2 comments

Comments

@HonlinRen
Copy link

The TestSignatureRoundTripDecoding in configuration_test.go ,the test case failed,the error is

=== RUN   TestSignatureRoundTripDecoding
request_signer_test.go:180:

	exp: "424ed3e021af966edfd244d35dd1bfb9d05a42e2ae10095a8d3c5c23dc3fa5cb"

	got: "424f5a1abb9c82c354773f665592d5b7bbde933611e46ef5039db87b2d4c5e1c"

--- FAIL: TestSignatureRoundTripDecoding (0.00s)

But I can't find out where the problem is

@HonlinRen HonlinRen changed the title TestSignatureRoundTripDecoding TestSignatureRoundTripDecoding Error Jul 9, 2021
@Jusshersmith
Copy link
Contributor

Hey @HonlinRen 👋,

Assuming you've not made any local changes, could I just confirm which commit you're working from? The TestSignatureRoundTripDecoding test passes locally for me on both the 3.0.0 release commit: 8ebaa86, and the latest main commit: a1b1b74 (e.g. go test -run TestSignatureRoundTripDecoding from the internal/proxy directory).

It's also working via our remote tests on GitHub (circleci).

@HonlinRen
Copy link
Author

HonlinRen commented Jul 15, 2021

I hava git pull and go run TestSignatureRoundTripDecoding this test again,but it's still eroor.
As follow

git pull
remote: Enumerating objects: 36, done.
remote: Counting objects: 100% (36/36), done.
remote: Compressing objects: 100% (11/11), done.
remote: Total 36 (delta 25), reused 36 (delta 25), pack-reused 0
Unpacking objects: 100% (36/36), 6.84 KiB | 6.00 KiB/s, done.
From github.com:buzzfeed/sso
 + 980fa1d...f92247f jusshersmith-sso-http-samesite -> origin/jusshersmith-sso-http-samesite  (forced update)
 + 282aaed...ddae086 jusshersmith-sso-http-samesite-testing -> origin/jusshersmith-sso-http-samesite-testing  (forced update)
Already up to date.

=== RUN TestSignatureRoundTripDecoding
request_signer_test.go:179:


	exp: "424ed3e021af966edfd244d35dd1bfb9d05a42e2ae10095a8d3c5c23dc3fa5cb"

	got: "424f5a1abb9c82c354773f665592d5b7bbde933611e46ef5039db87b2d4c5e1c"

--- FAIL: TestSignatureRoundTripDecoding (0.01s)

FAIL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants