[Log] Ignore callstacktrace test for windows#11413
[Log] Ignore callstacktrace test for windows#11413kfstorm merged 1 commit intoray-project:masterfrom
Conversation
|
Why do we do this? Is this not working on Windows? |
Max depth of GetStackStrace is 32, but It will dump more than 32 frames before test case so we can't catch the all stack frames within 32 depth size. |
You may find the detail in https://github.com/ray-project/ray/pull/11410/checks?check_run_id=1257791585 |
|
These are stacktrace on windows. I have no idea about that. It looks like other thread stack not main thread where gtest test case run in. |
|
@ashione Are you suggesting that |
|
+1 for @kfstorm's qusetion. |
|
Stacktrace seems unsupported in glog of ray on windows. I find the glog patch google/glog#168 porting a feature to windows about OS stacktrace. @rkooo567 @kfstorm it's workaround by merging this PR and think about how to get glog's patch in later. |
Why are these changes needed?
Related issue number
Checks
scripts/format.shto lint the changes in this PR.