MATLABĀ® Test Report

Timestamp:

09-Apr-2024 21:02:59

Host:

fv-az915-306

Platform:

glnxa64

MATLAB Version:

24.1.0.2537033 (R2024a)

Number of Tests:

10

Testing Time:

1.3132 seconds

Overall Result:

FAILED

Failure Summary

10 tests failed.

Name of Failing Test

Failure Reasons

testSDMX/tGetProviders

Errored.

(Details)

testSDMX/tGetFlows

Errored.

(Details)

testSDMX/tGetDimensions

Errored.

(Details)

testSDMX/tGetTimeSeries

Errored.

(Details)

testSDMX/tGetTimeSeriesTable

Errored.

(Details)

testSDMX/tGetTimeSeriesRevisions

Errored.

(Details)

testSDMX/tAddProvider

Errored.

(Details)

testSDMX/tGetCodes

Errored.

(Details)

testSDMX/tGetDSDIdentifier

Errored.

(Details)

testSDMX/tGetSDMXTable

Errored.

(Details)

Overview

/home/runner/work/SDMX/SDMX/MATLAB/tests/

testSDMX

1.3132 seconds

Details

/home/runner/work/SDMX/SDMX/MATLAB/tests/

testSDMX

tGetProviders

The test failed and did not run to completion. Duration: 0.1234 seconds

Event:

Error Identifier:

Error Report:

Error using sdmx.getProviders (line 34) SDMX getProviders() error:\nUnable to resolve the name 'it.bancaditalia.oss.sdmx.client.SdmxClientHandler.getProviders'. Error in testSDMX/tGetProviders (line 30) providers = sdmx.getProviders;

Event Location: testSDMX/tGetProviders

Stack:

In /home/runner/work/SDMX/SDMX/MATLAB/tbx/sdmx/+sdmx/getProviders.m (getProviders) at 34 In /home/runner/work/SDMX/SDMX/MATLAB/tests/testSDMX.m (testSDMX.tGetProviders) at 30

(Overview)

tGetFlows

The test failed and did not run to completion. Duration: 0.1840 seconds

Event:

Error Identifier:

Error Report:

Error using sdmx.getFlows (line 52) SDMX getFlows() error:\nUnable to resolve the name 'it.bancaditalia.oss.sdmx.client.SdmxClientHandler.getFlows'. Error in testSDMX/tGetFlows (line 36) flows = sdmx.getFlows('ECB');

Event Location: testSDMX/tGetFlows

Stack:

In /home/runner/work/SDMX/SDMX/MATLAB/tbx/sdmx/+sdmx/getFlows.m (getFlows) at 52 In /home/runner/work/SDMX/SDMX/MATLAB/tests/testSDMX.m (testSDMX.tGetFlows) at 36

(Overview)

tGetDimensions

The test failed and did not run to completion. Duration: 0.1097 seconds

Event:

Error Identifier:

Error Report:

Error using sdmx.getDimensions (line 51) SDMX getDimension() error:\nUnable to resolve the name 'it.bancaditalia.oss.sdmx.client.SdmxClientHandler.getDimensions'. Error in testSDMX/tGetDimensions (line 43) dims = sdmx.getDimensions('ECB', 'EXR');

Event Location: testSDMX/tGetDimensions

Stack:

In /home/runner/work/SDMX/SDMX/MATLAB/tbx/sdmx/+sdmx/getDimensions.m (getDimensions) at 51 In /home/runner/work/SDMX/SDMX/MATLAB/tests/testSDMX.m (testSDMX.tGetDimensions) at 43

(Overview)

tGetTimeSeries

The test failed and did not run to completion. Duration: 0.1098 seconds

Event:

Error Identifier:

Error Report:

Error using sdmx.getTimeSeries (line 64) SDMX getTimeSeries() error: Unable to resolve the name 'it.bancaditalia.oss.sdmx.client.SdmxClientHandler.getTimeSeries'. Error in testSDMX/tGetTimeSeries (line 50) tts = sdmx.getTimeSeries('ECB', 'EXR.M.USD|GBP.EUR.SP00.A');

Event Location: testSDMX/tGetTimeSeries

Stack:

In /home/runner/work/SDMX/SDMX/MATLAB/tbx/sdmx/+sdmx/getTimeSeries.m (getTimeSeries) at 64 In /home/runner/work/SDMX/SDMX/MATLAB/tests/testSDMX.m (testSDMX.tGetTimeSeries) at 50

(Overview)

tGetTimeSeriesTable

The test failed and did not run to completion. Duration: 0.1200 seconds

Event:

Error Identifier:

Error Report:

Error using sdmx.getTimeSeriesTable (line 65) SDMX getTimeSeries() error: Unable to resolve the name 'it.bancaditalia.oss.sdmx.client.SdmxClientHandler.getTimeSeriesTable'. Error in testSDMX/tGetTimeSeriesTable (line 77) tb = sdmx.getTimeSeriesTable('ECB', 'EXR.M.USD|GBP.EUR.SP00.A');

