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

ScoredValueUnitTests test fail #1647

Closed
dengliming opened this issue Mar 6, 2021 · 0 comments · Fixed by #1648
Closed

ScoredValueUnitTests test fail #1647

dengliming opened this issue Mar 6, 2021 · 0 comments · Fixed by #1648
Labels
type: regression A regression from a previous release
Milestone

Comments

@dengliming
Copy link
Contributor

dengliming commented Mar 6, 2021

Bug Report

Current Behavior

Stack trace
[ERROR] Tests run: 11, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.019 s <<< FAILURE! - in io.lettuce.core.ScoredValueUnitTests
[ERROR] io.lettuce.core.ScoredValueUnitTests.toStringShouldRenderCorrectly  Time elapsed: 0.006 s  <<< FAILURE!
java.lang.AssertionError: 
Expecting:
 <"ScoredValue[0.000000].empty">
to contain:
 <"ScoredValue[0,000000].empty"> 
	at io.lettuce.core.ScoredValueUnitTests.toStringShouldRenderCorrectly(ScoredValueUnitTests.java:121)

Input Code

Input Code
// your code here;

Expected behavior/code

Environment

  • Lettuce version(s): [e.g. 5.0.0.RELEASE, 4.2.2.Final]
  • Redis version: [e.g. 4.0.9]

Possible Solution

Additional context

@mp911de mp911de added the type: regression A regression from a previous release label Mar 8, 2021
mp911de pushed a commit that referenced this issue Mar 8, 2021
Original pull request: #1648.
@mp911de mp911de added this to the 6.1 RC1 milestone Mar 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: regression A regression from a previous release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants