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
When running queries against a SSAS tabular model, the timeout-milliSeconds parameter appears to get translated into seconds incorrectly.
System under test looks like:
<system-under-test>
<execution>
<querytimeout-milliSeconds="30000"connection-string="@ProvDev"><![CDATA[ EVALUATE FILTER( SELECTCOLUMNS ( SUMMARIZECOLUMNS ( 'headcount_Hiring Manager'[Hiring Manager Name], "Measure Name", "Historical Total Open Requisitions", "Value", [Historical Total Open Requisitions] ), "Dimension Name", "'headcount_Hiring Manager'[Hiring Manager Name]", "Dimension Value", 'headcount_Hiring Manager'[Hiring Manager Name], "Measure Name", "Historical Total Open Requisitions", "Measure Value", [Historical Total Open Requisitions] ), [Dimension Value] <> "" )]]></query>
</execution>
</system-under-test>
I cloned the develop branch and ran the ExecuteTestCases unit test. When the query executed, the timeout argument was in seconds instead of milliseconds.
The workaround is obviously to just lower the timeout to your desired threshold in seconds, but it is confusing as-is.
Let me know if you need any additional info.
The text was updated successfully, but these errors were encountered:
When running queries against a SSAS tabular model, the timeout-milliSeconds parameter appears to get translated into seconds incorrectly.
System under test looks like:
I cloned the develop branch and ran the ExecuteTestCases unit test. When the query executed, the timeout argument was in seconds instead of milliseconds.
The workaround is obviously to just lower the timeout to your desired threshold in seconds, but it is confusing as-is.
Let me know if you need any additional info.
The text was updated successfully, but these errors were encountered: