Skip to content

improve import performance #64

improve import performance

improve import performance #64

GitHub Actions / FW Lite Unit Tests failed Jul 12, 2024 in 0s

1 fail, 34 pass in 4s

35 tests  ±0   34 ✅ ±0   4s ⏱️ -1s
 4 suites ±0    0 💤 ±0 
 1 files   ±0    1 ❌ ±0 

Results for commit 3a1b253. ± Comparison against earlier commit 8d47c9b.

Annotations

Check warning on line 0 in LcmCrdt.Tests.SerializationTests

See this annotation in the file changed.

@github-actions github-actions / FW Lite Unit Tests

CanDeserializeEntry (LcmCrdt.Tests.SerializationTests) failed

./backend/FwLite/LcmCrdt.Tests/test-results/LcmCrdt.Tests.results.xml [took 0s]
Raw output
Expected property fromJson.Senses to be a collection with 1 item(s), but found an empty collection.

With configuration:
- Use declared types and members
- Compare enums by value
- Compare tuples by their properties
- Compare anonymous types by their properties
- Compare records by their members
- Include non-browsable members
- Match member by name (or throw)
- Be strict about the order of items in byte arrays
- Without automatic conversion.
   at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message)
   at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message)
   at FluentAssertions.Execution.CollectingAssertionStrategy.ThrowIfAny(IDictionary`2 context)
   at FluentAssertions.Execution.AssertionScope.Dispose()
   at FluentAssertions.Equivalency.EquivalencyValidator.AssertEquality(Comparands comparands, EquivalencyValidationContext context)
   at FluentAssertions.Primitives.ObjectAssertions`2.BeEquivalentTo[TExpectation](TExpectation expectation, Func`2 config, String because, Object[] becauseArgs)
   at FluentAssertions.Primitives.ObjectAssertions`2.BeEquivalentTo[TExpectation](TExpectation expectation, String because, Object[] becauseArgs)
   at LcmCrdt.Tests.SerializationTests.CanDeserializeEntry() in /home/runner/work/languageforge-lexbox/languageforge-lexbox/backend/FwLite/LcmCrdt.Tests/SerializationTests.cs:line 68
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)