Skip to content
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

Fix server version parsing to correctly treat ansys_dpf_server #673

Merged
merged 4 commits into from
Dec 7, 2022

Conversation

anslpa
Copy link
Contributor

@anslpa anslpa commented Dec 6, 2022

If ansys_dpf_server_win_v2023.2.pre0 is used and this is contained in the server folder name, v202 is parsed as Ansys version and GrpcLegacyServer is the default. This prevents this behavior to have InProcessServer instead.

@codecov
Copy link

codecov bot commented Dec 6, 2022

Codecov Report

Merging #673 (2adf63d) into master (6697f40) will increase coverage by 0.06%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #673      +/-   ##
==========================================
+ Coverage   88.16%   88.23%   +0.06%     
==========================================
  Files          69       69              
  Lines        7757     7760       +3     
==========================================
+ Hits         6839     6847       +8     
+ Misses        918      913       -5     

@anslpa
Copy link
Contributor Author

anslpa commented Dec 7, 2022

It was needed to add check to ensure ansys_path was not None, because None type is not iterable and that's what is gotten for run on Docker (CI/CD build issue).

@anslpa anslpa changed the title DPF Server: default DPF Server: default server config issue Dec 7, 2022
@anslpa anslpa merged commit d9f9f46 into master Dec 7, 2022
@anslpa anslpa deleted the dpf_server/parse_update branch December 7, 2022 10:28
@PProfizi PProfizi added the bug Something isn't working label Dec 13, 2022
@PProfizi PProfizi changed the title DPF Server: default server config issue Fix server version parsing to correctly treat ansys_dpf_server Dec 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants