autorest.typescript icon indicating copy to clipboard operation
autorest.typescript copied to clipboard

Core V2 Migration Pending Test Cases - Non LRO Related

Open sarangan12 opened this issue 3 years ago • 1 comments

In the test/integration/header.spec.ts file, two of the following test cases are skipped:

  1. should send and receive string type headers
  2. should send and receive enum type headers

The return value has been changed from undefined (in core-http) to empty object (in core-client). We need to investigate the root cause and then add these test cases.

In the test/integration/bodyFormData.spec.ts, the test case should correctly accept file via body is skipped which is causing a timoeout. The root cause must be investigated and this issue has to be fixed.

sarangan12 avatar May 21 '21 18:05 sarangan12