<!-- ************ STOP!! ************ If this issue identifies a security vulnerability, DO NOT submit it! Instead, contact the Apache Traffic Control Security Team at security@trafficcontrol.apache.org and follow the guidelines at https://www.apache.org/security/ regarding vulnerability disclosure. - For *SUPPORT QUESTIONS*, use the #traffic-control channel on the ASF slack (https://s.apache.org/slack-invite) or Traffic Control mailing lists (https://trafficcontrol.apache.org/mailing_lists). - Before submitting, please **SEARCH GITHUB** for a similar issue or PR. --> ## I'm submitting a ... <!-- delete all those that don't apply --> <!--- security vulnerability (STOP!! - see above)--> - improvement request (usability, performance, tech debt, etc.) ## Traffic Control components affected ... <!-- delete all those that don't apply --> - GitHub Actions ## Current behavior: <!-- Describe how the current features are insufficient. --> The *tp-integration-tests* GitHub Action starts but does not use a Riak Docker container. ## New behavior: <!-- Describe how the feature would improve Traffic Control --> The Riak container should be removed. ## Minimal reproduction of the problem with instructions: <!-- If you can illustrate your feature request better with an example, please provide the *STEPS TO REPRODUCE* and include the applicable TC version. If not, feel free to delete this section. --> https://github.com/apache/trafficcontrol/blob/295c31e3467d13163ec4a3f87fac5450389801ec/.github/actions/tp-integration-tests/entrypoint.sh#L133-L138 <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -->
I'm submitting a ...
Traffic Control components affected ...
Current behavior:
The tp-integration-tests GitHub Action starts but does not use a Riak Docker container.
New behavior:
The Riak container should be removed.
Minimal reproduction of the problem with instructions:
trafficcontrol/.github/actions/tp-integration-tests/entrypoint.sh
Lines 133 to 138 in 295c31e