start aerospike container 1st for unit tests

because it requires some time to initialize before it can respond to
metric requests.
This commit is contained in:
Cameron Sparr
2016-08-24 09:03:17 +01:00
parent 2462e04bf2
commit e9d33726a9
2 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ import (
func TestAerospikeStatistics(t *testing.T) {
if testing.Short() {
t.Skip("Skipping integration test in short mode")
t.Skip("Skipping aerospike integration tests.")
}
a := &Aerospike{
@@ -29,7 +29,7 @@ func TestAerospikeStatistics(t *testing.T) {
func TestAerospikeStatisticsPartialErr(t *testing.T) {
if testing.Short() {
t.Skip("Skipping integration test in short mode")
t.Skip("Skipping aerospike integration tests.")
}
a := &Aerospike{