http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/e6dca96f/target/classes/META-INF/BenchmarkList ---------------------------------------------------------------------- diff --git a/target/classes/META-INF/BenchmarkList b/target/classes/META-INF/BenchmarkList index e0424b6..43794b8 100644 --- a/target/classes/META-INF/BenchmarkList +++ b/target/classes/META-INF/BenchmarkList @@ -1,3 +1,3 @@ org.apache.pirk.benchmark.PaillierBenchmark===,===org.apache.pirk.benchmark.generated.PaillierBenchmark_testWithGMPConstantTime_jmhTest===,===testWithGMPConstantTime===,===Throughput===,===1====,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[] -org.apache.pirk.benchmark.PaillierBenchmark===,===org.apache.pirk.benchmark.generated.PaillierBenchmark_testWithoutGMP_jmhTest===,===testWithoutGMP===,===Throughput===,===1====,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[] org.apache.pirk.benchmark.PaillierBenchmark===,===org.apache.pirk.benchmark.generated.PaillierBenchmark_testWithGMP_jmhTest===,===testWithGMP===,===Throughput===,===1====,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[] +org.apache.pirk.benchmark.PaillierBenchmark===,===org.apache.pirk.benchmark.generated.PaillierBenchmark_testWithoutGMP_jmhTest===,===testWithoutGMP===,===Throughput===,===1====,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[]===,===[]
http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/e6dca96f/target/classes/data-schema.xsd ---------------------------------------------------------------------- diff --git a/target/classes/data-schema.xsd b/target/classes/data-schema.xsd index d49e54e..7384409 100644 --- a/target/classes/data-schema.xsd +++ b/target/classes/data-schema.xsd @@ -22,16 +22,58 @@ <xs:element name="schema"> <xs:complexType> <xs:sequence> - <xs:element name="schemaName" type="xs:string" /> + + <xs:element name="schemaName" type="xs:string"> + <xs:annotation> + <xs:documentation>The name of the data schema. + The name omits leading and trailing + whitespace, and is case sensitive. + </xs:documentation> + </xs:annotation> + </xs:element> + <xs:element name="element" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> - <xs:element name="name" type="xs:string" /> - <xs:element name="type" type="xs:string" /> + + <xs:element name="name" type="xs:string"> + <xs:annotation> + <xs:documentation>The name of the + data element. + The name omits + leading and trailing whitespace, + and is case sensitive. + </xs:documentation> + </xs:annotation> + </xs:element> + + <xs:element name="type" type="xs:string"> + <xs:annotation> + <xs:documentation>The type of the data element. + The type name is the fully qualified class name, + or the primitive Java type of the element. + </xs:documentation> + </xs:annotation> + </xs:element> + <xs:element name="isArray" type="xs:boolean" - default="true" minOccurs="0" /> + default="true" minOccurs="0"> + <xs:annotation> + <xs:documentation>Whether or not the schema element is + an array within the data. False if unspecified. + </xs:documentation> + </xs:annotation> + </xs:element> + <xs:element name="partitioner" - type="xs:string" minOccurs="0" /> + type="xs:string" minOccurs="0"> + <xs:annotation> + <xs:documentation>Partitioner type for the element. + The type name is the fully qualified class name. + Uses the primitive Java type partitioner if unspecified. + </xs:documentation> + </xs:annotation> + </xs:element> </xs:sequence> </xs:complexType> </xs:element> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/e6dca96f/target/classes/org/apache/pirk/inputformat/hadoop/json/JSONRecordReader.class ---------------------------------------------------------------------- diff --git a/target/classes/org/apache/pirk/inputformat/hadoop/json/JSONRecordReader.class b/target/classes/org/apache/pirk/inputformat/hadoop/json/JSONRecordReader.class index ddb582e..22d195b 100644 Binary files a/target/classes/org/apache/pirk/inputformat/hadoop/json/JSONRecordReader.class and b/target/classes/org/apache/pirk/inputformat/hadoop/json/JSONRecordReader.class differ http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/e6dca96f/target/classes/org/apache/pirk/querier/wideskies/QuerierDriverCLI.class ---------------------------------------------------------------------- diff --git a/target/classes/org/apache/pirk/querier/wideskies/QuerierDriverCLI.class b/target/classes/org/apache/pirk/querier/wideskies/QuerierDriverCLI.class index d9d3afe..ab22851 100644 Binary files a/target/classes/org/apache/pirk/querier/wideskies/QuerierDriverCLI.class and b/target/classes/org/apache/pirk/querier/wideskies/QuerierDriverCLI.class differ http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/e6dca96f/target/classes/org/apache/pirk/querier/wideskies/encrypt/EncryptQuery.class ---------------------------------------------------------------------- diff --git a/target/classes/org/apache/pirk/querier/wideskies/encrypt/EncryptQuery.class b/target/classes/org/apache/pirk/querier/wideskies/encrypt/EncryptQuery.class index cece3f5..c86679f 100644 Binary files a/target/classes/org/apache/pirk/querier/wideskies/encrypt/EncryptQuery.class and b/target/classes/org/apache/pirk/querier/wideskies/encrypt/EncryptQuery.class differ http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/e6dca96f/target/classes/org/apache/pirk/query/wideskies/QueryUtils.class ---------------------------------------------------------------------- diff --git a/target/classes/org/apache/pirk/query/wideskies/QueryUtils.class b/target/classes/org/apache/pirk/query/wideskies/QueryUtils.class index 5e7d10c..b49128b 100644 Binary files a/target/classes/org/apache/pirk/query/wideskies/QueryUtils.class and b/target/classes/org/apache/pirk/query/wideskies/QueryUtils.class differ http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/e6dca96f/target/classes/org/apache/pirk/responder/wideskies/ResponderCLI.class ---------------------------------------------------------------------- diff --git a/target/classes/org/apache/pirk/responder/wideskies/ResponderCLI.class b/target/classes/org/apache/pirk/responder/wideskies/ResponderCLI.class index 8d8dbd4..ff2d59b 100644 Binary files a/target/classes/org/apache/pirk/responder/wideskies/ResponderCLI.class and b/target/classes/org/apache/pirk/responder/wideskies/ResponderCLI.class differ http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/e6dca96f/target/classes/org/apache/pirk/responder/wideskies/mapreduce/ComputeResponseTool.class ---------------------------------------------------------------------- diff --git a/target/classes/org/apache/pirk/responder/wideskies/mapreduce/ComputeResponseTool.class b/target/classes/org/apache/pirk/responder/wideskies/mapreduce/ComputeResponseTool.class index 005ff42..4c0f19a 100644 Binary files a/target/classes/org/apache/pirk/responder/wideskies/mapreduce/ComputeResponseTool.class and b/target/classes/org/apache/pirk/responder/wideskies/mapreduce/ComputeResponseTool.class differ http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/e6dca96f/target/classes/org/apache/pirk/responder/wideskies/mapreduce/HashSelectorsAndPartitionDataMapper.class ---------------------------------------------------------------------- diff --git a/target/classes/org/apache/pirk/responder/wideskies/mapreduce/HashSelectorsAndPartitionDataMapper.class b/target/classes/org/apache/pirk/responder/wideskies/mapreduce/HashSelectorsAndPartitionDataMapper.class index 07ebf69..0580306 100644 Binary files a/target/classes/org/apache/pirk/responder/wideskies/mapreduce/HashSelectorsAndPartitionDataMapper.class and b/target/classes/org/apache/pirk/responder/wideskies/mapreduce/HashSelectorsAndPartitionDataMapper.class differ http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/e6dca96f/target/classes/org/apache/pirk/responder/wideskies/mapreduce/RowCalcReducer.class ---------------------------------------------------------------------- diff --git a/target/classes/org/apache/pirk/responder/wideskies/mapreduce/RowCalcReducer.class b/target/classes/org/apache/pirk/responder/wideskies/mapreduce/RowCalcReducer.class index 49deb85..0bfc196 100644 Binary files a/target/classes/org/apache/pirk/responder/wideskies/mapreduce/RowCalcReducer.class and b/target/classes/org/apache/pirk/responder/wideskies/mapreduce/RowCalcReducer.class differ http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/e6dca96f/target/classes/org/apache/pirk/responder/wideskies/spark/ComputeResponse.class ---------------------------------------------------------------------- diff --git a/target/classes/org/apache/pirk/responder/wideskies/spark/ComputeResponse.class b/target/classes/org/apache/pirk/responder/wideskies/spark/ComputeResponse.class index 7025a3d..57f10f4 100644 Binary files a/target/classes/org/apache/pirk/responder/wideskies/spark/ComputeResponse.class and b/target/classes/org/apache/pirk/responder/wideskies/spark/ComputeResponse.class differ http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/e6dca96f/target/classes/org/apache/pirk/responder/wideskies/spark/FilterData.class ---------------------------------------------------------------------- diff --git a/target/classes/org/apache/pirk/responder/wideskies/spark/FilterData.class b/target/classes/org/apache/pirk/responder/wideskies/spark/FilterData.class index 7d7199b..9d17aab 100644 Binary files a/target/classes/org/apache/pirk/responder/wideskies/spark/FilterData.class and b/target/classes/org/apache/pirk/responder/wideskies/spark/FilterData.class differ http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/e6dca96f/target/classes/org/apache/pirk/schema/data/DataSchema.class ---------------------------------------------------------------------- diff --git a/target/classes/org/apache/pirk/schema/data/DataSchema.class b/target/classes/org/apache/pirk/schema/data/DataSchema.class index a964292..8c8664a 100644 Binary files a/target/classes/org/apache/pirk/schema/data/DataSchema.class and b/target/classes/org/apache/pirk/schema/data/DataSchema.class differ http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/e6dca96f/target/classes/org/apache/pirk/schema/data/DataSchemaLoader.class ---------------------------------------------------------------------- diff --git a/target/classes/org/apache/pirk/schema/data/DataSchemaLoader.class b/target/classes/org/apache/pirk/schema/data/DataSchemaLoader.class new file mode 100644 index 0000000..64f0fc7 Binary files /dev/null and b/target/classes/org/apache/pirk/schema/data/DataSchemaLoader.class differ http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/e6dca96f/target/classes/org/apache/pirk/schema/data/DataSchemaRegistry.class ---------------------------------------------------------------------- diff --git a/target/classes/org/apache/pirk/schema/data/DataSchemaRegistry.class b/target/classes/org/apache/pirk/schema/data/DataSchemaRegistry.class new file mode 100644 index 0000000..f6f9451 Binary files /dev/null and b/target/classes/org/apache/pirk/schema/data/DataSchemaRegistry.class differ http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/e6dca96f/target/classes/org/apache/pirk/schema/data/LoadDataSchemas.class ---------------------------------------------------------------------- diff --git a/target/classes/org/apache/pirk/schema/data/LoadDataSchemas.class b/target/classes/org/apache/pirk/schema/data/LoadDataSchemas.class deleted file mode 100644 index f47c76d..0000000 Binary files a/target/classes/org/apache/pirk/schema/data/LoadDataSchemas.class and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/e6dca96f/target/classes/org/apache/pirk/schema/query/LoadQuerySchemas.class ---------------------------------------------------------------------- diff --git a/target/classes/org/apache/pirk/schema/query/LoadQuerySchemas.class b/target/classes/org/apache/pirk/schema/query/LoadQuerySchemas.class index 26a50d1..9bf3d67 100644 Binary files a/target/classes/org/apache/pirk/schema/query/LoadQuerySchemas.class and b/target/classes/org/apache/pirk/schema/query/LoadQuerySchemas.class differ http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/e6dca96f/target/classes/org/apache/pirk/schema/query/filter/StopListFilter.class ---------------------------------------------------------------------- diff --git a/target/classes/org/apache/pirk/schema/query/filter/StopListFilter.class b/target/classes/org/apache/pirk/schema/query/filter/StopListFilter.class index 788a20f..a6ec7ad 100644 Binary files a/target/classes/org/apache/pirk/schema/query/filter/StopListFilter.class and b/target/classes/org/apache/pirk/schema/query/filter/StopListFilter.class differ http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/e6dca96f/target/classes/org/apache/pirk/schema/response/QueryResponseJSON.class ---------------------------------------------------------------------- diff --git a/target/classes/org/apache/pirk/schema/response/QueryResponseJSON.class b/target/classes/org/apache/pirk/schema/response/QueryResponseJSON.class index 1f60775..4b87ea8 100644 Binary files a/target/classes/org/apache/pirk/schema/response/QueryResponseJSON.class and b/target/classes/org/apache/pirk/schema/response/QueryResponseJSON.class differ http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/e6dca96f/target/classes/org/apache/pirk/test/distributed/DistributedTestDriver.class ---------------------------------------------------------------------- diff --git a/target/classes/org/apache/pirk/test/distributed/DistributedTestDriver.class b/target/classes/org/apache/pirk/test/distributed/DistributedTestDriver.class index e2547cf..f75961b 100644 Binary files a/target/classes/org/apache/pirk/test/distributed/DistributedTestDriver.class and b/target/classes/org/apache/pirk/test/distributed/DistributedTestDriver.class differ http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/e6dca96f/target/classes/org/apache/pirk/test/utils/Inputs.class ---------------------------------------------------------------------- diff --git a/target/classes/org/apache/pirk/test/utils/Inputs.class b/target/classes/org/apache/pirk/test/utils/Inputs.class index 9bee3a1..2d0598e 100644 Binary files a/target/classes/org/apache/pirk/test/utils/Inputs.class and b/target/classes/org/apache/pirk/test/utils/Inputs.class differ http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/e6dca96f/target/classes/org/apache/pirk/test/utils/TestUtils.class ---------------------------------------------------------------------- diff --git a/target/classes/org/apache/pirk/test/utils/TestUtils.class b/target/classes/org/apache/pirk/test/utils/TestUtils.class index fa4be21..2dffd1d 100644 Binary files a/target/classes/org/apache/pirk/test/utils/TestUtils.class and b/target/classes/org/apache/pirk/test/utils/TestUtils.class differ http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/e6dca96f/target/classes/org/apache/pirk/utils/QueryParserUtils.class ---------------------------------------------------------------------- diff --git a/target/classes/org/apache/pirk/utils/QueryParserUtils.class b/target/classes/org/apache/pirk/utils/QueryParserUtils.class index cdfd40a..b1a23b6 100644 Binary files a/target/classes/org/apache/pirk/utils/QueryParserUtils.class and b/target/classes/org/apache/pirk/utils/QueryParserUtils.class differ http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/e6dca96f/target/classes/org/apache/pirk/utils/StringUtils.class ---------------------------------------------------------------------- diff --git a/target/classes/org/apache/pirk/utils/StringUtils.class b/target/classes/org/apache/pirk/utils/StringUtils.class index 18ced5a..5047d9e 100644 Binary files a/target/classes/org/apache/pirk/utils/StringUtils.class and b/target/classes/org/apache/pirk/utils/StringUtils.class differ http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/e6dca96f/target/classes/org/apache/pirk/utils/SystemConfiguration.class ---------------------------------------------------------------------- diff --git a/target/classes/org/apache/pirk/utils/SystemConfiguration.class b/target/classes/org/apache/pirk/utils/SystemConfiguration.class index d5d57f5..5c08518 100644 Binary files a/target/classes/org/apache/pirk/utils/SystemConfiguration.class and b/target/classes/org/apache/pirk/utils/SystemConfiguration.class differ http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/e6dca96f/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst ---------------------------------------------------------------------- diff --git a/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst index d0a1511..cb69f0a 100644 --- a/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +++ b/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -11,6 +11,7 @@ org/apache/pirk/utils/FileConst.class org/apache/pirk/serialization/HadoopFileSystemStore.class org/apache/pirk/utils/FileIOUtils$Callable.class org/apache/pirk/encryption/PrimeGenerator.class +org/apache/pirk/schema/data/DataSchemaRegistry.class org/apache/pirk/benchmark/PaillierBenchmark$PaillierBenchmarkState.class org/apache/pirk/responder/wideskies/spark/ComputeResponse.class org/apache/pirk/test/distributed/DistributedTestCLI.class @@ -19,8 +20,8 @@ org/apache/pirk/serialization/JavaSerializer.class org/apache/pirk/utils/FileIOUtils$1.class org/apache/pirk/responder/wideskies/spark/EncColMultReducer.class org/apache/pirk/responder/wideskies/spark/HashSelectorsAndPartitionData.class +org/apache/pirk/schema/data/DataSchemaLoader.class org/apache/pirk/utils/StopListUtils.class -org/apache/pirk/schema/data/LoadDataSchemas.class org/apache/pirk/utils/CSVOutputUtils.class org/apache/pirk/utils/SystemConfiguration.class org/apache/pirk/querier/wideskies/decrypt/DecryptResponseRunnable.class http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/e6dca96f/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst ---------------------------------------------------------------------- diff --git a/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst index d308c4c..36727ae 100644 --- a/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +++ b/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -24,6 +24,7 @@ /Users/voyager/apachePirk/incubator-pirk/src/main/java/org/apache/pirk/utils/FileIOUtils.java /Users/voyager/apachePirk/incubator-pirk/src/main/java/org/apache/pirk/responder/wideskies/mapreduce/ExpTableMapper.java /Users/voyager/apachePirk/incubator-pirk/src/main/java/org/apache/pirk/utils/SystemConfiguration.java +/Users/voyager/apachePirk/incubator-pirk/src/main/java/org/apache/pirk/schema/data/DataSchemaLoader.java /Users/voyager/apachePirk/incubator-pirk/src/main/java/org/apache/pirk/test/distributed/testsuite/DistTestSuite.java /Users/voyager/apachePirk/incubator-pirk/src/main/java/org/apache/pirk/responder/wideskies/spark/EncColMultReducer.java /Users/voyager/apachePirk/incubator-pirk/src/main/java/org/apache/pirk/inputformat/hadoop/json/JSONInputFormat.java @@ -46,7 +47,7 @@ /Users/voyager/apachePirk/incubator-pirk/src/main/java/org/apache/pirk/responder/wideskies/mapreduce/ColumnMultMapper.java /Users/voyager/apachePirk/incubator-pirk/src/main/java/org/apache/pirk/responder/wideskies/ResponderDriver.java /Users/voyager/apachePirk/incubator-pirk/src/main/java/org/apache/pirk/responder/wideskies/spark/EncRowCalcPrecomputedCache.java -/Users/voyager/apachePirk/incubator-pirk/src/main/java/org/apache/pirk/schema/data/LoadDataSchemas.java +/Users/voyager/apachePirk/incubator-pirk/src/main/java/org/apache/pirk/schema/data/DataSchemaRegistry.java /Users/voyager/apachePirk/incubator-pirk/src/main/java/org/apache/pirk/schema/data/DataSchema.java /Users/voyager/apachePirk/incubator-pirk/src/main/java/org/apache/pirk/utils/KeyedHash.java /Users/voyager/apachePirk/incubator-pirk/src/main/java/org/apache/pirk/schema/data/partitioner/IPDataPartitioner.java http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/e6dca96f/target/pirk-0.0.1-SNAPSHOT-exe.jar ---------------------------------------------------------------------- diff --git a/target/pirk-0.0.1-SNAPSHOT-exe.jar b/target/pirk-0.0.1-SNAPSHOT-exe.jar index 35dbd66..113450a 100644 Binary files a/target/pirk-0.0.1-SNAPSHOT-exe.jar and b/target/pirk-0.0.1-SNAPSHOT-exe.jar differ http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/e6dca96f/target/pirk-0.0.1-SNAPSHOT.jar ---------------------------------------------------------------------- diff --git a/target/pirk-0.0.1-SNAPSHOT.jar b/target/pirk-0.0.1-SNAPSHOT.jar index 34bc7eb..d5e3147 100644 Binary files a/target/pirk-0.0.1-SNAPSHOT.jar and b/target/pirk-0.0.1-SNAPSHOT.jar differ http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/e6dca96f/target/surefire-reports/TEST-test.general.ISO8601DateParserTest.xml ---------------------------------------------------------------------- diff --git a/target/surefire-reports/TEST-test.general.ISO8601DateParserTest.xml b/target/surefire-reports/TEST-test.general.ISO8601DateParserTest.xml index 4729932..4483068 100644 --- a/target/surefire-reports/TEST-test.general.ISO8601DateParserTest.xml +++ b/target/surefire-reports/TEST-test.general.ISO8601DateParserTest.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<testsuite name="test.general.ISO8601DateParserTest" time="0.025" tests="1" errors="0" skipped="0" failures="0"> +<testsuite name="test.general.ISO8601DateParserTest" time="0.02" tests="1" errors="0" skipped="0" failures="0"> <properties> <property name="java.runtime.name" value="Java(TM) SE Runtime Environment"/> <property name="sun.boot.library.path" value="/Library/Java/JavaVirtualMachines/jdk1.7.0_80.jdk/Contents/Home/jre/lib"/> @@ -61,5 +61,5 @@ <property name="ftp.nonProxyHosts" value="local|*.local|169.254/16|*.169.254/16"/> <property name="sun.cpu.isalist" value=""/> </properties> - <testcase name="testDateParsing" classname="test.general.ISO8601DateParserTest" time="0.025"/> + <testcase name="testDateParsing" classname="test.general.ISO8601DateParserTest" time="0.02"/> </testsuite> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/e6dca96f/target/surefire-reports/TEST-test.general.KeyedHashTest.xml ---------------------------------------------------------------------- diff --git a/target/surefire-reports/TEST-test.general.KeyedHashTest.xml b/target/surefire-reports/TEST-test.general.KeyedHashTest.xml index 80e1667..0b19c4e 100644 --- a/target/surefire-reports/TEST-test.general.KeyedHashTest.xml +++ b/target/surefire-reports/TEST-test.general.KeyedHashTest.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<testsuite name="test.general.KeyedHashTest" time="0.158" tests="2" errors="0" skipped="0" failures="0"> +<testsuite name="test.general.KeyedHashTest" time="0.076" tests="2" errors="0" skipped="0" failures="0"> <properties> <property name="java.runtime.name" value="Java(TM) SE Runtime Environment"/> <property name="sun.boot.library.path" value="/Library/Java/JavaVirtualMachines/jdk1.7.0_80.jdk/Contents/Home/jre/lib"/> @@ -62,5 +62,5 @@ <property name="sun.cpu.isalist" value=""/> </properties> <testcase name="testKeyedHash" classname="test.general.KeyedHashTest" time="0.001"/> - <testcase name="testKeyedHashWithType" classname="test.general.KeyedHashTest" time="0.157"/> + <testcase name="testKeyedHashWithType" classname="test.general.KeyedHashTest" time="0.075"/> </testsuite> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/e6dca96f/target/surefire-reports/TEST-test.general.PaillierTest.xml ---------------------------------------------------------------------- diff --git a/target/surefire-reports/TEST-test.general.PaillierTest.xml b/target/surefire-reports/TEST-test.general.PaillierTest.xml index 19504a0..5a73405 100644 --- a/target/surefire-reports/TEST-test.general.PaillierTest.xml +++ b/target/surefire-reports/TEST-test.general.PaillierTest.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<testsuite name="test.general.PaillierTest" time="291.744" tests="3" errors="0" skipped="0" failures="0"> +<testsuite name="test.general.PaillierTest" time="234.963" tests="3" errors="0" skipped="0" failures="0"> <properties> <property name="java.runtime.name" value="Java(TM) SE Runtime Environment"/> <property name="sun.boot.library.path" value="/Library/Java/JavaVirtualMachines/jdk1.7.0_80.jdk/Contents/Home/jre/lib"/> @@ -61,7 +61,7 @@ <property name="ftp.nonProxyHosts" value="local|*.local|169.254/16|*.169.254/16"/> <property name="sun.cpu.isalist" value=""/> </properties> - <testcase name="testPaillierWithKeyGeneration" classname="test.general.PaillierTest" time="291.736"/> - <testcase name="testPIRExceptions" classname="test.general.PaillierTest" time="0.005"/> - <testcase name="testPaillierGivenAllParameters" classname="test.general.PaillierTest" time="0.003"/> + <testcase name="testPaillierWithKeyGeneration" classname="test.general.PaillierTest" time="234.958"/> + <testcase name="testPIRExceptions" classname="test.general.PaillierTest" time="0.003"/> + <testcase name="testPaillierGivenAllParameters" classname="test.general.PaillierTest" time="0.002"/> </testsuite> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/e6dca96f/target/surefire-reports/TEST-test.general.PartitionUtilsTest.xml ---------------------------------------------------------------------- diff --git a/target/surefire-reports/TEST-test.general.PartitionUtilsTest.xml b/target/surefire-reports/TEST-test.general.PartitionUtilsTest.xml index 888ba60..0fd996a 100644 --- a/target/surefire-reports/TEST-test.general.PartitionUtilsTest.xml +++ b/target/surefire-reports/TEST-test.general.PartitionUtilsTest.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<testsuite name="test.general.PartitionUtilsTest" time="0.009" tests="3" errors="0" skipped="0" failures="0"> +<testsuite name="test.general.PartitionUtilsTest" time="0.007" tests="3" errors="0" skipped="0" failures="0"> <properties> <property name="java.runtime.name" value="Java(TM) SE Runtime Environment"/> <property name="sun.boot.library.path" value="/Library/Java/JavaVirtualMachines/jdk1.7.0_80.jdk/Contents/Home/jre/lib"/> @@ -62,6 +62,6 @@ <property name="sun.cpu.isalist" value=""/> </properties> <testcase name="testMask" classname="test.general.PartitionUtilsTest" time="0"/> - <testcase name="testPartitions" classname="test.general.PartitionUtilsTest" time="0.008"/> + <testcase name="testPartitions" classname="test.general.PartitionUtilsTest" time="0.006"/> <testcase name="testPartitionBits" classname="test.general.PartitionUtilsTest" time="0.001"/> </testsuite> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/e6dca96f/target/surefire-reports/TEST-test.general.QueryParserUtilsTest.xml ---------------------------------------------------------------------- diff --git a/target/surefire-reports/TEST-test.general.QueryParserUtilsTest.xml b/target/surefire-reports/TEST-test.general.QueryParserUtilsTest.xml index 8c14c59..8cbcb6e 100644 --- a/target/surefire-reports/TEST-test.general.QueryParserUtilsTest.xml +++ b/target/surefire-reports/TEST-test.general.QueryParserUtilsTest.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<testsuite name="test.general.QueryParserUtilsTest" time="0.107" tests="9" errors="0" skipped="0" failures="0"> +<testsuite name="test.general.QueryParserUtilsTest" time="0.088" tests="9" errors="0" skipped="0" failures="0"> <properties> <property name="java.runtime.name" value="Java(TM) SE Runtime Environment"/> <property name="sun.boot.library.path" value="/Library/Java/JavaVirtualMachines/jdk1.7.0_80.jdk/Contents/Home/jre/lib"/> @@ -61,13 +61,13 @@ <property name="ftp.nonProxyHosts" value="local|*.local|169.254/16|*.169.254/16"/> <property name="sun.cpu.isalist" value=""/> </properties> - <testcase name="testDateRangeQuery" classname="test.general.QueryParserUtilsTest" time="0.046"/> + <testcase name="testDateRangeQuery" classname="test.general.QueryParserUtilsTest" time="0.032"/> <testcase name="testAllQuery" classname="test.general.QueryParserUtilsTest" time="0"/> - <testcase name="testWildcardQuery" classname="test.general.QueryParserUtilsTest" time="0.01"/> - <testcase name="testSingleValueRangeQuery" classname="test.general.QueryParserUtilsTest" time="0.006"/> - <testcase name="testIPRangeQuery" classname="test.general.QueryParserUtilsTest" time="0.029"/> - <testcase name="testBooleanQuery" classname="test.general.QueryParserUtilsTest" time="0.012"/> - <testcase name="testIgnoreCase" classname="test.general.QueryParserUtilsTest" time="0.002"/> - <testcase name="testSingleQuery" classname="test.general.QueryParserUtilsTest" time="0"/> + <testcase name="testWildcardQuery" classname="test.general.QueryParserUtilsTest" time="0.004"/> + <testcase name="testSingleValueRangeQuery" classname="test.general.QueryParserUtilsTest" time="0.005"/> + <testcase name="testIPRangeQuery" classname="test.general.QueryParserUtilsTest" time="0.027"/> + <testcase name="testBooleanQuery" classname="test.general.QueryParserUtilsTest" time="0.017"/> + <testcase name="testIgnoreCase" classname="test.general.QueryParserUtilsTest" time="0"/> + <testcase name="testSingleQuery" classname="test.general.QueryParserUtilsTest" time="0.001"/> <testcase name="testQueryFieldDoesNotExist" classname="test.general.QueryParserUtilsTest" time="0.002"/> </testsuite> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/e6dca96f/target/surefire-reports/TEST-test.schema.data.LoadDataSchemaTest.xml ---------------------------------------------------------------------- diff --git a/target/surefire-reports/TEST-test.schema.data.LoadDataSchemaTest.xml b/target/surefire-reports/TEST-test.schema.data.LoadDataSchemaTest.xml index d1c227a..8ae2c3c 100644 --- a/target/surefire-reports/TEST-test.schema.data.LoadDataSchemaTest.xml +++ b/target/surefire-reports/TEST-test.schema.data.LoadDataSchemaTest.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<testsuite name="test.schema.data.LoadDataSchemaTest" time="0.022" tests="3" errors="0" skipped="0" failures="0"> +<testsuite name="test.schema.data.LoadDataSchemaTest" time="0.029" tests="3" errors="0" skipped="0" failures="0"> <properties> <property name="java.runtime.name" value="Java(TM) SE Runtime Environment"/> <property name="sun.boot.library.path" value="/Library/Java/JavaVirtualMachines/jdk1.7.0_80.jdk/Contents/Home/jre/lib"/> @@ -61,7 +61,7 @@ <property name="ftp.nonProxyHosts" value="local|*.local|169.254/16|*.169.254/16"/> <property name="sun.cpu.isalist" value=""/> </properties> - <testcase name="testUnknownPartitioner" classname="test.schema.data.LoadDataSchemaTest" time="0.006"/> - <testcase name="testGeneralSchemaLoad" classname="test.schema.data.LoadDataSchemaTest" time="0.008"/> + <testcase name="testUnknownPartitioner" classname="test.schema.data.LoadDataSchemaTest" time="0.011"/> + <testcase name="testGeneralSchemaLoad" classname="test.schema.data.LoadDataSchemaTest" time="0.01"/> <testcase name="testIncorrectJavaType" classname="test.schema.data.LoadDataSchemaTest" time="0.008"/> </testsuite> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/e6dca96f/target/surefire-reports/TEST-test.schema.query.LoadQuerySchemaTest.xml ---------------------------------------------------------------------- diff --git a/target/surefire-reports/TEST-test.schema.query.LoadQuerySchemaTest.xml b/target/surefire-reports/TEST-test.schema.query.LoadQuerySchemaTest.xml index 15fe6b2..defe419 100644 --- a/target/surefire-reports/TEST-test.schema.query.LoadQuerySchemaTest.xml +++ b/target/surefire-reports/TEST-test.schema.query.LoadQuerySchemaTest.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<testsuite name="test.schema.query.LoadQuerySchemaTest" time="2.316" tests="4" errors="0" skipped="0" failures="0"> +<testsuite name="test.schema.query.LoadQuerySchemaTest" time="4.992" tests="4" errors="0" skipped="0" failures="0"> <properties> <property name="java.runtime.name" value="Java(TM) SE Runtime Environment"/> <property name="sun.boot.library.path" value="/Library/Java/JavaVirtualMachines/jdk1.7.0_80.jdk/Contents/Home/jre/lib"/> @@ -61,8 +61,8 @@ <property name="ftp.nonProxyHosts" value="local|*.local|169.254/16|*.169.254/16"/> <property name="sun.cpu.isalist" value=""/> </properties> - <testcase name="testDataSchemaDoesNotExist" classname="test.schema.query.LoadQuerySchemaTest" time="0.351"/> - <testcase name="testGeneralSchemaLoad" classname="test.schema.query.LoadQuerySchemaTest" time="1.324"/> - <testcase name="testSelectorDoesNotExistInDataSchema" classname="test.schema.query.LoadQuerySchemaTest" time="0.349"/> - <testcase name="testUnknownFilterClass" classname="test.schema.query.LoadQuerySchemaTest" time="0.292"/> + <testcase name="testDataSchemaDoesNotExist" classname="test.schema.query.LoadQuerySchemaTest" time="0.339"/> + <testcase name="testGeneralSchemaLoad" classname="test.schema.query.LoadQuerySchemaTest" time="4.036"/> + <testcase name="testSelectorDoesNotExistInDataSchema" classname="test.schema.query.LoadQuerySchemaTest" time="0.353"/> + <testcase name="testUnknownFilterClass" classname="test.schema.query.LoadQuerySchemaTest" time="0.264"/> </testsuite> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/e6dca96f/target/surefire-reports/TEST-test.wideskies.standalone.StandaloneTest.xml ---------------------------------------------------------------------- diff --git a/target/surefire-reports/TEST-test.wideskies.standalone.StandaloneTest.xml b/target/surefire-reports/TEST-test.wideskies.standalone.StandaloneTest.xml index 90d6fa3..9db65ca 100644 --- a/target/surefire-reports/TEST-test.wideskies.standalone.StandaloneTest.xml +++ b/target/surefire-reports/TEST-test.wideskies.standalone.StandaloneTest.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<testsuite name="test.wideskies.standalone.StandaloneTest" time="12.467" tests="1" errors="0" skipped="0" failures="0"> +<testsuite name="test.wideskies.standalone.StandaloneTest" time="11.373" tests="1" errors="0" skipped="0" failures="0"> <properties> <property name="java.runtime.name" value="Java(TM) SE Runtime Environment"/> <property name="sun.boot.library.path" value="/Library/Java/JavaVirtualMachines/jdk1.7.0_80.jdk/Contents/Home/jre/lib"/> @@ -61,5 +61,5 @@ <property name="ftp.nonProxyHosts" value="local|*.local|169.254/16|*.169.254/16"/> <property name="sun.cpu.isalist" value=""/> </properties> - <testcase name="runTests" classname="test.wideskies.standalone.StandaloneTest" time="12.467"/> + <testcase name="runTests" classname="test.wideskies.standalone.StandaloneTest" time="11.373"/> </testsuite> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/e6dca96f/target/surefire-reports/test.general.ISO8601DateParserTest-output.txt ---------------------------------------------------------------------- diff --git a/target/surefire-reports/test.general.ISO8601DateParserTest-output.txt b/target/surefire-reports/test.general.ISO8601DateParserTest-output.txt index e026bd6..98f654e 100644 --- a/target/surefire-reports/test.general.ISO8601DateParserTest-output.txt +++ b/target/surefire-reports/test.general.ISO8601DateParserTest-output.txt @@ -4,5 +4,5 @@ SLF4J: Found binding in [jar:file:/Users/voyager/.m2/repository/ch/qos/logback/l SLF4J: Found binding in [jar:file:/Users/voyager/.m2/repository/org/apache/logging/log4j/log4j-slf4j-impl/2.6.2/log4j-slf4j-impl-2.6.2.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory] - INFO [main] 2016-07-24 11:38:16,154 (ISO8601DateParserTest.java:39) - Starting testDateParsing: - INFO [main] 2016-07-24 11:38:16,176 (ISO8601DateParserTest.java:47) - Successfully completed testDateParsing + INFO [main] 2016-07-26 08:47:55,154 (ISO8601DateParserTest.java:39) - Starting testDateParsing: + INFO [main] 2016-07-26 08:47:55,171 (ISO8601DateParserTest.java:47) - Successfully completed testDateParsing http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/e6dca96f/target/surefire-reports/test.general.ISO8601DateParserTest.txt ---------------------------------------------------------------------- diff --git a/target/surefire-reports/test.general.ISO8601DateParserTest.txt b/target/surefire-reports/test.general.ISO8601DateParserTest.txt index 746138d..b5de9cb 100644 --- a/target/surefire-reports/test.general.ISO8601DateParserTest.txt +++ b/target/surefire-reports/test.general.ISO8601DateParserTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: test.general.ISO8601DateParserTest ------------------------------------------------------------------------------- -Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.245 sec - in test.general.ISO8601DateParserTest +Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 sec - in test.general.ISO8601DateParserTest http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/e6dca96f/target/surefire-reports/test.general.KeyedHashTest-output.txt ---------------------------------------------------------------------- diff --git a/target/surefire-reports/test.general.KeyedHashTest-output.txt b/target/surefire-reports/test.general.KeyedHashTest-output.txt index 94bfc41..d194166 100644 --- a/target/surefire-reports/test.general.KeyedHashTest-output.txt +++ b/target/surefire-reports/test.general.KeyedHashTest-output.txt @@ -1,28 +1,28 @@ - INFO [main] 2016-07-24 11:38:16,179 (KeyedHashTest.java:38) - Starting testKeyedHash: - INFO [main] 2016-07-24 11:38:16,180 (KeyedHashTest.java:41) - hash1 = 3381 hash1 = 110100110101 - INFO [main] 2016-07-24 11:38:16,180 (KeyedHashTest.java:44) - hash2 = 507510069 hash2 = 11110001111111111110100110101 - INFO [main] 2016-07-24 11:38:16,180 (KeyedHashTest.java:47) - hash3 = 507510069 hash3 = 11110001111111111110100110101 - INFO [main] 2016-07-24 11:38:16,181 (KeyedHashTest.java:52) - Successfully completed testKeyedHash - INFO [main] 2016-07-24 11:38:16,181 (KeyedHashTest.java:66) - Starting testKeyedHashType with type: MD5 - INFO [main] 2016-07-24 11:38:16,203 (KeyedHashTest.java:69) - hash1 = 26 hash1 = 11010 - INFO [main] 2016-07-24 11:38:16,203 (KeyedHashTest.java:72) - hash2 = 2047168538 hash2 = 1111010000001010101000000011010 - INFO [main] 2016-07-24 11:38:16,203 (KeyedHashTest.java:75) - hash3 = 2047168538 hash3 = 1111010000001010101000000011010 - INFO [main] 2016-07-24 11:38:16,204 (KeyedHashTest.java:80) - Successfully completed testKeyedHashType with type: MD5 - INFO [main] 2016-07-24 11:38:16,204 (KeyedHashTest.java:66) - Starting testKeyedHashType with type: SHA-1 - INFO [main] 2016-07-24 11:38:16,204 (KeyedHashTest.java:69) - hash1 = 1116 hash1 = 10001011100 - INFO [main] 2016-07-24 11:38:16,205 (KeyedHashTest.java:72) - hash2 = 1614103644 hash2 = 1100000001101010100010001011100 - INFO [main] 2016-07-24 11:38:16,205 (KeyedHashTest.java:75) - hash3 = 1614103644 hash3 = 1100000001101010100010001011100 - INFO [main] 2016-07-24 11:38:16,207 (KeyedHashTest.java:80) - Successfully completed testKeyedHashType with type: SHA-1 - INFO [main] 2016-07-24 11:38:16,207 (KeyedHashTest.java:66) - Starting testKeyedHashType with type: SHA-256 - INFO [main] 2016-07-24 11:38:16,208 (KeyedHashTest.java:69) - hash1 = 2100 hash1 = 100000110100 - INFO [main] 2016-07-24 11:38:16,208 (KeyedHashTest.java:72) - hash2 = 1097439284 hash2 = 1000001011010011001100000110100 - INFO [main] 2016-07-24 11:38:16,209 (KeyedHashTest.java:75) - hash3 = 1097439284 hash3 = 1000001011010011001100000110100 - INFO [main] 2016-07-24 11:38:16,209 (KeyedHashTest.java:80) - Successfully completed testKeyedHashType with type: SHA-256 - INFO [main] 2016-07-24 11:38:16,209 (KeyedHashTest.java:66) - Starting testKeyedHashType with type: FAKE-HASH-TYPE - INFO [main] 2016-07-24 11:38:16,346 (KeyedHash.java:81) - java.security.NoSuchAlgorithmException: FAKE-HASH-TYPE MessageDigest not available - INFO [main] 2016-07-24 11:38:16,346 (KeyedHashTest.java:69) - hash1 = 3381 hash1 = 110100110101 - INFO [main] 2016-07-24 11:38:16,346 (KeyedHash.java:81) - java.security.NoSuchAlgorithmException: FAKE-HASH-TYPE MessageDigest not available - INFO [main] 2016-07-24 11:38:16,347 (KeyedHashTest.java:72) - hash2 = 507510069 hash2 = 11110001111111111110100110101 - INFO [main] 2016-07-24 11:38:16,347 (KeyedHash.java:81) - java.security.NoSuchAlgorithmException: FAKE-HASH-TYPE MessageDigest not available - INFO [main] 2016-07-24 11:38:16,347 (KeyedHashTest.java:75) - hash3 = 507510069 hash3 = 11110001111111111110100110101 - INFO [main] 2016-07-24 11:38:16,347 (KeyedHashTest.java:80) - Successfully completed testKeyedHashType with type: FAKE-HASH-TYPE + INFO [main] 2016-07-26 08:47:55,174 (KeyedHashTest.java:38) - Starting testKeyedHash: + INFO [main] 2016-07-26 08:47:55,175 (KeyedHashTest.java:41) - hash1 = 3381 hash1 = 110100110101 + INFO [main] 2016-07-26 08:47:55,175 (KeyedHashTest.java:44) - hash2 = 507510069 hash2 = 11110001111111111110100110101 + INFO [main] 2016-07-26 08:47:55,175 (KeyedHashTest.java:47) - hash3 = 507510069 hash3 = 11110001111111111110100110101 + INFO [main] 2016-07-26 08:47:55,176 (KeyedHashTest.java:52) - Successfully completed testKeyedHash + INFO [main] 2016-07-26 08:47:55,176 (KeyedHashTest.java:66) - Starting testKeyedHashType with type: MD5 + INFO [main] 2016-07-26 08:47:55,190 (KeyedHashTest.java:69) - hash1 = 26 hash1 = 11010 + INFO [main] 2016-07-26 08:47:55,191 (KeyedHashTest.java:72) - hash2 = 2047168538 hash2 = 1111010000001010101000000011010 + INFO [main] 2016-07-26 08:47:55,191 (KeyedHashTest.java:75) - hash3 = 2047168538 hash3 = 1111010000001010101000000011010 + INFO [main] 2016-07-26 08:47:55,191 (KeyedHashTest.java:80) - Successfully completed testKeyedHashType with type: MD5 + INFO [main] 2016-07-26 08:47:55,192 (KeyedHashTest.java:66) - Starting testKeyedHashType with type: SHA-1 + INFO [main] 2016-07-26 08:47:55,192 (KeyedHashTest.java:69) - hash1 = 1116 hash1 = 10001011100 + INFO [main] 2016-07-26 08:47:55,192 (KeyedHashTest.java:72) - hash2 = 1614103644 hash2 = 1100000001101010100010001011100 + INFO [main] 2016-07-26 08:47:55,193 (KeyedHashTest.java:75) - hash3 = 1614103644 hash3 = 1100000001101010100010001011100 + INFO [main] 2016-07-26 08:47:55,195 (KeyedHashTest.java:80) - Successfully completed testKeyedHashType with type: SHA-1 + INFO [main] 2016-07-26 08:47:55,196 (KeyedHashTest.java:66) - Starting testKeyedHashType with type: SHA-256 + INFO [main] 2016-07-26 08:47:55,196 (KeyedHashTest.java:69) - hash1 = 2100 hash1 = 100000110100 + INFO [main] 2016-07-26 08:47:55,197 (KeyedHashTest.java:72) - hash2 = 1097439284 hash2 = 1000001011010011001100000110100 + INFO [main] 2016-07-26 08:47:55,197 (KeyedHashTest.java:75) - hash3 = 1097439284 hash3 = 1000001011010011001100000110100 + INFO [main] 2016-07-26 08:47:55,197 (KeyedHashTest.java:80) - Successfully completed testKeyedHashType with type: SHA-256 + INFO [main] 2016-07-26 08:47:55,197 (KeyedHashTest.java:66) - Starting testKeyedHashType with type: FAKE-HASH-TYPE + INFO [main] 2016-07-26 08:47:55,261 (KeyedHash.java:81) - java.security.NoSuchAlgorithmException: FAKE-HASH-TYPE MessageDigest not available + INFO [main] 2016-07-26 08:47:55,261 (KeyedHashTest.java:69) - hash1 = 3381 hash1 = 110100110101 + INFO [main] 2016-07-26 08:47:55,261 (KeyedHash.java:81) - java.security.NoSuchAlgorithmException: FAKE-HASH-TYPE MessageDigest not available + INFO [main] 2016-07-26 08:47:55,261 (KeyedHashTest.java:72) - hash2 = 507510069 hash2 = 11110001111111111110100110101 + INFO [main] 2016-07-26 08:47:55,262 (KeyedHash.java:81) - java.security.NoSuchAlgorithmException: FAKE-HASH-TYPE MessageDigest not available + INFO [main] 2016-07-26 08:47:55,262 (KeyedHashTest.java:75) - hash3 = 507510069 hash3 = 11110001111111111110100110101 + INFO [main] 2016-07-26 08:47:55,262 (KeyedHashTest.java:80) - Successfully completed testKeyedHashType with type: FAKE-HASH-TYPE http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/e6dca96f/target/surefire-reports/test.general.KeyedHashTest.txt ---------------------------------------------------------------------- diff --git a/target/surefire-reports/test.general.KeyedHashTest.txt b/target/surefire-reports/test.general.KeyedHashTest.txt index d5d24b7..7bb30f2 100644 --- a/target/surefire-reports/test.general.KeyedHashTest.txt +++ b/target/surefire-reports/test.general.KeyedHashTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: test.general.KeyedHashTest ------------------------------------------------------------------------------- -Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 sec - in test.general.KeyedHashTest +Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec - in test.general.KeyedHashTest
