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
After complied the project follow by the README , running tests failed in the test case "codegen_basic_test:simple_model_test".
The error was:
codegen_basic_test.cpp(14): error: Failure in simple_model_test: Test case timed out and is hung. Aborting all remaining test cases. Expected under 180000ms. FAILED
When I run "odata_codegen_tool.vs12d.exe" manually, the program is hung again.
The call stack was:
odata_client.vs12d.dll!odata::edm::edm_primitive_type::BINARY() Line 52 C++
odata_client.vs12d.dll!odata::edm::`dynamic initializer for 'init_name_to_prmitive_value''() Line 30 C++
The OS is Windows 7 SP1 Ultimate X86.
Compiler is Visual Studio Community 2013 Update 5.
The text was updated successfully, but these errors were encountered:
After complied the project follow by the README , running tests failed in the test case "codegen_basic_test:simple_model_test".
The error was:
codegen_basic_test.cpp(14): error: Failure in simple_model_test: Test case timed out and is hung. Aborting all remaining test cases. Expected under 180000ms. FAILED
When I run "odata_codegen_tool.vs12d.exe" manually, the program is hung again.
The call stack was:
The OS is Windows 7 SP1 Ultimate X86.
Compiler is Visual Studio Community 2013 Update 5.
The text was updated successfully, but these errors were encountered: