Feature Request
Currently, all CircleCI testing runs only the short unit tests. There are many longer-running tests or tests that require internet connectivity that the short tests skip. This is great for developers and local testing, however, we should run the longer tests somewhere in Telegraf.
Proposal:
The nightly jobs are a perfect place to add additional testing. These jobs are run once a day and act as a good gate for the current quality of Telegraf. Therefore, the proposal is to update the nightly CircleCI jobs to run the complete set of unit tests, not just short tests.
Migrating from docker-compose -> test-containers
Feature Request
Currently, all CircleCI testing runs only the short unit tests. There are many longer-running tests or tests that require internet connectivity that the short tests skip. This is great for developers and local testing, however, we should run the longer tests somewhere in Telegraf.
Proposal:
The nightly jobs are a perfect place to add additional testing. These jobs are run once a day and act as a good gate for the current quality of Telegraf. Therefore, the proposal is to update the nightly CircleCI jobs to run the complete set of unit tests, not just short tests.
Migrating from docker-compose -> test-containers