Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests only run in simulation mode #89

Open
vtikoo opened this issue Oct 10, 2019 · 0 comments
Open

Tests only run in simulation mode #89

vtikoo opened this issue Oct 10, 2019 · 0 comments

Comments

@vtikoo
Copy link
Contributor

vtikoo commented Oct 10, 2019

When trying to run the tests with SGX_MODE=HW, 3 tests fail with the following error message:

[info]   Cause: java.lang.NoClassDefFoundError: Could not initialize class edu.berkeley.cs.rise.opaque.execution.SGXEnclave$
[info]   at edu.berkeley.cs.rise.opaque.execution.SGXEnclave.<init>(SGXEnclave.scala:22)
[info]   at edu.berkeley.cs.rise.opaque.Utils$.initEnclave(Utils.scala:236)
[info]   at edu.berkeley.cs.rise.opaque.RA$$anonfun$initRA$1$$anonfun$2.apply(RA.scala:39)
[info]   at edu.berkeley.cs.rise.opaque.RA$$anonfun$initRA$1$$anonfun$2.apply(RA.scala:38)
[info]   at org.apache.spark.rdd.RDD$$anonfun$mapPartitions$1$$anonfun$apply$23.apply(RDD.scala:801)
[info]   at org.apache.spark.rdd.RDD$$anonfun$mapPartitions$1$$anonfun$apply$23.apply(RDD.scala:801)
[info]   at org.apache.spark.rdd.MapPartitionsRDD.compute(MapPartitionsRDD.scala:52)
[info]   at org.apache.spark.rdd.RDD.computeOrReadCheckpoint(RDD.scala:324)
[info]   at org.apache.spark.rdd.RDD.iterator(RDD.scala:288)
[info]   at org.apache.spark.scheduler.ResultTask.runTask(ResultTask.scala:90)

Failing tests are:

[error]         edu.berkeley.cs.rise.opaque.QEDSuite
[error]         edu.berkeley.cs.rise.opaque.OpaqueSinglePartitionSuite
[error]         edu.berkeley.cs.rise.opaque.OpaqueMultiplePartitionSuite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant