Skip to content

This Time For Real - #31

Merged
TextAdventurer12 merged 15 commits into
TextAdventurer12:fc-time-limitfrom
kwotaq:fc-time-limit
Apr 17, 2026
Merged

This Time For Real#31
TextAdventurer12 merged 15 commits into
TextAdventurer12:fc-time-limitfrom
kwotaq:fc-time-limit

merhe fix

c175a54
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / Results failed Apr 17, 2026 in 1s

27091 passed, 43 failed and 225 skipped

Tests failed

Report Passed Failed Skipped Time
TestResults-Linux-MultiThreaded.trx 7623✅ 11❌ 65⚪ 2154s
TestResults-Linux-SingleThread.trx 7623✅ 11❌ 65⚪ 1848s
TestResults-Windows-MultiThreaded.trx 7623✅ 11❌ 65⚪ 3320s
TestResults-Windows-SingleThread.trx 4222✅ 10❌ 30⚪ 807s

❌ TestResults-Linux-MultiThreaded.trx

7699 tests were completed in 2154s with 7623 passed, 11 failed and 65 skipped.

Test suite Passed Failed Skipped Time
osu.Game.Rulesets.Osu.Tests.OsuDifficultyCalculatorTest 3✅ 10❌ 2s
osu.Game.Tests.Visual.Editing.TestSceneEditorSaving 9✅ 1❌ 54s

❌ osu.Game.Rulesets.Osu.Tests.OsuDifficultyCalculatorTest

❌ Test(0.13841532030395723d,2,"nan-slider")
	  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
	  Expected: 0.13841532030395723d +/- 1.0000000000000001E-05d
	  But was:  0.0d
	  Off by:   0.13841532030395723d
	
❌ Test(0.43333836671191595d,4,"very-fast-slider")
	  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
	  Expected: 0.43333836671191595d +/- 1.0000000000000001E-05d
	  But was:  0.40867325147697559d
	  Off by:   0.02466511523494036d
	
❌ Test(1.5045783545699611d,54,"zero-length-sliders")
	  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
	  Expected: 1.5045783545699611d +/- 1.0000000000000001E-05d
	  But was:  1.6141408426283461d
	  Off by:   -0.10956248805838498d
	
❌ Test(6.623253327812506d,239,"diffcalc-test")
	  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
	  Expected: 6.6232533278125061d +/- 1.0000000000000001E-05d
	  But was:  6.6629658228392747d
	  Off by:   -0.039712495026768657d
	
❌ TestClassicMod(0.43333836671191595d,4,"very-fast-slider")
	  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
	  Expected: 0.43333836671191595d +/- 1.0000000000000001E-05d
	  But was:  0.40867325147697559d
	  Off by:   0.02466511523494036d
	
❌ TestClassicMod(1.5045783545699611d,54,"zero-length-sliders")
	  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
	  Expected: 1.5045783545699611d +/- 1.0000000000000001E-05d
	  But was:  1.6141408426283461d
	  Off by:   -0.10956248805838498d
	
❌ TestClassicMod(6.623253327812506d,239,"diffcalc-test")
	  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
	  Expected: 6.6232533278125061d +/- 1.0000000000000001E-05d
	  But was:  6.6629658228392747d
	  Off by:   -0.039712495026768657d
	
❌ TestClockRateAdjusted(0.57771197086735d,4,"very-fast-slider")
	  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
	  Expected: 0.57771197086735004d +/- 1.0000000000000001E-05d
	  But was:  0.53588473186572549d
	  Off by:   0.04182723900162455d
	
❌ TestClockRateAdjusted(1.756936832498702d,54,"zero-length-sliders")
	  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
	  Expected: 1.756936832498702d +/- 1.0000000000000001E-05d
	  But was:  2.0863325024227906d
	  Off by:   -0.32939566992408853d
	
❌ TestClockRateAdjusted(9.649169162411276d,239,"diffcalc-test")
	  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
	  Expected: 9.6491691624112761d +/- 1.0000000000000001E-05d
	  But was:  10.471642287997375d
	  Off by:   -0.82247312558609842d
	
✅ TestOffsetChanges(239,"diffcalc-test")
✅ TestOffsetChanges(4,"very-fast-slider")
✅ TestOffsetChanges(54,"zero-length-sliders")

❌ osu.Game.Tests.Visual.Editing.TestSceneEditorSaving

✅ TestBeatDivisor
✅ TestBeatmapVersionPopulatedCorrectly
✅ TestCantExitWithoutSaving
✅ TestConfiguration
✅ TestConstructor
✅ TestDifficulty
✅ TestExitWithoutSaveFromExistingBeatmap
✅ TestHitObjectPlacement
❌ TestLengthAndStarRatingUpdated
	  Assert.That(working.BeatmapInfo.StarRating, Is.GreaterThan(lastStarRating))
	  Expected: greater than 0.0d
	  But was:  0.0d
	
✅ TestMetadata

❌ TestResults-Linux-SingleThread.trx

7699 tests were completed in 1848s with 7623 passed, 11 failed and 65 skipped.

Test suite Passed Failed Skipped Time
osu.Game.Rulesets.Osu.Tests.OsuDifficultyCalculatorTest 3✅ 10❌ 3s
osu.Game.Tests.Visual.Editing.TestSceneEditorSaving 9✅ 1❌ 57s

❌ osu.Game.Rulesets.Osu.Tests.OsuDifficultyCalculatorTest

❌ Test(0.13841532030395723d,2,"nan-slider")
	  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
	  Expected: 0.13841532030395723d +/- 1.0000000000000001E-05d
	  But was:  0.0d
	  Off by:   0.13841532030395723d
	
❌ Test(0.43333836671191595d,4,"very-fast-slider")
	  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
	  Expected: 0.43333836671191595d +/- 1.0000000000000001E-05d
	  But was:  0.40867325147697559d
	  Off by:   0.02466511523494036d
	
❌ Test(1.5045783545699611d,54,"zero-length-sliders")
	  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
	  Expected: 1.5045783545699611d +/- 1.0000000000000001E-05d
	  But was:  1.6141408426283461d
	  Off by:   -0.10956248805838498d
	
❌ Test(6.623253327812506d,239,"diffcalc-test")
	  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
	  Expected: 6.6232533278125061d +/- 1.0000000000000001E-05d
	  But was:  6.6629658228392747d
	  Off by:   -0.039712495026768657d
	
❌ TestClassicMod(0.43333836671191595d,4,"very-fast-slider")
	  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
	  Expected: 0.43333836671191595d +/- 1.0000000000000001E-05d
	  But was:  0.40867325147697559d
	  Off by:   0.02466511523494036d
	
❌ TestClassicMod(1.5045783545699611d,54,"zero-length-sliders")
	  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
	  Expected: 1.5045783545699611d +/- 1.0000000000000001E-05d
	  But was:  1.6141408426283461d
	  Off by:   -0.10956248805838498d
	
❌ TestClassicMod(6.623253327812506d,239,"diffcalc-test")
	  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
	  Expected: 6.6232533278125061d +/- 1.0000000000000001E-05d
	  But was:  6.6629658228392747d
	  Off by:   -0.039712495026768657d
	
❌ TestClockRateAdjusted(0.57771197086735d,4,"very-fast-slider")
	  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
	  Expected: 0.57771197086735004d +/- 1.0000000000000001E-05d
	  But was:  0.53588473186572549d
	  Off by:   0.04182723900162455d
	
❌ TestClockRateAdjusted(1.756936832498702d,54,"zero-length-sliders")
	  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
	  Expected: 1.756936832498702d +/- 1.0000000000000001E-05d
	  But was:  2.0863325024227906d
	  Off by:   -0.32939566992408853d
	
❌ TestClockRateAdjusted(9.649169162411276d,239,"diffcalc-test")
	  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
	  Expected: 9.6491691624112761d +/- 1.0000000000000001E-05d
	  But was:  10.471642287997375d
	  Off by:   -0.82247312558609842d
	
✅ TestOffsetChanges(239,"diffcalc-test")
✅ TestOffsetChanges(4,"very-fast-slider")
✅ TestOffsetChanges(54,"zero-length-sliders")

❌ osu.Game.Tests.Visual.Editing.TestSceneEditorSaving

✅ TestBeatDivisor
✅ TestBeatmapVersionPopulatedCorrectly
✅ TestCantExitWithoutSaving
✅ TestConfiguration
✅ TestConstructor
✅ TestDifficulty
✅ TestExitWithoutSaveFromExistingBeatmap
✅ TestHitObjectPlacement
❌ TestLengthAndStarRatingUpdated
	  Assert.That(working.BeatmapInfo.StarRating, Is.GreaterThan(lastStarRating))
	  Expected: greater than 0.0d
	  But was:  0.0d
	
✅ TestMetadata

❌ TestResults-Windows-MultiThreaded.trx

7699 tests were completed in 3320s with 7623 passed, 11 failed and 65 skipped.

Test suite Passed Failed Skipped Time
osu.Game.Rulesets.Osu.Tests.OsuDifficultyCalculatorTest 3✅ 10❌ 3s
osu.Game.Tests.Visual.Editing.TestSceneEditorSaving 9✅ 1❌ 110s

❌ osu.Game.Rulesets.Osu.Tests.OsuDifficultyCalculatorTest

❌ Test(0.13841532030395723d,2,"nan-slider")
	  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
	  Expected: 0.13841532030395723d +/- 1.0000000000000001E-05d
	  But was:  0.0d
	  Off by:   0.13841532030395723d
	
❌ Test(0.43333836671191595d,4,"very-fast-slider")
	  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
	  Expected: 0.43333836671191595d +/- 1.0000000000000001E-05d
	  But was:  0.40867325147697564d
	  Off by:   0.024665115234940305d
	
❌ Test(1.5045783545699611d,54,"zero-length-sliders")
	  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
	  Expected: 1.5045783545699611d +/- 1.0000000000000001E-05d
	  But was:  1.6141408426283461d
	  Off by:   -0.10956248805838498d
	
❌ Test(6.623253327812506d,239,"diffcalc-test")
	  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
	  Expected: 6.6232533278125061d +/- 1.0000000000000001E-05d
	  But was:  6.6629658228392756d
	  Off by:   -0.039712495026769545d
	
❌ TestClassicMod(0.43333836671191595d,4,"very-fast-slider")
	  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
	  Expected: 0.43333836671191595d +/- 1.0000000000000001E-05d
	  But was:  0.40867325147697564d
	  Off by:   0.024665115234940305d
	
❌ TestClassicMod(1.5045783545699611d,54,"zero-length-sliders")
	  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
	  Expected: 1.5045783545699611d +/- 1.0000000000000001E-05d
	  But was:  1.6141408426283461d
	  Off by:   -0.10956248805838498d
	
❌ TestClassicMod(6.623253327812506d,239,"diffcalc-test")
	  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
	  Expected: 6.6232533278125061d +/- 1.0000000000000001E-05d
	  But was:  6.6629658228392756d
	  Off by:   -0.039712495026769545d
	
❌ TestClockRateAdjusted(0.57771197086735d,4,"very-fast-slider")
	  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
	  Expected: 0.57771197086735004d +/- 1.0000000000000001E-05d
	  But was:  0.53588473186572561d
	  Off by:   0.041827239001624439d
	
❌ TestClockRateAdjusted(1.756936832498702d,54,"zero-length-sliders")
	  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
	  Expected: 1.756936832498702d +/- 1.0000000000000001E-05d
	  But was:  2.086332502422791d
	  Off by:   -0.32939566992408897d
	
❌ TestClockRateAdjusted(9.649169162411276d,239,"diffcalc-test")
	  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
	  Expected: 9.6491691624112761d +/- 1.0000000000000001E-05d
	  But was:  10.471642287997373d
	  Off by:   -0.82247312558609664d
	
✅ TestOffsetChanges(239,"diffcalc-test")
✅ TestOffsetChanges(4,"very-fast-slider")
✅ TestOffsetChanges(54,"zero-length-sliders")

❌ osu.Game.Tests.Visual.Editing.TestSceneEditorSaving

✅ TestBeatDivisor
✅ TestBeatmapVersionPopulatedCorrectly
✅ TestCantExitWithoutSaving
✅ TestConfiguration
✅ TestConstructor
✅ TestDifficulty
✅ TestExitWithoutSaveFromExistingBeatmap
✅ TestHitObjectPlacement
❌ TestLengthAndStarRatingUpdated
	  Assert.That(working.BeatmapInfo.StarRating, Is.GreaterThan(lastStarRating))
	  Expected: greater than 0.0d
	  But was:  0.0d
	
✅ TestMetadata

❌ TestResults-Windows-SingleThread.trx

4262 tests were completed in 807s with 4222 passed, 10 failed and 30 skipped.

Test suite Passed Failed Skipped Time
osu.Game.Rulesets.Osu.Tests.OsuDifficultyCalculatorTest 3✅ 10❌ 3s

❌ osu.Game.Rulesets.Osu.Tests.OsuDifficultyCalculatorTest

❌ Test(0.13841532030395723d,2,"nan-slider")
	  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
	  Expected: 0.13841532030395723d +/- 1.0000000000000001E-05d
	  But was:  0.0d
	  Off by:   0.13841532030395723d
	
❌ Test(0.43333836671191595d,4,"very-fast-slider")
	  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
	  Expected: 0.43333836671191595d +/- 1.0000000000000001E-05d
	  But was:  0.40867325147697564d
	  Off by:   0.024665115234940305d
	
❌ Test(1.5045783545699611d,54,"zero-length-sliders")
	  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
	  Expected: 1.5045783545699611d +/- 1.0000000000000001E-05d
	  But was:  1.6141408426283461d
	  Off by:   -0.10956248805838498d
	
❌ Test(6.623253327812506d,239,"diffcalc-test")
	  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
	  Expected: 6.6232533278125061d +/- 1.0000000000000001E-05d
	  But was:  6.6629658228392756d
	  Off by:   -0.039712495026769545d
	
❌ TestClassicMod(0.43333836671191595d,4,"very-fast-slider")
	  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
	  Expected: 0.43333836671191595d +/- 1.0000000000000001E-05d
	  But was:  0.40867325147697564d
	  Off by:   0.024665115234940305d
	
❌ TestClassicMod(1.5045783545699611d,54,"zero-length-sliders")
	  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
	  Expected: 1.5045783545699611d +/- 1.0000000000000001E-05d
	  But was:  1.6141408426283461d
	  Off by:   -0.10956248805838498d
	
❌ TestClassicMod(6.623253327812506d,239,"diffcalc-test")
	  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
	  Expected: 6.6232533278125061d +/- 1.0000000000000001E-05d
	  But was:  6.6629658228392756d
	  Off by:   -0.039712495026769545d
	
❌ TestClockRateAdjusted(0.57771197086735d,4,"very-fast-slider")
	  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
	  Expected: 0.57771197086735004d +/- 1.0000000000000001E-05d
	  But was:  0.53588473186572561d
	  Off by:   0.041827239001624439d
	
❌ TestClockRateAdjusted(1.756936832498702d,54,"zero-length-sliders")
	  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
	  Expected: 1.756936832498702d +/- 1.0000000000000001E-05d
	  But was:  2.086332502422791d
	  Off by:   -0.32939566992408897d
	
❌ TestClockRateAdjusted(9.649169162411276d,239,"diffcalc-test")
	  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
	  Expected: 9.6491691624112761d +/- 1.0000000000000001E-05d
	  But was:  10.471642287997373d
	  Off by:   -0.82247312558609664d
	
✅ TestOffsetChanges(239,"diffcalc-test")
✅ TestOffsetChanges(4,"very-fast-slider")
✅ TestOffsetChanges(54,"zero-length-sliders")

Annotations

Check failure on line 31 in osu.Game/Tests/Beatmaps/DifficultyCalculatorTest.cs

See this annotation in the file changed.

@github-actions github-actions / Results

osu.Game.Rulesets.Osu.Tests.OsuDifficultyCalculatorTest ► Test(0.13841532030395723d,2,"nan-slider")

Failed test found in:
  TestResults-Linux-MultiThreaded.trx
  TestResults-Linux-SingleThread.trx
Error:
    Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
    Expected: 0.13841532030395723d +/- 1.0000000000000001E-05d
    But was:  0.0d
    Off by:   0.13841532030395723d
  
Raw output
  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
  Expected: 0.13841532030395723d +/- 1.0000000000000001E-05d
  But was:  0.0d
  Off by:   0.13841532030395723d

   at osu.Game.Tests.Beatmaps.DifficultyCalculatorTest.Test(Nullable`1 expectedStarRating, Int32 expectedMaxCombo, String name, Mod[] mods) in /home/runner/work/osu/osu/osu.Game/Tests/Beatmaps/DifficultyCalculatorTest.cs:line 31
   at osu.Game.Rulesets.Osu.Tests.OsuDifficultyCalculatorTest.Test(Double expectedStarRating, Int32 expectedMaxCombo, String name) in /home/runner/work/osu/osu/osu.Game.Rulesets.Osu.Tests/OsuDifficultyCalculatorTest.cs:line 23
   at InvokeStub_OsuDifficultyCalculatorTest.Test(Object, Span`1)

1)    at osu.Game.Tests.Beatmaps.DifficultyCalculatorTest.Test(Nullable`1 expectedStarRating, Int32 expectedMaxCombo, String name, Mod[] mods) in /home/runner/work/osu/osu/osu.Game/Tests/Beatmaps/DifficultyCalculatorTest.cs:line 31
   at osu.Game.Rulesets.Osu.Tests.OsuDifficultyCalculatorTest.Test(Double expectedStarRating, Int32 expectedMaxCombo, String name) in /home/runner/work/osu/osu/osu.Game.Rulesets.Osu.Tests/OsuDifficultyCalculatorTest.cs:line 23
   at InvokeStub_OsuDifficultyCalculatorTest.Test(Object, Span`1)

Check failure on line 31 in osu.Game/Tests/Beatmaps/DifficultyCalculatorTest.cs

See this annotation in the file changed.

@github-actions github-actions / Results

osu.Game.Rulesets.Osu.Tests.OsuDifficultyCalculatorTest ► Test(0.43333836671191595d,4,"very-fast-slider")

Failed test found in:
  TestResults-Linux-MultiThreaded.trx
  TestResults-Linux-SingleThread.trx
Error:
    Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
    Expected: 0.43333836671191595d +/- 1.0000000000000001E-05d
    But was:  0.40867325147697559d
    Off by:   0.02466511523494036d
  
Raw output
  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
  Expected: 0.43333836671191595d +/- 1.0000000000000001E-05d
  But was:  0.40867325147697559d
  Off by:   0.02466511523494036d

   at osu.Game.Tests.Beatmaps.DifficultyCalculatorTest.Test(Nullable`1 expectedStarRating, Int32 expectedMaxCombo, String name, Mod[] mods) in /home/runner/work/osu/osu/osu.Game/Tests/Beatmaps/DifficultyCalculatorTest.cs:line 31
   at osu.Game.Rulesets.Osu.Tests.OsuDifficultyCalculatorTest.Test(Double expectedStarRating, Int32 expectedMaxCombo, String name) in /home/runner/work/osu/osu/osu.Game.Rulesets.Osu.Tests/OsuDifficultyCalculatorTest.cs:line 23
   at InvokeStub_OsuDifficultyCalculatorTest.Test(Object, Span`1)

1)    at osu.Game.Tests.Beatmaps.DifficultyCalculatorTest.Test(Nullable`1 expectedStarRating, Int32 expectedMaxCombo, String name, Mod[] mods) in /home/runner/work/osu/osu/osu.Game/Tests/Beatmaps/DifficultyCalculatorTest.cs:line 31
   at osu.Game.Rulesets.Osu.Tests.OsuDifficultyCalculatorTest.Test(Double expectedStarRating, Int32 expectedMaxCombo, String name) in /home/runner/work/osu/osu/osu.Game.Rulesets.Osu.Tests/OsuDifficultyCalculatorTest.cs:line 23
   at InvokeStub_OsuDifficultyCalculatorTest.Test(Object, Span`1)

Check failure on line 31 in osu.Game/Tests/Beatmaps/DifficultyCalculatorTest.cs

See this annotation in the file changed.

@github-actions github-actions / Results

osu.Game.Rulesets.Osu.Tests.OsuDifficultyCalculatorTest ► Test(1.5045783545699611d,54,"zero-length-sliders")

Failed test found in:
  TestResults-Linux-MultiThreaded.trx
  TestResults-Linux-SingleThread.trx
Error:
    Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
    Expected: 1.5045783545699611d +/- 1.0000000000000001E-05d
    But was:  1.6141408426283461d
    Off by:   -0.10956248805838498d
  
