-
Notifications
You must be signed in to change notification settings - Fork 123
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
Improving connection commands testing #2311
Conversation
Adding unit tests
Entering in aux15 for reading IGES. Updating tests
LocallyLocally (Windows 11, MAPDL v22.2) only the CADs Catia and Parasolid (x_t) fails. CICDIn the CICD it seems a different story, maybe the docker images do not include the tools (executables) to convert those CAD formats. v23.2 and newerWe get the following error:
SAT files
Solution in the following CAD format. Parasolid (x_t)
It seems the missing library CatiaThe error is different:
However, that command should work as I will need some confirmation on this @koubaa @kmkoshy @FredAns In 23.1 and olderI could only test 23.1 but I will do also older versions later. SATIt is read, but probably no geometry is read in. For some reason, no error is catch. Maybe I'm only skipping volumes? Pinging @mikerife Parasolid (x_t)The conversion seems to fail
Maybe the configuration is not correct?? Pinging @mikerife for feedback. CatiaSame as v23.1 and above. Command is missing. Final decisionDo we want to include those tools to convert CADs in the MAPDL images? I guess we should.... Pinging @koubaa @dts12263 @mikerife for feedback. |
Codecov Report
@@ Coverage Diff @@
## main #2311 +/- ##
==========================================
+ Coverage 81.79% 82.02% +0.23%
==========================================
Files 45 45
Lines 8435 8464 +29
==========================================
+ Hits 6899 6943 +44
+ Misses 1536 1521 -15 |
Maybe we can have two tiers of images, one "full" and one "minimal", and run most tests on minimal but a small set of tests on the full one. The minimal one could be much smaller (no mumps, no plugins, etc) |
This is interesting. Let's see what @dts12263 thinks |
This PR has been totally defeated.... I end up introducing tests that fail consistently. Hopefully in the future I can fix some. I will need to do changes in the docker containers. |
…apdl into ci/adding-satin-test
for more information, see https://pre-commit.ci
LGTM. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wrapping connection commands to upload the file
Adding tests