Skip to content

rebuild test for new release databox #9831

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

Merged
merged 2 commits into from
Mar 12, 2020

Conversation

00Kai0
Copy link
Contributor

@00Kai0 00Kai0 commented Feb 12, 2020

databox's method coverage comes to 14/16.
it Still has two problems:

  1. ServiceRegionConfiguration post with example:
    "regionConfigurationRequest": { 
      "scheduleAvailabilityRequest": { 
        "storageLocation": "westus", 
        "skuName": "DataBox" 
      } 
    } 

Error message:

"{\r\n \"error\": {\r\n \"code\": \"InvalidContractVersionError\"\ 
,\r\n \"message\": \"The given input version is not supported by the service.\\\ 
r\\nIf the issue persists, contact Microsoft Support.\",\r\n \"details\"\ 
: [\r\n null\r\n ]\r\n }\r\n}" 
  1. BookShipmentPickupPost with example:
    "shipmentPickUpRequest": { 
      "startTime": "2019-09-20T18:30:00Z", 
      "endTime": "2019-09-22T18:30:00Z", 
      "shipmentLocation": "Front desk" 
    } 

Error message:

"{\r\n \"error\": {\r\n \"code\": \"SsemUserErrorShipmentNotWithCustomer\"\ 
,\r\n \"message\": \"The shipment is not with the customer\\r\\nEnsure\ 
\ that the shipment is currently with the customer.\",\r\n \"details\"\ 
: [\r\n null\r\n ]\r\n }\r\n}" 

@00Kai0 00Kai0 requested a review from zikalino as a code owner February 12, 2020 15:12
@lmazuel lmazuel added the Mgmt This issue is related to a management-plane library. label Mar 10, 2020
@praveenkuttappan
Copy link
Member

/azp run python - databox

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Member

@praveenkuttappan praveenkuttappan left a comment

Choose a reason for hiding this comment

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

Verified databox pipeline working with this PR. Databox pipeline has been failing for more than month, Approving and merging it since test succeeded with this change.

@praveenkuttappan praveenkuttappan merged commit 3a58a55 into Azure:master Mar 12, 2020
chenjianfei2017 pushed a commit that referenced this pull request Mar 17, 2020
* rebuild test for new release databox
* coverage comes to 15/16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mgmt This issue is related to a management-plane library.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants