Skip to content

Commit

Permalink
Merge pull request #51 from Alvearie/WHFHRI-702
Browse files Browse the repository at this point in the history
WHFHRI-702: v2.1.6 release.
  • Loading branch information
dan-baxter authored Oct 26, 2021
2 parents 4775ba1 + 73988bd commit eddfef6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
env:
API_SPEC_DEV_BRANCH: support-2.x
API_SPEC_TAG:
API_SPEC_TAG: v2.1-2.0.2
APPID_TENANT: 0f389ea4-778e-4831-9b29-6156c4c1df1e
APPID_URL: https://us-east.appid.cloud.ibm.com
JWT_AUDIENCE_ID: 21e7d376-9cdb-4a9d-a11f-9b76c007244d
Expand Down
2 changes: 1 addition & 1 deletion mgmt-api-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

packages:
hri_mgmt_api:
version: 2.1.5
version: 2.1.6
actions:
create_batch:
function: build/batches_create-bin.zip
Expand Down
4 changes: 1 addition & 3 deletions test/spec/hri_management_api_no_validation_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
it 'Success With Invalid Topic Only' do
invalid_topic = "ingest.#{TENANT_ID}.#{TEST_INTEGRATOR_ID}.invalid"
@event_streams_helper.create_topic(invalid_topic, 1)

response = @hri_helper.hri_get_tenant_streams(TENANT_ID)
expect(response.code).to eq 200
parsed_response = JSON.parse(response.body)
Expand All @@ -296,9 +297,6 @@
raise "Tenant Stream Not Found: #{TEST_INTEGRATOR_ID}" unless stream_found

Timeout.timeout(15, nil, "Timed out waiting for the '#{invalid_topic}' topic to be deleted") do
loop do
break if @event_streams_helper.get_topics.include?(invalid_topic)
end
loop do
@event_streams_helper.delete_topic(invalid_topic)
break unless @event_streams_helper.get_topics.include?(invalid_topic)
Expand Down

0 comments on commit eddfef6

Please sign in to comment.