cognitive-services-quickstart-code icon indicating copy to clipboard operation
cognitive-services-quickstart-code copied to clipboard

[DO NOT MERGE] This is a test PR for the automated tester to review

Open v-jaswel opened this issue 4 years ago • 2 comments

DO NOT MERGE THIS PR. Thank you.

v-jaswel avatar Jun 13 '21 10:06 v-jaswel

CLA assistant check
All CLA requirements met.

ghost avatar Jun 13 '21 10:06 ghost

The following is the result of automated testing on the files affected by this PR.

The following results are grouped by language.

*** PYTHON ***

The tester ran the following files successfully. However, you should still examine the run output for errors that the tester might not have detected. This can happen with samples that handle errors and exit gracefully.

File: /media/data_github/cognitive-services-quickstart-code-test/python/QnAMaker/rest/create-kb.py Run output: Calling cwhqnamakermanaged.cognitiveservices.azure.com/qnamaker/v4.0/knowledgebases/create. { "operationState": "NotStarted", "createdTimestamp": "2021-06-16T18:05:38.2515062Z", "lastActionTimestamp": "2021-06-16T18:05:38.2515062Z", "userId": "d6c30f55a45443feb4fd5c9ec1326003", "operationId": "e25ccd94-5015-4c7e-ae20-011ada7f22b4" } Calling cwhqnamakermanaged.cognitiveservices.azure.com/qnamaker/v4.0/operations/e25ccd94-5015-4c7e-ae20-011ada7f22b4. { "operationState": "Running", "createdTimestamp": "2021-06-16T18:05:38+00:00", "lastActionTimestamp": "2021-06-16T18:05:38+00:00", "userId": "d6c30f55a45443feb4fd5c9ec1326003", "operationId": "e25ccd94-5015-4c7e-ae20-011ada7f22b4" } Waiting 10 seconds... Calling cwhqnamakermanaged.cognitiveservices.azure.com/qnamaker/v4.0/operations/e25ccd94-5015-4c7e-ae20-011ada7f22b4. { "operationState": "Succeeded", "createdTimestamp": "2021-06-16T18:05:38+00:00", "lastActionTimestamp": "2021-06-16T18:05:46+00:00", "resourceLocation": "/knowledgebases/be09b46d-1ee8-4969-8476-e63f23c9aadb", "userId": "d6c30f55a45443feb4fd5c9ec1326003", "operationId": "e25ccd94-5015-4c7e-ae20-011ada7f22b4" }

The tester encountered errors when trying to run the following files.

File: /media/data_github/cognitive-services-quickstart-code-test/python/QnAMaker/rest/publish-kb.py Error(s): File "/media/data_github/cognitive-services-quickstart-code-test/python/QnAMaker/rest/publish-kb.py", line 6 This will cause a syntax error. ^ SyntaxError: invalid syntax

fsharpn00b avatar Jun 16 '21 18:06 fsharpn00b