@@ -82,8 +82,7 @@ void setUp() {
82
82
@ AfterEach
83
83
void cleanUp () {}
84
84
85
- @ Test // DATAMONGO-1444
86
- @ RepeatFailedTest (3 )
85
+ @ RepeatFailedTest (3 ) // DATAMONGO-1444
87
86
void testEnsureIndexShouldCreateIndex () {
88
87
89
88
Person p1 = new Person ("Oliver" );
@@ -119,8 +118,7 @@ void testEnsureIndexShouldCreateIndex() {
119
118
}).verifyComplete ();
120
119
}
121
120
122
- @ Test // DATAMONGO-1444
123
- @ RepeatFailedTest (3 )
121
+ @ RepeatFailedTest (3 ) // DATAMONGO-1444
124
122
void getIndexInfoShouldReturnCorrectIndex () {
125
123
126
124
Person p1 = new Person ("Oliver" );
@@ -150,8 +148,7 @@ void getIndexInfoShouldReturnCorrectIndex() {
150
148
}).verifyComplete ();
151
149
}
152
150
153
- @ Test // DATAMONGO-1444, DATAMONGO-2264
154
- @ RepeatFailedTest (3 )
151
+ @ RepeatFailedTest (3 ) // DATAMONGO-1444, DATAMONGO-2264
155
152
void testReadIndexInfoForIndicesCreatedViaMongoShellCommands () {
156
153
157
154
template .indexOps (Person .class ).dropAllIndexes () //
@@ -201,8 +198,7 @@ void testReadIndexInfoForIndicesCreatedViaMongoShellCommands() {
201
198
}).verifyComplete ();
202
199
}
203
200
204
- @ Test // DATAMONGO-1928
205
- @ RepeatFailedTest (3 )
201
+ @ RepeatFailedTest (3 ) // DATAMONGO-1928
206
202
void shouldCreateIndexOnAccess () {
207
203
208
204
template .getCollection ("indexedSample" ).flatMapMany (it -> it .listIndexes (Document .class )) //
@@ -222,8 +218,7 @@ void shouldCreateIndexOnAccess() {
222
218
.verifyComplete ();
223
219
}
224
220
225
- @ Test // DATAMONGO-1928, DATAMONGO-2264
226
- @ RepeatFailedTest (3 )
221
+ @ RepeatFailedTest (3 ) // DATAMONGO-1928, DATAMONGO-2264
227
222
void indexCreationShouldFail () throws InterruptedException {
228
223
229
224
factory .getMongoDatabase () //
0 commit comments