Skip to content
Snippets Groups Projects

fix IT and istio dns host

Merged Nikhil Singh[MicroSoft] requested to merge fixITandIstio into master
2 unresolved threads

This MR introduces IT fix along with istio dns host usage.

Edited by Nikhil Singh[MicroSoft]

Merge request reports

Merge request pipeline #81517 failed

Pipeline: Notification

#81518

    Merge request pipeline failed for 33c23090

    Deployed to A‎WS‎ 3 years ago
    Deployed to I‎BM‎ 3 years ago
    Approval is optional

    Merged by Ankur RawatAnkur Rawat 3 years ago (Dec 13, 2021 7:12am UTC)

    Merge details

    • Changes merged into master with e1b5723c (commits were squashed).
    • Deleted the source branch.

    Pipeline #81524 failed

    Pipeline failed for e1b5723c on master

    Skipped deployment to I‎BM‎
    Failed to deploy to A‎WS‎

    Activity

    Filter activity
    • Approvals
    • Assignees & reviewers
    • Comments (from bots)
    • Comments (from users)
    • Commits & branches
    • Edits
    • Labels
    • Lock status
    • Mentions
    • Merge request status
    • Tracking
    35 35 Map<String, String> headers = new HashMap<>();
    36 36 headers.put("Data-Partition-Id", TestUtils.getOsduTenant());
    37 37 ClientResponse response = TestUtils.send(getLegalUrl(), "legaltags", "POST", token, body, "", headers, false);
    38 assertEquals(HttpStatus.SC_CREATED, response.getStatus());
    38 assertTrue(response.getStatus()==HttpStatus.SC_CREATED ||response.getStatus()==HttpStatus.SC_CONFLICT );
  • Komal Makkar
  • 22 22 import java.util.HashMap;
    23 23 import java.util.Map;
    24 24
    25 import static org.junit.Assert.assertEquals;
    25 import static org.junit.Assert.*;
  • Komal Makkar approved this merge request

    approved this merge request

  • Nikhil Singh[MicroSoft] changed title from fix IT to fix IT and istio dns host

    changed title from fix IT to fix IT and istio dns host

  • Nikhil Singh[MicroSoft] changed the description

    changed the description

  • Ankur Rawat added 1 commit

    added 1 commit

    Compare with previous version

  • Ankur Rawat added 1 commit

    added 1 commit

    Compare with previous version

  • Ankur Rawat added 1 commit

    added 1 commit

    Compare with previous version

  • Ankur Rawat mentioned in commit e1b5723c

    mentioned in commit e1b5723c

  • merged

  • changed milestone to %M10 - Release 0.13

  • Please register or sign in to reply
    Loading