@@ -59,80 +59,11 @@ protected Properties getProperties(String testName) {
5959
6060 @ Override
6161 @ Disabled ("Object Storage does not support index-related operations" )
62- public void scan_ScanWithIndexGiven_WithSerializable_ShouldNotThrowAnyException () {}
62+ public void scan_ScanWithIndexGiven_WithSerializable_ShouldThrowIllegalArgumentException () {}
6363
6464 @ Override
6565 @ Disabled ("Object Storage does not support index-related operations" )
66- public void
67- scan_ScanWithIndexGiven_RecordUpdatedByAnotherTransaction_WithSerializable_ShouldThrowCommitConflictException () {}
68-
69- @ Override
70- @ Disabled ("Object Storage does not support index-related operations" )
71- public void
72- scan_ScanWithIndexGiven_RecordUpdatedByMyself_WithSerializable_ShouldNotThrowAnyException () {}
73-
74- @ Override
75- @ Disabled ("Object Storage does not support index-related operations" )
76- public void
77- scan_ScanWithIndexGiven_RecordDeletedByAnotherTransaction_WithSerializable_ShouldThrowCommitConflictException () {}
78-
79- @ Override
80- @ Disabled ("Object Storage does not support index-related operations" )
81- public void
82- scan_ScanWithIndexGiven_RecordDeletedByMyself_WithSerializable_ShouldNotThrowAnyException () {}
83-
84- @ Override
85- @ Disabled ("Object Storage does not support index-related operations" )
86- public void scan_ScanWithIndexWithLimitGiven_WithSerializable_ShouldNotThrowAnyException () {}
87-
88- @ Override
89- @ Disabled ("Object Storage does not support index-related operations" )
90- public void get_GetWithIndexGiven_WithSerializable_ShouldNotThrowAnyException () {}
91-
92- @ Override
93- @ Disabled ("Object Storage does not support index-related operations" )
94- public void
95- get_GetWithIndexGiven_RecordUpdatedByAnotherTransaction_WithSerializable_ShouldThrowCommitConflictException () {}
96-
97- @ Override
98- @ Disabled ("Object Storage does not support index-related operations" )
99- public void
100- get_GetWithIndexGiven_RecordUpdatedByMyself_WithSerializable_ShouldNotThrowAnyException () {}
101-
102- @ Override
103- @ Disabled ("Object Storage does not support index-related operations" )
104- public void
105- get_GetWithIndexGiven_RecordDeletedByAnotherTransaction_WithSerializable_ShouldThrowCommitConflictException () {}
106-
107- @ Override
108- @ Disabled ("Object Storage does not support index-related operations" )
109- public void
110- get_GetWithIndexGiven_RecordDeletedByMyself_WithSerializable_ShouldNotThrowAnyException () {}
111-
112- @ Override
113- @ Disabled ("Object Storage does not support index-related operations" )
114- public void
115- get_GetWithIndexGiven_NoRecordsInIndexRange_WithSerializable_ShouldNotThrowAnyException () {}
116-
117- @ Override
118- @ Disabled ("Object Storage does not support index-related operations" )
119- public void
120- get_GetWithIndexGiven_RecordInsertedIntoIndexRangeByMyself_WithSerializable_ShouldNotThrowAnyException () {}
121-
122- @ Override
123- @ Disabled ("Object Storage does not support index-related operations" )
124- public void
125- get_GetWithIndexGiven_RecordInsertedIntoIndexRangeByAnotherTransaction_WithSerializable_ShouldThrowCommitConflictException () {}
126-
127- @ Override
128- @ Disabled ("Object Storage does not support index-related operations" )
129- public void
130- get_GetWithIndexGiven_NoRecordsInIndexRange_RecordInsertedIntoIndexRangeByMyself_WithSerializable_ShouldNotThrowAnyException () {}
131-
132- @ Override
133- @ Disabled ("Object Storage does not support index-related operations" )
134- public void
135- get_GetWithIndexGiven_NoRecordsInIndexRange_RecordInsertedIntoIndexRangeByAnotherTransaction_WithSerializable_ShouldThrowCommitConflictException () {}
66+ public void get_GetWithIndexGiven_WithSerializable_ShouldThrowIllegalArgumentException () {}
13667
13768 @ Override
13869 @ Disabled ("Object Storage does not support index-related operations" )
0 commit comments