Skip to content

EntryPointChainedCrossValMacros test fails in CI occasionally #49

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

Closed
eerhardt opened this issue May 7, 2018 · 2 comments
Closed

EntryPointChainedCrossValMacros test fails in CI occasionally #49

eerhardt opened this issue May 7, 2018 · 2 comments
Labels
test related to tests up-for-grabs A good issue to fix if you are trying to contribute to the project

Comments

@eerhardt
Copy link
Member

eerhardt commented May 7, 2018

System information

  • OS version/distro: Linux Debug
  • .NET Version (eg., dotnet --info): .NET Core

Issue

Source code / logs

MESSAGE:
                                        Assert failed: longIdx=328, invariants.Length=328
Expected: True
Actual:   False
                                        +++++++++++++++++++
                                        STACK TRACE:
                                           at Microsoft.ML.Runtime.Internal.Internallearn.Test.GlobalBase.AssertHandler(String msg, IExceptionContext ectx) in /mnt/resource/j/w/dotnet_machinelearning/master/linux_debug_prtest/test/Microsoft.ML.TestFramework/GlobalBase.cs:line 47
   at Microsoft.ML.Runtime.Contracts.DbgFailCore(String msg, IExceptionContext ctx) in /mnt/resource/j/w/dotnet_machinelearning/master/linux_debug_prtest/src/Microsoft.ML.Core/Utilities/Contracts.cs:line 751
   at Microsoft.ML.Runtime.Contracts.DbgFail(String msg) in /mnt/resource/j/w/dotnet_machinelearning/master/linux_debug_prtest/src/Microsoft.ML.Core/Utilities/Contracts.cs:line 764
   at Microsoft.ML.Runtime.Contracts.Assert(Boolean f, String msg) in /mnt/resource/j/w/dotnet_machinelearning/master/linux_debug_prtest/src/Microsoft.ML.Core/Utilities/Contracts.cs:line 822
   at Microsoft.ML.Runtime.Learners.SdcaTrainerBase`1.TrainCore(IChannel ch, RoleMappedData data, LinearPredictor predictor) in /mnt/resource/j/w/dotnet_machinelearning/master/linux_debug_prtest/src/Microsoft.ML.StandardLearners/Standard/LinearClassificationTrainer.cs:line 520
   at Microsoft.ML.Runtime.Learners.LinearTrainerBase`1.TrainEx(RoleMappedData data, LinearPredictor predictor) in /mnt/resource/j/w/dotnet_machinelearning/master/linux_debug_prtest/src/Microsoft.ML.StandardLearners/Standard/LinearClassificationTrainer.cs:line 76
   at Microsoft.ML.Runtime.Learners.LinearTrainerBase`1.Train(RoleMappedData examples) in /mnt/resource/j/w/dotnet_machinelearning/master/linux_debug_prtest/src/Microsoft.ML.StandardLearners/Standard/LinearClassificationTrainer.cs:line 84
   at Microsoft.ML.Runtime.Data.TrainUtils.TrainCore[TDataSet,TPredictor](IChannel ch, ITrainer trainer, Action`1 train, TDataSet data, TDataSet validData, TPredictor predictor) in /mnt/resource/j/w/dotnet_machinelearning/master/linux_debug_prtest/src/Microsoft.ML.Data/Commands/TrainCommand.cs:line 324
@shauheen shauheen added the test related to tests label May 8, 2018
@shauheen shauheen added this to the 0518 milestone May 8, 2018
@shauheen shauheen added the up-for-grabs A good issue to fix if you are trying to contribute to the project label May 29, 2018
@shauheen shauheen removed this from the 0518 milestone May 29, 2018
@abgoswam
Copy link
Member

DRI RESPONSE: This is still partially still the case. SDCA do fail sometimes and we track it in #1131, this one haven't happened for awhile.

@frank-dong-ms-zz
Copy link
Contributor

Also the race condition issue fixed in: #4829

@ghost ghost locked as resolved and limited conversation to collaborators Mar 31, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
test related to tests up-for-grabs A good issue to fix if you are trying to contribute to the project
Projects
None yet
Development

No branches or pull requests

4 participants