-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Smoke tests fail with SDK version 2.13.7 #1224
Comments
Hi @hab6 You can also ignore the failing smoke test and run all tests using |
Sorry, that should have been |
Thanks for the suggestions @lukewrites The SDK repository README states that the latest, non-beta version of Tableau Desktop/Server is 2023.3, which is the version used when I originally encountered the problem (and still do). Per your recommendation to update to the latest release, I found and installed Tableau Desktop version 2024.1 and the smoke test still fails. Verifying the versions used for this latest test:
Using
The failing smoke test looks to be StaplesConnectionTestmhds, which appears to be due to trying to match strings to numbers (although the values are the same). Here is the DIFF file: |
Actian internal tracking issue II-13736 |
Sorry, Michael, I was wrong in the above. Are the newly failing tests in the You can ignore the failing smoke tests since those are caused by the new expected file. |
(On my system) Here are the tests that succeed with SDK
|
@hab6 the The Thanks! |
About You:
Name: Michael Habiger
Company: Actian Corporation
Your question:
I am encountering a smoke test failure every time when attempting to run the TDVT tests using the latest
2.13.7
test suite.My Environment:
Microsoft Windows [Version 10.0.19045.3930]
Tableau Desktop 2023.3.3 (20233.24.0202.1238)
Python 3.10.7
Result:
When executing
python -m tdvt.tdvt run mhds
(with or without the--verify
option), the execution always reports a smoke test failure :There are no errors in tdvt_log_combined.txt and I see no relevant errors in other files/logs.
Using SDK version
2.13.4
works:Running the test suite with an exact same setup except using SDK version
2.13.4
instead of2.13.7
allows the test suite to run properly.Also, if the *.tds files that fail under version
2.13.7
are moved and used unaltered in an equivalent setup with version2.13.4
, the tests run successfully with a 98% pass rate:Check of the SDK documentation Troubleshooting section:
I have reviewed the Frequently found issues and troubleshooting section of the TDVT documentation.
2.13.4
which runs successfully.INFO Found tabquery at [C:\Program Files\Tableau\Tableau 2023.3\bin\tabquerytool.exe]
Files:
tdvt_log_combined.txt
cast_calcs.mhds.tds.txt
Staples.mhds.tds.txt
The text was updated successfully, but these errors were encountered: