Locally the tests works well however on GitHub they fails, after added extra dump features on #574 using procdump under windows runners we got a strange message:

Searching for the meaning of FAST_FAIL_SET_CONTEXT_DENIED, a recent article was found: https://ptupitsyn.github.io/Ignite-on-NET-9/
As stated the CET is enabled by default: https://learn.microsoft.com/en-us/dotnet/core/compatibility/interop/9.0/cet-support.
In local tests maybe the CET feature is not enabled (shall be checked better), however GitHub maybe enable it by default: try to add <CETCompat>false</CETCompat> when compiling tests for .NET 9.
Another source for the problem is dotnet/runtime#109682
Originally posted by @masesdevelopers in masesgroup/JNet#573 (comment)
Originally posted by @masesdevelopers in masesgroup/JNet#573 (comment)