|
149 | 149 | test = "org.apache.tinkerpop.gremlin.structure.GraphTest",
|
150 | 150 | method = "shouldRemoveEdges",
|
151 | 151 | reason = "Test creates edges with random labels, which does not work with our schema-based approach.")
|
| 152 | +@Graph.OptOut( |
| 153 | + test = "org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertexTest", |
| 154 | + method = "shouldNotEvaluateToEqualDifferentId", |
| 155 | + reason = "Test creates vertex with no labels in schema-based approach") |
| 156 | +@Graph.OptOut( |
| 157 | + test = "org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceVertexTest", |
| 158 | + method = "shouldNotEvaluateToEqualDifferentId", |
| 159 | + reason = "Test creates vertex with no labels in schema-based approach") |
| 160 | +@Graph.OptOut( |
| 161 | + test = "org.apache.tinkerpop.gremlin.structure.util.detached.DetachedGraphTest", |
| 162 | + method = "testAttachableCreateMethod", |
| 163 | + reason = "test creates id without label prefix") |
152 | 164 | // FIXME, OptOut failing tests
|
153 | 165 | @Graph.OptOut(
|
154 | 166 | test = "org.apache.tinkerpop.gremlin.structure.GraphTest",
|
|
162 | 174 | test = "org.apache.tinkerpop.gremlin.structure.VertexPropertyTest$VertexPropertyAddition",
|
163 | 175 | method = "shouldAllowIdAssignment",
|
164 | 176 | reason = "FIXME")
|
165 |
| -@Graph.OptOut( |
166 |
| - test = "org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertexTest", |
167 |
| - method = "shouldNotEvaluateToEqualDifferentId", |
168 |
| - reason = "Test creates vertex with no labels in schema-based approach" |
169 |
| -) |
170 |
| -@Graph.OptOut( |
171 |
| - test = "org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceVertexTest", |
172 |
| - method = "shouldNotEvaluateToEqualDifferentId", |
173 |
| - reason = "Test creates vertex with no labels in schema-based approach" |
174 |
| -) |
175 |
| -@Graph.OptOut( |
176 |
| - test = "org.apache.tinkerpop.gremlin.structure.util.detached.DetachedGraphTest", |
177 |
| - method = "testAttachableCreateMethod", |
178 |
| - reason = "test creates id without label prefix" |
179 |
| -) |
180 | 177 | @Graph.OptOut(
|
181 | 178 | test = "org.apache.tinkerpop.gremlin.structure.SerializationTest$GryoV3d0Test",
|
182 | 179 | method = "shouldSerializeTree",
|
183 |
| - reason = "FIXME" |
184 |
| -) |
| 180 | + reason = "FIXME") |
185 | 181 | @Graph.OptOut(
|
186 | 182 | test = "org.apache.tinkerpop.gremlin.structure.SerializationTest$GryoV1d0Test",
|
187 | 183 | method = "shouldSerializeTree",
|
188 |
| - reason = "FIXME" |
189 |
| -) |
| 184 | + reason = "FIXME") |
190 | 185 | @Graph.OptOut(
|
191 | 186 | test = "org.apache.tinkerpop.gremlin.structure.VertexTest$BasicVertexTest",
|
192 | 187 | method = "shouldEvaluateEquivalentVertexHashCodeWithSuppliedIds",
|
193 |
| - reason = "FIXME" |
194 |
| -) |
| 188 | + reason = "FIXME") |
195 | 189 | @Graph.OptOut(
|
196 | 190 | test = "org.apache.tinkerpop.gremlin.structure.VertexTest$BasicVertexTest",
|
197 | 191 | method = "shouldEvaluateVerticesEquivalentWithSuppliedIdsViaTraversal",
|
198 |
| - reason = "FIXME" |
199 |
| -) |
| 192 | + reason = "FIXME") |
200 | 193 | @Graph.OptOut(
|
201 | 194 | test = "org.apache.tinkerpop.gremlin.structure.util.star.StarGraphTest",
|
202 | 195 | method = "shouldAttachWithCreateMethod",
|
203 |
| - reason = "FIXME" |
204 |
| -) |
| 196 | + reason = "FIXME") |
205 | 197 | @Graph.OptOut(
|
206 | 198 | test = "org.apache.tinkerpop.gremlin.structure.util.star.StarGraphTest",
|
207 | 199 | method = "shouldCopyFromGraphAToGraphB",
|
208 |
| - reason = "FIXME" |
209 |
| -) |
| 200 | + reason = "FIXME") |
210 | 201 | @Graph.OptOut(
|
211 | 202 | test = "org.apache.tinkerpop.gremlin.structure.VertexTest$BasicVertexTest",
|
212 | 203 | method = "shouldEvaluateVerticesEquivalentWithSuppliedIdsViaIterators",
|
213 |
| - reason = "FIXME" |
214 |
| -) |
| 204 | + reason = "FIXME") |
215 | 205 | @Graph.OptOut(
|
216 | 206 | test = "org.apache.tinkerpop.gremlin.structure.VertexTest$AddEdgeTest",
|
217 | 207 | method = "shouldAddEdgeWithUserSuppliedStringId",
|
218 |
| - reason = "FIXME" |
219 |
| -) |
| 208 | + reason = "FIXME") |
220 | 209 | public class ArangoDBGraph implements Graph {
|
221 | 210 |
|
222 | 211 | /**
|
|
0 commit comments