nickna / Neighborly

An open-source vector database
MIT License
9 stars 2 forks source link

BallTree Test Failure: CanSaveAndLoad #64

Closed nickna closed 3 days ago

nickna commented 4 days ago
 CanSaveAndLoad
   Source: BallTreeTests.cs line 10
   Duration: 615 ms

  Message: 
  Assert.That(loadedTree, Is.EqualTo(originalTree))
  Expected: <Neighborly.Search.BallTree>
  But was:  <Neighborly.Search.BallTree>

  Stack Trace: 
BallTreeTests.CanSaveAndLoad() line 32
GenericAdapter`1.GetResult()
AsyncToSyncAdapter.Await[TResult](Func`1 invoke)
AsyncToSyncAdapter.Await(Func`1 invoke)
TestMethodCommand.RunTestMethod(TestExecutionContext context)
TestMethodCommand.Execute(TestExecutionContext context)
<>c__DisplayClass3_0.<PerformWork>b__0()
<>c__DisplayClass1_0`1.<DoIsolated>b__0(Object _)
1)    at Neighborly.Tests.BallTreeTests.CanSaveAndLoad() in C:\Code\Neighborly\Tests\BallTreeTests.cs:line 32
AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
BallTreeTests.CanSaveAndLoad()

  Standard Output: 
[15:38:24 INF] Creating temporary file: C:\Users\nbn\AppData\Local\Temp\tmpy0fjqj.tmp, size 0.05468749997453415 TiB
[15:38:24 INF] Creating temporary file: C:\Users\nbn\AppData\Local\Temp\tmp0fg0lx.tmp, size 7.99999999627471 TiB
[15:38:24 INF] Creating temporary file: C:\Users\nbn\AppData\Local\Temp\tmprb2ue0.tmp, size 0.05468749997453415 TiB
[15:38:24 INF] Creating temporary file: C:\Users\nbn\AppData\Local\Temp\tmp4lp4gj.tmp, size 7.99999999627471 TiB
[15:38:25 INF] Deleted temporary file: C:\Users\nbn\AppData\Local\Temp\tmp4lp4gj.tmp
[15:38:25 INF] Deleted temporary file: C:\Users\nbn\AppData\Local\Temp\tmprb2ue0.tmp
[15:38:25 INF] Creating temporary file: C:\Users\nbn\AppData\Local\Temp\tmp3of0fc.tmp, size 0.05468749997453415 TiB
[15:38:25 INF] Creating temporary file: C:\Users\nbn\AppData\Local\Temp\tmpc2fcua.tmp, size 7.99999999627471 TiB
[15:38:25 INF] Deleted temporary file: C:\Users\nbn\AppData\Local\Temp\tmpc2fcua.tmp
[15:38:25 INF] Deleted temporary file: C:\Users\nbn\AppData\Local\Temp\tmp3of0fc.tmp
[15:38:25 INF] Deleted temporary file: C:\Users\nbn\AppData\Local\Temp\tmp0fg0lx.tmp
[15:38:25 INF] Deleted temporary file: C:\Users\nbn\AppData\Local\Temp\tmpy0fjqj.tmp
hangy commented 3 days ago

Looks like it worked in the CI build. Weird …