Closed
Description
Commit 27f7422, part of https://github.com/elastic/elasticsearch/pull/32723/commits, passed CI, but included an accidentally-committed @Seed
annotation in test/framework/src/main/java/org/elasticsearch/test/InternalAggregationTestCase.java. This is supposed to be forbidden:
Had this annotation been in the :server
module it would have failed the build, but it seems that this wasn't checked here.