Created
December 4, 2021 00:30
-
-
Save spmallette/89d493bc83524d25a509dfba8c27f79c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error: Tests run: 786, Failures: 3, Errors: 0, Skipped: 271, Time elapsed: 323.93 s <<< FAILURE! - in org.apache.tinkerpop.gremlin.spark.SparkGraphFeatureIntegrateTest | |
Error: g_withStrategiesXSeedStrategyX_V_order_byXlabel_descX_sampleX1X_byXageX(Step - sample()) Time elapsed: 0.333 s <<< FAILURE! | |
java.lang.AssertionError: | |
Expected: iterable with items [<v[6]>] in any order | |
but: not matched: <v[1]> | |
Error: g_withStrategiesXProductiveByStrategyX_V_group_byXageX(Step - group()) Time elapsed: 0.703 s <<< FAILURE! | |
java.lang.AssertionError: | |
Expected: iterable with items [<{null=[v[3], v[5]], 32=[v[4]], 35=[v[6]], 27=[v[2]], 29=[v[1]]}>] in any order | |
but: not matched: <{32=[v[4]], 35=[v[6]], 27=[v[2]], 29=[v[1]]}> | |
Error: g_withStrategiesXProductiveByStrategyX_V_groupCount_byXageX(Step - groupCount()) Time elapsed: 0.076 s <<< FAILURE! | |
java.lang.AssertionError: | |
Expected: iterable with items [<{null=2, 32=1, 27=1, 35=1, 29=1}>] in any order | |
but: not matched: <{32=1, 35=1, 27=1, 29=1}> | |
[INFO] | |
[INFO] Results: | |
[INFO] | |
Error: Failures: | |
Error: | |
Expected: iterable with items [<{null=2, 32=1, 27=1, 35=1, 29=1}>] in any order | |
but: not matched: <{32=1, 35=1, 27=1, 29=1}> | |
Error: | |
Expected: iterable with items [<{null=[v[3], v[5]], 32=[v[4]], 35=[v[6]], 27=[v[2]], 29=[v[1]]}>] in any order | |
but: not matched: <{32=[v[4]], 35=[v[6]], 27=[v[2]], 29=[v[1]]}> | |
Error: | |
Expected: iterable with items [<v[6]>] in any order | |
but: not matched: <v[1]> | |
[INFO] | |
Error: Tests run: 991, Failures: 3, Errors: 0, Skipped: 323 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment