Uh oh!
There was an error while loading. Please reload this page.
Support for CancellationTokenSource in TestContext to help in timeout… - #585
Conversation
Siddhartha Pandey (acesiddhu)
commented
Mar 17, 2019
do we have a RFC for this change? |
Shiva Shankar (cltshivash)
commented
Mar 18, 2019
Yes will author one. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Jayarani garg (jayaranigarg)
commented
Mar 20, 2019
I would encourage you to add E2E test for the scenario which shows how can user leverage this CancellationToken. |
Shiva Shankar (cltshivash)
commented
Mar 28, 2019
Added E2E tests |
| <data name="UTA_TestMethodExpectedParameters" xml:space="preserve"> | ||
| <value>Only data driven test methods can have parameters. Did you intend to use [DataRow] or [DynamicData]?</value> | ||
| </data> | ||
| <data name="Execution_Test_Cancelled" xml:space="preserve"> |
There was a problem hiding this comment.
Please xlf file changes associated with this change
There was a problem hiding this comment.
Run command "build.cmd -uxlf". You would have to commit the xlf files changes post running the script.
| namespace TimeoutTestProject | ||
| { | ||
| [TestClass] | ||
| public class TerimnateLongRunningTasksUsingTokenTestClass |
There was a problem hiding this comment.
TerimnateLongRunningTasksUsingTokenTestClass [](start = 17, length = 44)
Nit: Terminate
Sarabjot Singh (singhsarab)
commented
Apr 22, 2019
Shiva Shankar (@cltshivash) Can you please add an RFC for this. If added already, please add the link here. Thanks. |
Support for CancellationTokenSource in TestContext to help in timeout scenario