You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Contracts.Assert(batch.Total==_total+1,$"batch.Total:{batch.Total} while _total + 1:{_total+1}.");
Could this be another concurrency issue?
Known issue validation
Build: 🔎https://dev.azure.com/dnceng-public/public/_build/results?buildId=599035 Error message validated:[Microsoft.ML.Tests.TrainerEstimators.TrainerEstimators.TestEstimatorMulticlassNaiveBayesTrainer Assert failed: batch.Total:128 while _total + 1:0.] Result validation: ❌ Known issue did not match with the provided build. Validation performed at: 3/12/2024 3:57:12 PM UTC
Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=599035
Build error leg or test failing: Microsoft.ML.Tests.TrainerEstimators.TrainerEstimators.TestEstimatorMulticlassNaiveBayesTrainer
Pull request: #7058
Error Message
Fill the error message using step by step known issues guidance.
{ "ErrorMessage": ["Microsoft.ML.Tests.TrainerEstimators.TrainerEstimators.TestEstimatorMulticlassNaiveBayesTrainer", "Assert failed: batch.Total:128 while _total + 1:0."], "ErrorPattern": "", "BuildRetry": false, "ExcludeConsoleLog": true }Failure detail:
This is triggering this assert:
machinelearning/src/Microsoft.ML.Data/DataLoadSave/Text/TextLoaderCursor.cs
Line 829 in f6ddd9b
Could this be another concurrency issue?
Known issue validation
Build: 🔎https://dev.azure.com/dnceng-public/public/_build/results?buildId=599035
Error message validated:
[Microsoft.ML.Tests.TrainerEstimators.TrainerEstimators.TestEstimatorMulticlassNaiveBayesTrainer Assert failed: batch.Total:128 while _total + 1:0.]Result validation: ❌ Known issue did not match with the provided build.
Validation performed at: 3/12/2024 3:57:12 PM UTC
Report
Summary