While setting up a new environment, I noticed I started getting this error...
Test Panicked
Error 1251: Client does not support authentication protocol requested by server; consider upgrading MariaDB client
/usr/local/go/src/runtime/panic.go:491
Which was a bit alarming, but I think it's actually the result of not setting this environment variable.
Tracked it down to maybe this part of the source not functioning properly?
Also noticed that the tests don't cover this case. https://github.com/cloudfoundry-incubator/notifications/blob/master/application/environment_test.go#L63
While setting up a new environment, I noticed I started getting this error...
Which was a bit alarming, but I think it's actually the result of not setting this environment variable.
Tracked it down to maybe this part of the source not functioning properly?
Also noticed that the tests don't cover this case. https://github.com/cloudfoundry-incubator/notifications/blob/master/application/environment_test.go#L63