Skip to content

Commit a106758

Browse files
committed
Add testcase
1 parent f2ced74 commit a106758

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

graphx/src/test/scala/org/apache/spark/graphx/GraphSuite.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,8 @@ class GraphSuite extends SparkFunSuite with LocalSparkContext {
350350
assert(verticesDependencies.forall(_.rdd.isInstanceOf[CheckpointRDD[_]]))
351351
assert(graph.isCheckpointed)
352352
assert(graph.getCheckpointFiles.size === 2)
353+
assert(!graph.edges.isCheckpointed)
354+
assert(!graph.vertices.isCheckpointed)
353355
}
354356
}
355357

0 commit comments

Comments
 (0)