File tree Expand file tree Collapse file tree 4 files changed +8
-11
lines changed
src/test/java/io/javaoperatorsdk/operator Expand file tree Collapse file tree 4 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 5858 <groupId >com.google.testing.compile</groupId >
5959 <artifactId >compile-testing</artifactId >
6060 <scope >test</scope >
61- <exclusions >
62- <exclusion >
63- <groupId >com.google.guava</groupId >
64- <artifactId >guava</artifactId >
65- </exclusion >
66- </exclusions >
6761 </dependency >
6862 <dependency >
6963 <groupId >io.fabric8</groupId >
Original file line number Diff line number Diff line change 4747 * The test ends with "ITS" (Special) since it needs to run separately from other ITs
4848 * </p>
4949 */
50- @ EnableKubeAPIServer (apiServerFlags = {"--min-request-timeout" , "1" })
50+ @ EnableKubeAPIServer (apiServerFlags = {"--min-request-timeout" , "1" }, updateKubeConfigFile = true )
5151class InformerRelatedBehaviorITS {
5252
5353 private static final Logger log = LoggerFactory .getLogger (InformerRelatedBehaviorITS .class );
Original file line number Diff line number Diff line change 55
66import org .junit .jupiter .api .Test ;
77import org .junit .jupiter .api .extension .RegisterExtension ;
8+ import org .slf4j .Logger ;
9+ import org .slf4j .LoggerFactory ;
810
911import io .fabric8 .kubernetes .api .model .HasMetadata ;
1012import io .fabric8 .kubernetes .api .model .ObjectMeta ;
2224
2325import com .fasterxml .jackson .core .JsonProcessingException ;
2426
25- import static com .google .common .truth .Truth .assertThat ;
26- import static io .javaoperatorsdk .operator .api .config .ConfigurationService .log ;
27+ import static org .assertj .core .api .Assertions .assertThat ;
2728import static org .awaitility .Awaitility .await ;
2829
2930class MultiVersionCRDIT {
3031
32+ private static final Logger log = LoggerFactory .getLogger (MultiVersionCRDIT .class );
33+
3134 public static final String CR_V1_NAME = "crv1" ;
3235 public static final String CR_V2_NAME = "crv2" ;
3336
Original file line number Diff line number Diff line change 4343 <sonar .host.url>https://sonarcloud.io</sonar .host.url>
4444 <fabric8-httpclient-impl .name>okhttp</fabric8-httpclient-impl .name>
4545
46- <junit .version>5.9.1 </junit .version>
46+ <junit .version>5.9.2 </junit .version>
4747 <fabric8-client .version>6.5.1</fabric8-client .version>
4848 <slf4j .version>1.7.36</slf4j .version>
4949 <log4j .version>2.20.0</log4j .version>
5757 <micrometer-core .version>1.10.6</micrometer-core .version>
5858 <okhttp .version>4.10.0</okhttp .version>
5959 <caffeine .version>3.1.3</caffeine .version>
60- <jenvtest .version>0.5 .0</jenvtest .version>
60+ <jenvtest .version>0.9 .0</jenvtest .version>
6161
6262 <fmt-maven-plugin .version>2.11</fmt-maven-plugin .version>
6363 <maven-compiler-plugin .version>3.11.0</maven-compiler-plugin .version>
You can’t perform that action at this time.
0 commit comments