Event Location: testSDMX/tGetTimeSeriesTable

Stack:

In /home/runner/work/SDMX/SDMX/MATLAB/tbx/sdmx/+sdmx/getTimeSeriesTable.m (getTimeSeriesTable) at 65 In /home/runner/work/SDMX/SDMX/MATLAB/tests/testSDMX.m (testSDMX.tGetTimeSeriesTable) at 77

(Overview)

tGetTimeSeriesRevisions

The test failed and did not run to completion. Duration: 0.1457 seconds

Event:

Error Identifier:

Error Report:

Error using sdmx.getTimeSeriesRevisions (line 77) SDMX getTimeSeries() error: Unable to resolve the name 'it.bancaditalia.oss.sdmx.client.SdmxClientHandler.getTimeSeriesTable'. Error in testSDMX/tGetTimeSeriesRevisions (line 99) tb = sdmx.getTimeSeriesRevisions('ECB', 'EXR.M.USD.EUR.SP00.A', string(startTime), string(endTime));

Event Location: testSDMX/tGetTimeSeriesRevisions

Stack:

In /home/runner/work/SDMX/SDMX/MATLAB/tbx/sdmx/+sdmx/getTimeSeriesRevisions.m (getTimeSeriesRevisions) at 77 In /home/runner/work/SDMX/SDMX/MATLAB/tests/testSDMX.m (testSDMX.tGetTimeSeriesRevisions) at 99

(Overview)

tAddProvider

The test failed and did not run to completion. Duration: 0.1245 seconds

Event:

Error Identifier:

Error Report:

Error using sdmx.addProvider (line 80) SDMX addProvider() error: Unable to resolve the name 'it.bancaditalia.oss.sdmx.client.SdmxClientHandler.addProvider'. Error in testSDMX/tAddProvider (line 123) sdmx.addProvider('ECB_TEST', 'http://sdw-wsrest.ecb.europa.eu/service', false, false, false, 'Sample ECB provider');

Event Location: testSDMX/tAddProvider

Stack:

In /home/runner/work/SDMX/SDMX/MATLAB/tbx/sdmx/+sdmx/addProvider.m (addProvider) at 80 In /home/runner/work/SDMX/SDMX/MATLAB/tests/testSDMX.m (testSDMX.tAddProvider) at 123

(Overview)

tGetCodes

The test failed and did not run to completion. Duration: 0.1182 seconds

Event:

Error Identifier:

Error Report:

Error using sdmx.getCodes (line 49) SDMX getCodes() error:\nUnable to resolve the name 'it.bancaditalia.oss.sdmx.client.SdmxClientHandler.getCodes'. Error in testSDMX/tGetCodes (line 131) map = sdmx.getCodes('ECB','ECB,EXR,1.0', 'FREQ');

Event Location: testSDMX/tGetCodes

Stack:

In /home/runner/work/SDMX/SDMX/MATLAB/tbx/sdmx/+sdmx/getCodes.m (getCodes) at 49 In /home/runner/work/SDMX/SDMX/MATLAB/tests/testSDMX.m (testSDMX.tGetCodes) at 131

(Overview)

tGetDSDIdentifier

The test failed and did not run to completion. Duration: 0.1133 seconds

Event:

Error Identifier:

Error Report:

Error using sdmx.getDSDIdentifier (line 46) SDMX getDSDIdentifier() error:\nUnable to resolve the name 'it.bancaditalia.oss.sdmx.client.SdmxClientHandler.getDSDIdentifier'. Error in testSDMX/tGetDSDIdentifier (line 138) id = sdmx.getDSDIdentifier('ECB','ECB,EXR,1.0');

Event Location: testSDMX/tGetDSDIdentifier

Stack:

In /home/runner/work/SDMX/SDMX/MATLAB/tbx/sdmx/+sdmx/getDSDIdentifier.m (getDSDIdentifier) at 46 In /home/runner/work/SDMX/SDMX/MATLAB/tests/testSDMX.m (testSDMX.tGetDSDIdentifier) at 138

(Overview)

tGetSDMXTable

The test failed and did not run to completion. Duration: 0.1646 seconds

Event:

Error Identifier:

Error Report:

Error using sdmx.getTimeSeries (line 64) SDMX getTimeSeries() error: Unable to resolve the name 'it.bancaditalia.oss.sdmx.client.SdmxClientHandler.getTimeSeries'. Error in testSDMX/tGetSDMXTable (line 145) tts = sdmx.getTimeSeries('ECB', 'EXR.M.USD|GBP.EUR.SP00.A');

Event Location: testSDMX/tGetSDMXTable

Stack:

In /home/runner/work/SDMX/SDMX/MATLAB/tbx/sdmx/+sdmx/getTimeSeries.m (getTimeSeries) at 64 In /home/runner/work/SDMX/SDMX/MATLAB/tests/testSDMX.m (testSDMX.tGetSDMXTable) at 145

(Overview)