Custom Query (202 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (40 - 42 of 202)

Ticket Resolution Summary Owner Reporter
#41 fixed Cannot find visual studio (while trying to locate VSTest.Console.exe) jasper michelpons

Reported by michelpons, 3 years ago.

Description

Using commit 138, launched makedistribution.py. Got the following error:

File "C:\Users\CTO\Documents\colan_cobia\makedistribution.py", line 214, in <module>

raise RuntimeError?('Cannot find visual studio (while trying to locate VSTest.Console.exe)')

RuntimeError?: Cannot find visual studio (while trying to locate VSTest.Console.exe)

while vstest.console.exe exists on the machine at C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions?\Microsoft\TestWindow?

#42 fixed Unit test fails jasper michelpons

Reported by michelpons, 3 years ago.

Description

Using commit 139: unit test fails: Starting test execution, please wait...

A total of 1 test files matched the specified pattern.

X COBIALoadTest [506ms] Error Message:

Assert failed. COBIA load failure

Stack Trace:

at CobiaTest::BasicTests::COBIALoadTest() in C:\Users\CTO\Documents\colan_cobia\COBIA\UnitTests?\BasicTest?.cpp:line 24

CapeArrayRealImplTest? [< 1ms] √ CapeArrayRealAdapterTest? [< 1ms] √ CobiaArrayRealTest? [< 1ms] √ CapeArrayIntegerImplTest? [< 1ms] √ CapeArrayIntegerAdapterTest? [< 1ms] √ CobiaArrayIntegerTest? [< 1ms] √ CapeArrayByteImplTest? [< 1ms] √ CapeArrayByteAdapterTest? [< 1ms] √ CobiaArrayByteTest? [< 1ms] √ CapeArrayBooleanImplTest? [< 1ms] √ CapeArrayBooleanAdapterTest? [< 1ms] √ CobiaArrayBooleanTest? [< 1ms] √ CapeArrayEnumerationImplTest? [< 1ms] √ CapeArrayEnumerationAdapterTest? [< 1ms] √ CobiaArrayEnumerationTest? [< 1ms] √ CapeStringImplTest? [< 1ms] √ CapeStringAdapterTest? [< 1ms] √ CobiaStringTest? [< 1ms] √ CapeArrayStringImplTest? [< 1ms] √ CapeArrayStringAdapterTest? [< 1ms] √ CobiaArrayStringTest? [< 1ms] √ CapeValueImplTest? [< 1ms] √ CobiaValueTest? [< 1ms] √ CapeArrayValueImplTest? [< 1ms] √ CobiaArrayValueTest? [< 1ms] √ UUID [< 1ms] √ DataFolders? [< 1ms] √ parserTest [< 1ms] √ RegistryTest? [< 1ms] √ PMCRegistrarTest [< 1ms]

Test Run Failed. Total tests: 31

Passed: 30 Failed: 1

Total time: 2.3257 Seconds

Traceback (most recent call last):

File "C:\Users\CTO\Documents\colan_cobia\makedistribution.py", line 333, in <module>

raise RuntimeError?('Win32 unit tests failed')

RuntimeError?: Win32 unit tests failed

C:\Users\CTO\Documents\colan_cobia>

#43 wontfix Logic of build output jasper michelpons

Reported by michelpons, 3 years ago.

Description

The automated build creates a zipped file named COBIA.1.2.0.1.zip which contains the merge modules COBIA_Runtime_Common, COBIA_RunTime_x64 and COBIA_RunTime_x86 as well as the msi SetupCOBIA.1.2.0.1. This archive is located in subfolder Installer>bin under colan_cobia.

Folder colan_cobia and folder COBIA.1.2.0.1 are at the same level. Folder COBIA.1.2.0.1 a dist subfolder that contains, among other files, the same merge modules and msi as the archive mentioned above. Wouldn't it make better sense to eliminate Installer>bin folder so that there is a single location from which to obtain the distribution packages and upload them in the downloads section of the COBIA repository?

Note: See TracQuery for help on using queries.