macro_rules! maybe_skip_mysql_integration_test {
    () => { ... };
}Expand description
Skip the test if the environment variable GT_MYSQL_ENDPOINTS is not set.
The format of the environment variable is:
GT_MYSQL_ENDPOINTS=localhost:9092,localhost:9093