-
Notifications
You must be signed in to change notification settings - Fork 10.3k
[TEST KO] Cannot make RedisEndToEnd pass locally on master branch #20040
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
Comments
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process. |
This test failed again on my PR: #47450
|
@eerhardt |
Describe the bug
As i was trying to do PR #20031 i saw that lots of
Redis
test were not passingTo Reproduce
Clone the branch from #20031, run
docker for windows
and run all tests from
RedisEndToEnd.cs
Further technical details
master
branch herebuild.cmd -test
andVs 16.6 Preview1
More details :
I can't make pass all the
RedisEndToEnd
tests from bothbuild.cmd -test
andVS2019 16.6 Preview1
:(I even updates locally
StackExchange.Redis
to2.1.0
that was release yesterday as it contains lots of error message enhancement/fix, still the same result.Can someone reproduce or make them pass ?
Here is what i see :

I had to put a break point on the failing line : https://github.com/dotnet/aspnetcore/blob/master/src/SignalR/server/StackExchangeRedis/test/RedisEndToEnd.cs#L111
(Even using
docker logs --follow <name>
does no see anymore activity, until the container is destroy because it's starterd with--rm
)One example of error :
The text was updated successfully, but these errors were encountered: