diff --git a/test/e2e/es_cluster_logging.go b/test/e2e/es_cluster_logging.go index 4f793929906..1e9efa40927 100644 --- a/test/e2e/es_cluster_logging.go +++ b/test/e2e/es_cluster_logging.go @@ -407,6 +407,10 @@ func ClusterLevelLoggingWithElasticsearch(f *Framework) { Logf("Index value out of range: %d", index) continue } + if words[1] != taintName { + Logf("Elasticsearch query return unexpected log line: %s", msg) + continue + } // Record the observation of a log line from node n at the given index. observed[n][index]++ }