Raw output
  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
  Expected: 1.5045783545699611d +/- 1.0000000000000001E-05d
  But was:  1.6141408426283461d
  Off by:   -0.10956248805838498d

   at osu.Game.Tests.Beatmaps.DifficultyCalculatorTest.Test(Nullable`1 expectedStarRating, Int32 expectedMaxCombo, String name, Mod[] mods) in /home/runner/work/osu/osu/osu.Game/Tests/Beatmaps/DifficultyCalculatorTest.cs:line 31
   at osu.Game.Rulesets.Osu.Tests.OsuDifficultyCalculatorTest.Test(Double expectedStarRating, Int32 expectedMaxCombo, String name) in /home/runner/work/osu/osu/osu.Game.Rulesets.Osu.Tests/OsuDifficultyCalculatorTest.cs:line 23
   at InvokeStub_OsuDifficultyCalculatorTest.Test(Object, Span`1)

1)    at osu.Game.Tests.Beatmaps.DifficultyCalculatorTest.Test(Nullable`1 expectedStarRating, Int32 expectedMaxCombo, String name, Mod[] mods) in /home/runner/work/osu/osu/osu.Game/Tests/Beatmaps/DifficultyCalculatorTest.cs:line 31
   at osu.Game.Rulesets.Osu.Tests.OsuDifficultyCalculatorTest.Test(Double expectedStarRating, Int32 expectedMaxCombo, String name) in /home/runner/work/osu/osu/osu.Game.Rulesets.Osu.Tests/OsuDifficultyCalculatorTest.cs:line 23
   at InvokeStub_OsuDifficultyCalculatorTest.Test(Object, Span`1)

Check failure on line 31 in osu.Game/Tests/Beatmaps/DifficultyCalculatorTest.cs

See this annotation in the file changed.

@github-actions github-actions / Results

osu.Game.Rulesets.Osu.Tests.OsuDifficultyCalculatorTest ► Test(6.623253327812506d,239,"diffcalc-test")

Failed test found in:
  TestResults-Linux-MultiThreaded.trx
  TestResults-Linux-SingleThread.trx
Error:
    Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
    Expected: 6.6232533278125061d +/- 1.0000000000000001E-05d
    But was:  6.6629658228392747d
    Off by:   -0.039712495026768657d
  
Raw output
  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
  Expected: 6.6232533278125061d +/- 1.0000000000000001E-05d
  But was:  6.6629658228392747d
  Off by:   -0.039712495026768657d

   at osu.Game.Tests.Beatmaps.DifficultyCalculatorTest.Test(Nullable`1 expectedStarRating, Int32 expectedMaxCombo, String name, Mod[] mods) in /home/runner/work/osu/osu/osu.Game/Tests/Beatmaps/DifficultyCalculatorTest.cs:line 31
   at osu.Game.Rulesets.Osu.Tests.OsuDifficultyCalculatorTest.Test(Double expectedStarRating, Int32 expectedMaxCombo, String name) in /home/runner/work/osu/osu/osu.Game.Rulesets.Osu.Tests/OsuDifficultyCalculatorTest.cs:line 23

1)    at osu.Game.Tests.Beatmaps.DifficultyCalculatorTest.Test(Nullable`1 expectedStarRating, Int32 expectedMaxCombo, String name, Mod[] mods) in /home/runner/work/osu/osu/osu.Game/Tests/Beatmaps/DifficultyCalculatorTest.cs:line 31
   at osu.Game.Rulesets.Osu.Tests.OsuDifficultyCalculatorTest.Test(Double expectedStarRating, Int32 expectedMaxCombo, String name) in /home/runner/work/osu/osu/osu.Game.Rulesets.Osu.Tests/OsuDifficultyCalculatorTest.cs:line 23

Check failure on line 31 in osu.Game/Tests/Beatmaps/DifficultyCalculatorTest.cs

See this annotation in the file changed.

@github-actions github-actions / Results

osu.Game.Rulesets.Osu.Tests.OsuDifficultyCalculatorTest ► TestClassicMod(0.43333836671191595d,4,"very-fast-slider")

Failed test found in:
  TestResults-Linux-MultiThreaded.trx
  TestResults-Linux-SingleThread.trx
Error:
    Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
    Expected: 0.43333836671191595d +/- 1.0000000000000001E-05d
    But was:  0.40867325147697559d
    Off by:   0.02466511523494036d
  
Raw output
  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
  Expected: 0.43333836671191595d +/- 1.0000000000000001E-05d
  But was:  0.40867325147697559d
  Off by:   0.02466511523494036d

   at osu.Game.Tests.Beatmaps.DifficultyCalculatorTest.Test(Nullable`1 expectedStarRating, Int32 expectedMaxCombo, String name, Mod[] mods) in /home/runner/work/osu/osu/osu.Game/Tests/Beatmaps/DifficultyCalculatorTest.cs:line 31
   at osu.Game.Rulesets.Osu.Tests.OsuDifficultyCalculatorTest.TestClassicMod(Double expectedStarRating, Int32 expectedMaxCombo, String name) in /home/runner/work/osu/osu/osu.Game.Rulesets.Osu.Tests/OsuDifficultyCalculatorTest.cs:line 35
   at InvokeStub_OsuDifficultyCalculatorTest.TestClassicMod(Object, Span`1)

1)    at osu.Game.Tests.Beatmaps.DifficultyCalculatorTest.Test(Nullable`1 expectedStarRating, Int32 expectedMaxCombo, String name, Mod[] mods) in /home/runner/work/osu/osu/osu.Game/Tests/Beatmaps/DifficultyCalculatorTest.cs:line 31
   at osu.Game.Rulesets.Osu.Tests.OsuDifficultyCalculatorTest.TestClassicMod(Double expectedStarRating, Int32 expectedMaxCombo, String name) in /home/runner/work/osu/osu/osu.Game.Rulesets.Osu.Tests/OsuDifficultyCalculatorTest.cs:line 35
   at InvokeStub_OsuDifficultyCalculatorTest.TestClassicMod(Object, Span`1)

