Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Stacktrace contains xml escaped characters. Fix #948, #981 #996

Merged
merged 2 commits into from
Nov 8, 2018

Conversation

karthiknadig
Copy link
Member

@karthiknadig karthiknadig commented Nov 8, 2018

Fixes #948, Fixes #981

@karthiknadig karthiknadig changed the title Fix 948. Stacktrace contains xml escaped characters. Stacktrace contains xml escaped characters. Fix #948, #981 Nov 8, 2018
@codecov-io
Copy link

Codecov Report

Merging #996 into master will decrease coverage by 0.1%.
The diff coverage is 55.55%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #996      +/-   ##
==========================================
- Coverage    53.4%   53.29%   -0.11%     
==========================================
  Files          33       33              
  Lines        4425     4430       +5     
==========================================
- Hits         2363     2361       -2     
- Misses       2062     2069       +7
Impacted Files Coverage Δ
ptvsd/wrapper.py 47.82% <55.55%> (-0.24%) ⬇️
ptvsd/ipcjson.py 69.86% <0%> (-0.46%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3216997...fc6c9af. Read the comment docs.

@karthiknadig karthiknadig requested a review from int19h November 8, 2018 20:09
assert compare_path(frames[0]['source']['path'], testfile)

debug_session.send_request('continue').wait_for_response()
debug_session.wait_for_next(Event('continued'))
Copy link
Contributor

Choose a reason for hiding this comment

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

This should probably be expect_new (wait_for_next will work as well, but it'll time out waiting if the event wasn't there, whereas expect_new will fail immediately).

Copy link
Member Author

Choose a reason for hiding this comment

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

expect_new seems to trip over the response to continue request.

AssertionError: assert [22!Request('continue', None), 23!Response(22!Request('continue', None), {'allThreadsContinued': True})] is ('not matching expectation', Event('continued', ANY))

@karthiknadig karthiknadig merged commit f3cfd0f into microsoft:master Nov 8, 2018
@karthiknadig karthiknadig deleted the issue948 branch November 10, 2018 06:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants