-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Fix names only in soap messages. #1205
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
base: master
Are you sure you want to change the base?
Conversation
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.
I had a same problem with deep Body tag. It's fixed my problem also.
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.
Please add a unit test
Fails with `Exception has occurred: TypeError: Cannot read properties of undefined (reading 'description')` if Message>Body tags deepper inside answer.
I rebased this, but some tests failed. I was about to approve it without a test but seems like this change breaks something. |
Weird. Those appear timeout errors though. Possible infra issues of GitHub? Maybe can simply re-run the job in GitHub's GUI? |
The test suite is a bit weird, it does log errors as timeouts, debugging it is a kinda pita. |
it seems the errors are in |
Very weird. Now most tests on my local system pass. It went down from 11 to 1 ( I get no more time out errors (previously I tried with the timeout settings, as well as catcbing My current failures locally are:
but yesterday (1) was not there. And I changed nothing in this instance... (2) may be related to the recent update of |
Without namespace check this function fails with
Exception has occurred: TypeError: Cannot read properties of undefined (reading 'description')
if Message>Body tags deepper inside answer.