Check failure on line 31 in osu.Game/Tests/Beatmaps/DifficultyCalculatorTest.cs

See this annotation in the file changed.

@github-actions github-actions / Results

osu.Game.Rulesets.Osu.Tests.OsuDifficultyCalculatorTest ► TestClassicMod(1.5045783545699611d,54,"zero-length-sliders")

Failed test found in:
  TestResults-Linux-MultiThreaded.trx
  TestResults-Linux-SingleThread.trx
Error:
    Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
    Expected: 1.5045783545699611d +/- 1.0000000000000001E-05d
    But was:  1.6141408426283461d
    Off by:   -0.10956248805838498d
  
Raw output
  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
  Expected: 1.5045783545699611d +/- 1.0000000000000001E-05d
  But was:  1.6141408426283461d
  Off by:   -0.10956248805838498d

   at osu.Game.Tests.Beatmaps.DifficultyCalculatorTest.Test(Nullable`1 expectedStarRating, Int32 expectedMaxCombo, String name, Mod[] mods) in /home/runner/work/osu/osu/osu.Game/Tests/Beatmaps/DifficultyCalculatorTest.cs:line 31
   at osu.Game.Rulesets.Osu.Tests.OsuDifficultyCalculatorTest.TestClassicMod(Double expectedStarRating, Int32 expectedMaxCombo, String name) in /home/runner/work/osu/osu/osu.Game.Rulesets.Osu.Tests/OsuDifficultyCalculatorTest.cs:line 35
   at InvokeStub_OsuDifficultyCalculatorTest.TestClassicMod(Object, Span`1)

1)    at osu.Game.Tests.Beatmaps.DifficultyCalculatorTest.Test(Nullable`1 expectedStarRating, Int32 expectedMaxCombo, String name, Mod[] mods) in /home/runner/work/osu/osu/osu.Game/Tests/Beatmaps/DifficultyCalculatorTest.cs:line 31
   at osu.Game.Rulesets.Osu.Tests.OsuDifficultyCalculatorTest.TestClassicMod(Double expectedStarRating, Int32 expectedMaxCombo, String name) in /home/runner/work/osu/osu/osu.Game.Rulesets.Osu.Tests/OsuDifficultyCalculatorTest.cs:line 35
   at InvokeStub_OsuDifficultyCalculatorTest.TestClassicMod(Object, Span`1)

Check failure on line 31 in osu.Game/Tests/Beatmaps/DifficultyCalculatorTest.cs

See this annotation in the file changed.

@github-actions github-actions / Results

osu.Game.Rulesets.Osu.Tests.OsuDifficultyCalculatorTest ► TestClassicMod(6.623253327812506d,239,"diffcalc-test")

Failed test found in:
  TestResults-Linux-MultiThreaded.trx
  TestResults-Linux-SingleThread.trx
Error:
    Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
    Expected: 6.6232533278125061d +/- 1.0000000000000001E-05d
    But was:  6.6629658228392747d
    Off by:   -0.039712495026768657d
  
Raw output
  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
  Expected: 6.6232533278125061d +/- 1.0000000000000001E-05d
  But was:  6.6629658228392747d
  Off by:   -0.039712495026768657d

   at osu.Game.Tests.Beatmaps.DifficultyCalculatorTest.Test(Nullable`1 expectedStarRating, Int32 expectedMaxCombo, String name, Mod[] mods) in /home/runner/work/osu/osu/osu.Game/Tests/Beatmaps/DifficultyCalculatorTest.cs:line 31
   at osu.Game.Rulesets.Osu.Tests.OsuDifficultyCalculatorTest.TestClassicMod(Double expectedStarRating, Int32 expectedMaxCombo, String name) in /home/runner/work/osu/osu/osu.Game.Rulesets.Osu.Tests/OsuDifficultyCalculatorTest.cs:line 35

1)    at osu.Game.Tests.Beatmaps.DifficultyCalculatorTest.Test(Nullable`1 expectedStarRating, Int32 expectedMaxCombo, String name, Mod[] mods) in /home/runner/work/osu/osu/osu.Game/Tests/Beatmaps/DifficultyCalculatorTest.cs:line 31
   at osu.Game.Rulesets.Osu.Tests.OsuDifficultyCalculatorTest.TestClassicMod(Double expectedStarRating, Int32 expectedMaxCombo, String name) in /home/runner/work/osu/osu/osu.Game.Rulesets.Osu.Tests/OsuDifficultyCalculatorTest.cs:line 35

Check failure on line 31 in osu.Game/Tests/Beatmaps/DifficultyCalculatorTest.cs

See this annotation in the file changed.

@github-actions github-actions / Results

osu.Game.Rulesets.Osu.Tests.OsuDifficultyCalculatorTest ► TestClockRateAdjusted(0.57771197086735d,4,"very-fast-slider")

Failed test found in:
  TestResults-Linux-MultiThreaded.trx
  TestResults-Linux-SingleThread.trx
Error:
    Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
    Expected: 0.57771197086735004d +/- 1.0000000000000001E-05d
    But was:  0.53588473186572549d
    Off by:   0.04182723900162455d
  
Raw output
  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
  Expected: 0.57771197086735004d +/- 1.0000000000000001E-05d
  But was:  0.53588473186572549d
  Off by:   0.04182723900162455d

   at osu.Game.Tests.Beatmaps.DifficultyCalculatorTest.Test(Nullable`1 expectedStarRating, Int32 expectedMaxCombo, String name, Mod[] mods) in /home/runner/work/osu/osu/osu.Game/Tests/Beatmaps/DifficultyCalculatorTest.cs:line 31
   at osu.Game.Rulesets.Osu.Tests.OsuDifficultyCalculatorTest.TestClockRateAdjusted(Double expectedStarRating, Int32 expectedMaxCombo, String name) in /home/runner/work/osu/osu/osu.Game.Rulesets.Osu.Tests/OsuDifficultyCalculatorTest.cs:line 29
   at InvokeStub_OsuDifficultyCalculatorTest.TestClockRateAdjusted(Object, Span`1)

1)    at osu.Game.Tests.Beatmaps.DifficultyCalculatorTest.Test(Nullable`1 expectedStarRating, Int32 expectedMaxCombo, String name, Mod[] mods) in /home/runner/work/osu/osu/osu.Game/Tests/Beatmaps/DifficultyCalculatorTest.cs:line 31
   at osu.Game.Rulesets.Osu.Tests.OsuDifficultyCalculatorTest.TestClockRateAdjusted(Double expectedStarRating, Int32 expectedMaxCombo, String name) in /home/runner/work/osu/osu/osu.Game.Rulesets.Osu.Tests/OsuDifficultyCalculatorTest.cs:line 29
   at InvokeStub_OsuDifficultyCalculatorTest.TestClockRateAdjusted(Object, Span`1)

Check failure on line 31 in osu.Game/Tests/Beatmaps/DifficultyCalculatorTest.cs

See this annotation in the file changed.

@github-actions github-actions / Results

osu.Game.Rulesets.Osu.Tests.OsuDifficultyCalculatorTest ► TestClockRateAdjusted(1.756936832498702d,54,"zero-length-sliders")

Failed test found in:
  TestResults-Linux-MultiThreaded.trx
  TestResults-Linux-SingleThread.trx
Error:
    Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
    Expected: 1.756936832498702d +/- 1.0000000000000001E-05d
    But was:  2.0863325024227906d
    Off by:   -0.32939566992408853d
  
Raw output
  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
  Expected: 1.756936832498702d +/- 1.0000000000000001E-05d
  But was:  2.0863325024227906d
  Off by:   -0.32939566992408853d

   at osu.Game.Tests.Beatmaps.DifficultyCalculatorTest.Test(Nullable`1 expectedStarRating, Int32 expectedMaxCombo, String name, Mod[] mods) in /home/runner/work/osu/osu/osu.Game/Tests/Beatmaps/DifficultyCalculatorTest.cs:line 31
   at osu.Game.Rulesets.Osu.Tests.OsuDifficultyCalculatorTest.TestClockRateAdjusted(Double expectedStarRating, Int32 expectedMaxCombo, String name) in /home/runner/work/osu/osu/osu.Game.Rulesets.Osu.Tests/OsuDifficultyCalculatorTest.cs:line 29
   at InvokeStub_OsuDifficultyCalculatorTest.TestClockRateAdjusted(Object, Span`1)

1)    at osu.Game.Tests.Beatmaps.DifficultyCalculatorTest.Test(Nullable`1 expectedStarRating, Int32 expectedMaxCombo, String name, Mod[] mods) in /home/runner/work/osu/osu/osu.Game/Tests/Beatmaps/DifficultyCalculatorTest.cs:line 31
   at osu.Game.Rulesets.Osu.Tests.OsuDifficultyCalculatorTest.TestClockRateAdjusted(Double expectedStarRating, Int32 expectedMaxCombo, String name) in /home/runner/work/osu/osu/osu.Game.Rulesets.Osu.Tests/OsuDifficultyCalculatorTest.cs:line 29
   at InvokeStub_OsuDifficultyCalculatorTest.TestClockRateAdjusted(Object, Span`1)

Check failure on line 31 in osu.Game/Tests/Beatmaps/DifficultyCalculatorTest.cs

See this annotation in the file changed.

@github-actions github-actions / Results

osu.Game.Rulesets.Osu.Tests.OsuDifficultyCalculatorTest ► TestClockRateAdjusted(9.649169162411276d,239,"diffcalc-test")

Failed test found in:
  TestResults-Linux-MultiThreaded.trx
  TestResults-Linux-SingleThread.trx
Error:
    Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
    Expected: 9.6491691624112761d +/- 1.0000000000000001E-05d
    But was:  10.471642287997375d
    Off by:   -0.82247312558609842d
  
Raw output
  Assert.That(attributes.StarRating, Is.EqualTo(expectedStarRating).Within(0.00001))
  Expected: 9.6491691624112761d +/- 1.0000000000000001E-05d
  But was:  10.471642287997375d
  Off by:   -0.82247312558609842d

   at osu.Game.Tests.Beatmaps.DifficultyCalculatorTest.Test(Nullable`1 expectedStarRating, Int32 expectedMaxCombo, String name, Mod[] mods) in /home/runner/work/osu/osu/osu.Game/Tests/Beatmaps/DifficultyCalculatorTest.cs:line 31
   at osu.Game.Rulesets.Osu.Tests.OsuDifficultyCalculatorTest.TestClockRateAdjusted(Double expectedStarRating, Int32 expectedMaxCombo, String name) in /home/runner/work/osu/osu/osu.Game.Rulesets.Osu.Tests/OsuDifficultyCalculatorTest.cs:line 29

1)    at osu.Game.Tests.Beatmaps.DifficultyCalculatorTest.Test(Nullable`1 expectedStarRating, Int32 expectedMaxCombo, String name, Mod[] mods) in /home/runner/work/osu/osu/osu.Game/Tests/Beatmaps/DifficultyCalculatorTest.cs:line 31
   at osu.Game.Rulesets.Osu.Tests.OsuDifficultyCalculatorTest.TestClockRateAdjusted(Double expectedStarRating, Int32 expectedMaxCombo, String name) in /home/runner/work/osu/osu/osu.Game.Rulesets.Osu.Tests/OsuDifficultyCalculatorTest.cs:line 29

Check failure on line 172 in osu.Game.Tests/Visual/Editing/TestSceneEditorSaving.cs

See this annotation in the file changed.

@github-actions github-actions / Results

osu.Game.Tests.Visual.Editing.TestSceneEditorSaving ► TestLengthAndStarRatingUpdated

Failed test found in:
  TestResults-Linux-MultiThreaded.trx
Error:
    Assert.That(working.BeatmapInfo.StarRating, Is.GreaterThan(lastStarRating))
    Expected: greater than 0.0d
    But was:  0.0d
  
Raw output
  Assert.That(working.BeatmapInfo.StarRating, Is.GreaterThan(lastStarRating))
  Expected: greater than 0.0d
  But was:  0.0d

   at osu.Game.Tests.Visual.Editing.TestSceneEditorSaving.<>c__DisplayClass5_0.<TestLengthAndStarRatingUpdated>b__14() in /home/runner/work/osu/osu/osu.Game.Tests/Visual/Editing/TestSceneEditorSaving.cs:line 172
   at osu.Framework.Testing.Drawables.Steps.SingleStepButton.clickAction()
   at osu.Framework.Testing.Drawables.Steps.StepButton.PerformStep(Boolean userTriggered)
   at osu.Framework.Testing.TestScene.runNextStep(Action onCompletion, Action`2 onError, Func`2 stopCondition)
--- End of stack trace from previous location ---
   at osu.Framework.Testing.TestSceneTestRunner.TestRunner.RunTestBlocking(TestScene test)
   at osu.Game.Tests.Visual.OsuTestScene.OsuTestSceneTestRunner.RunTestBlocking(TestScene test) in /home/runner/work/osu/osu/osu.Game/Tests/Visual/OsuTestScene.cs:line 586
   at NUnit.Framework.Internal.Commands.TestActionCommand.<>c__DisplayClass0_0.<.ctor>b__1(TestExecutionContext context)
   at NUnit.Framework.Internal.Commands.DelegatingTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)

1)    at osu.Game.Tests.Visual.Editing.TestSceneEditorSaving.<>c__DisplayClass5_0.<TestLengthAndStarRatingUpdated>b__14() in /home/runner/work/osu/osu/osu.Game.Tests/Visual/Editing/TestSceneEditorSaving.cs:line 172
   at osu.Framework.Testing.Drawables.Steps.SingleStepButton.clickAction()
   at osu.Framework.Testing.Drawables.Steps.StepButton.PerformStep(Boolean userTriggered)
   at osu.Framework.Testing.TestScene.runNextStep(Action onCompletion, Action`2 onError, Func`2 stopCondition)
   at osu.Framework.Threading.ScheduledDelegate.RunTaskInternal()
   at osu.Framework.Threading.Scheduler.Update()
   at osu.Framework.Graphics.Drawable.UpdateSubTree()
   at osu.Framework.Graphics.Containers.CompositeDrawable.UpdateSubTree()
   at osu.Framework.Graphics.Containers.CompositeDrawable.UpdateSubTree()
   at osu.Framework.Graphics.Containers.CompositeDrawable.UpdateSubTree()
   at osu.Framework.Graphics.Containers.CompositeDrawable.UpdateSubTree()
   at osu.Framework.Graphics.Containers.CompositeDrawable.UpdateSubTree()
   at osu.Framework.Graphics.Containers.CompositeDrawable.UpdateSubTree()
   at osu.Framework.Graphics.Containers.CompositeDrawable.UpdateSubTree()
   at osu.Framework.Graphics.Containers.CompositeDrawable.UpdateSubTree()
   at osu.Framework.Graphics.Containers.CompositeDrawable.UpdateSubTree()
   at osu.Framework.Graphics.Containers.CompositeDrawable.UpdateSubTree()
   at osu.Framework.Graphics.Containers.CompositeDrawable.UpdateSubTree()
   at osu.Framework.Graphics.Containers.CompositeDrawable.UpdateSubTree()
   at osu.Framework.Graphics.Containers.CompositeDrawable.UpdateSubTree()
   at osu.Framework.Graphics.Containers.CompositeDrawable.UpdateSubTree()
   at osu.Framework.Graphics.Containers.CompositeDrawable.UpdateSubTree()
   at osu.Framework.Graphics.Containers.CompositeDrawable.UpdateSubTree()
   at osu.Framework.Platform.GameHost.UpdateFrame()
   at osu.Framework.Threading.GameThread.processFrame()
   at osu.Framework.Threading.GameThread.<createThread>g__runWork|70_0()