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

Emc vnx block:Modifying exception types #545

Merged
merged 3 commits into from
Apr 2, 2021

Conversation

jiangyutan
Copy link
Contributor

What this PR does / why we need it:
Modifying exception types

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #
Modifying exception types
Special notes for your reviewer:

Release note:

@codecov
Copy link

codecov bot commented Apr 2, 2021

Codecov Report

Merging #545 (f642581) into master (65fff0f) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #545   +/-   ##
=======================================
  Coverage   71.08%   71.08%           
=======================================
  Files         138      138           
  Lines       10629    10629           
  Branches     1191     1191           
=======================================
  Hits         7556     7556           
  Misses       2692     2692           
  Partials      381      381           
Impacted Files Coverage Δ
delfin/drivers/dell_emc/vnx/vnx_block/consts.py 100.00% <100.00%> (ø)

@@ -24,8 +24,8 @@
EXCEPTION_MAP = {CER_ERR: exception.SSLCertificateFailed,
CALLER_ERR: exception.InvalidUsernameOrPassword,
SECURITY_ERR: exception.InvalidUsernameOrPassword,
TRYING_CONNECT_ERR: exception.ConnectTimeout,
CONNECTION_ERR: exception.ConnectTimeout,
TRYING_CONNECT_ERR: exception.InvalidIpOrPort,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is there is some network connectivity issue? It may not be invalid IP or PORT

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Page display requirements

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok hope the message is displayed accordingly

Copy link
Collaborator

@kumarashit kumarashit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@NajmudheenCT NajmudheenCT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@NajmudheenCT NajmudheenCT merged commit 6dfa9bd into sodafoundation:master Apr 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants