zrhoffman commented on code in PR #7614:
URL: https://github.com/apache/trafficcontrol/pull/7614#discussion_r1337918777
##########
traffic_ops/app/db/admin.go:
##########
@@ -353,7 +353,6 @@ func reset() {
func upgrade() {
runMigrations()
if !trafficVault {
- seed()
Review Comment:
Need the TC Health Client integration tests to seed explicitly now
https://github.com/apache/trafficcontrol/blob/91cd4eacc9271b515a285c05c952cd9244e0f8b3/tc-health-client/testing/docker/traffic_ops/run.sh#L105
##########
traffic_ops/app/db/admin.go:
##########
@@ -353,7 +353,6 @@ func reset() {
func upgrade() {
runMigrations()
if !trafficVault {
- seed()
Review Comment:
Need t3c integration tests to seed explicitly now
https://github.com/apache/trafficcontrol/blob/91cd4eacc9271b515a285c05c952cd9244e0f8b3/cache-config/testing/docker/traffic_ops/run.sh#L150-L153
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]