Project Date
opencypher-cucumber-tests-cucumberTest 25 Jul 2017, 14:42

Failures Overview

The following summary displays scenarios that failed.

View Feature SemanticErrorAcceptance
Given any graph 1s 642ms
View Feature SemanticErrorAcceptance
When executing query: 2s 041ms
Then a SyntaxError should be raised at compile time: UndefinedVariable 000ms
View Feature SemanticErrorAcceptance
Given any graph 125ms
View Feature SemanticErrorAcceptance
When executing query: 178ms
Then a SyntaxError should be raised at compile time: UndefinedVariable 000ms
View Feature SemanticErrorAcceptance
Given any graph 115ms
View Feature SemanticErrorAcceptance
When executing query: 118ms
Then a SyntaxError should be raised at compile time: InvalidArgumentType 000ms
View Feature SemanticErrorAcceptance
Given any graph 108ms
View Feature SemanticErrorAcceptance
When executing query: 110ms
Then a SyntaxError should be raised at compile time: InvalidArgumentType 000ms
View Feature SemanticErrorAcceptance
Given any graph 106ms
View Feature SemanticErrorAcceptance
When executing query: 094ms
Then a SyntaxError should be raised at compile time: InvalidArgumentType 000ms
View Feature SemanticErrorAcceptance
Given any graph 104ms
View Feature SemanticErrorAcceptance
When executing query: 084ms
Then a SyntaxError should be raised at compile time: InvalidArgumentType 000ms
View Feature SemanticErrorAcceptance
Given any graph 111ms
View Feature SemanticErrorAcceptance
When executing query: 086ms
Then a SyntaxError should be raised at compile time: VariableTypeConflict 000ms
View Feature SemanticErrorAcceptance
Given any graph 112ms
View Feature SemanticErrorAcceptance
When executing query: 086ms
Then a SyntaxError should be raised at compile time: VariableTypeConflict 000ms
View Feature SemanticErrorAcceptance
Given any graph 106ms
View Feature SemanticErrorAcceptance
When executing query: 081ms
Then a SyntaxError should be raised at compile time: InvalidArgumentType 000ms
View Feature SemanticErrorAcceptance
Given any graph 097ms
View Feature SemanticErrorAcceptance
When executing query: 081ms
Then a SyntaxError should be raised at compile time: InvalidArgumentType 000ms
View Feature SemanticErrorAcceptance
Given any graph 092ms
View Feature SemanticErrorAcceptance
When executing query: 127ms
Then a SyntaxError should be raised at compile time: RelationshipUniquenessViolation 000ms
View Feature SemanticErrorAcceptance
Given any graph 102ms
View Feature SemanticErrorAcceptance
When executing query: 065ms
Then a SyntaxError should be raised at compile time: InvalidArgumentType 000ms
View Feature SemanticErrorAcceptance
Given any graph 093ms
View Feature SemanticErrorAcceptance
When executing query: 074ms
Then a SyntaxError should be raised at compile time: CreatingVarLength 000ms
View Feature SemanticErrorAcceptance
Given any graph 100ms
View Feature SemanticErrorAcceptance
When executing query: 057ms
Then a SyntaxError should be raised at compile time: CreatingVarLength 000ms
View Feature SemanticErrorAcceptance
Given any graph 091ms
View Feature SemanticErrorAcceptance
When executing query: 056ms
Then a SyntaxError should be raised at compile time: InvalidParameterUse 000ms
View Feature SemanticErrorAcceptance
Given any graph 102ms
View Feature SemanticErrorAcceptance
When executing query: 055ms
Then a SyntaxError should be raised at compile time: InvalidParameterUse 000ms
View Feature SemanticErrorAcceptance
Given any graph 092ms
View Feature SemanticErrorAcceptance
When executing query: 056ms
Then a SyntaxError should be raised at compile time: InvalidParameterUse 000ms
View Feature SemanticErrorAcceptance
Given any graph 093ms
View Feature SemanticErrorAcceptance
When executing query: 050ms
Then a SyntaxError should be raised at compile time: InvalidParameterUse 000ms
View Feature SemanticErrorAcceptance
Given any graph 092ms
View Feature SemanticErrorAcceptance
When executing query: 059ms
Then a SyntaxError should be raised at compile time: InvalidArgumentType 000ms
View Feature SemanticErrorAcceptance
Given any graph 082ms
View Feature SemanticErrorAcceptance
When executing query: 055ms
Then a SyntaxError should be raised at compile time: VariableAlreadyBound 000ms
View Feature SemanticErrorAcceptance
Given any graph 085ms
View Feature SemanticErrorAcceptance
When executing query: 048ms
Then a SyntaxError should be raised at compile time: VariableAlreadyBound 000ms
View Feature SemanticErrorAcceptance
Given any graph 073ms
View Feature SemanticErrorAcceptance
When executing query: 055ms
Then a SyntaxError should be raised at compile time: VariableAlreadyBound 000ms
View Feature SemanticErrorAcceptance
Given any graph 070ms
View Feature SemanticErrorAcceptance
When executing query: 061ms
Then a SyntaxError should be raised at compile time: VariableAlreadyBound 000ms
View Feature SemanticErrorAcceptance
Given any graph 076ms
View Feature SemanticErrorAcceptance
When executing query: 050ms
Then a SyntaxError should be raised at compile time: UndefinedVariable 000ms
View Feature SemanticErrorAcceptance
Given any graph 070ms
View Feature SemanticErrorAcceptance
When executing query: 048ms
Then a SyntaxError should be raised at compile time: UndefinedVariable 000ms
View Feature SemanticErrorAcceptance
Given any graph 072ms
View Feature SemanticErrorAcceptance
When executing query: 063ms
Then a SyntaxError should be raised at compile time: InvalidClauseComposition 000ms
View Feature SemanticErrorAcceptance
Given any graph 073ms
View Feature SemanticErrorAcceptance
When executing query: 053ms
Then a SyntaxError should be raised at compile time: FloatingPointOverflow 000ms
View Feature SemanticErrorAcceptance
Given any graph 072ms
View Feature SemanticErrorAcceptance
Scenario Handling property access on the Any type
Steps
When executing query: 131ms
Then the result should be: 1s 372ms
(list[0]).prop
0
And no side effects 000ms
java.lang.AssertionError: assertion failed
	at scala.Predef$.assert(Predef.scala:156)
	at cucumber.steps.CreateStepDefinitions$$anonfun$4.apply$mcV$sp(CreateStepDefinitions.scala:40)
	at cucumber.steps.CreateStepDefinitions$$anonfun$4.apply(CreateStepDefinitions.scala:39)
	at cucumber.steps.CreateStepDefinitions$$anonfun$4.apply(CreateStepDefinitions.scala:39)
	at cucumber.api.scala.ScalaDsl$StepBody$$anonfun$apply$1.applyOrElse(ScalaDsl.scala:62)
	at cucumber.api.scala.ScalaDsl$StepBody$$anonfun$apply$1.applyOrElse(ScalaDsl.scala:62)
	at scala.runtime.AbstractPartialFunction.apply(AbstractPartialFunction.scala:36)
	at cucumber.runtime.scala.ScalaStepDefinition.execute(ScalaStepDefinition.scala:71)
	at cucumber.runtime.StepDefinitionMatch.runStep(StepDefinitionMatch.java:37)
	at cucumber.runtime.Runtime.runStep(Runtime.java:299)
	at cucumber.runtime.model.StepContainer.runStep(StepContainer.java:44)
	at cucumber.runtime.model.StepContainer.runSteps(StepContainer.java:39)
	at cucumber.runtime.model.CucumberScenario.run(CucumberScenario.java:44)
	at cucumber.runtime.model.CucumberFeature.run(CucumberFeature.java:165)
	at cucumber.runtime.Runtime.run(Runtime.java:121)
	at cucumber.api.cli.Main.run(Main.java:36)
	at cucumber.api.cli.Main.main(Main.java:18)
	at ✽.And no side effects(features/SemanticErrorAcceptance.feature:256)
View Feature SemanticErrorAcceptance
Given any graph 081ms
View Feature SemanticErrorAcceptance
When executing query: 065ms
Then a TypeError should be raised at runtime: PropertyAccessOnNonMap 000ms
View Feature SemanticErrorAcceptance
Given any graph 085ms
View Feature SemanticErrorAcceptance
When executing query: 132ms
Then a TypeError should be raised at runtime: PropertyAccessOnNonMap 000ms
View Feature SemanticErrorAcceptance
Given any graph 069ms
View Feature SemanticErrorAcceptance
When executing query: 047ms
Then a SyntaxError should be raised at compile time: InvalidArgumentExpression 000ms
View Feature SemanticErrorAcceptance
Given any graph 071ms
View Feature SemanticErrorAcceptance
When executing query: 055ms
Then a ArgumentError should be raised at runtime: NumberOutOfRange 000ms
View Feature SemanticErrorAcceptance
Given any graph 070ms
View Feature SemanticErrorAcceptance
When executing query: 067ms
Then a SyntaxError should be raised at compile time: InvalidUnicodeCharacter 000ms
View Feature SemanticErrorAcceptance
Given any graph 076ms
View Feature SemanticErrorAcceptance
When executing query: 070ms
Then a SyntaxError should be raised at compile time: InvalidArgumentType 000ms
View Feature SemanticErrorAcceptance
Given any graph 075ms
View Feature SemanticErrorAcceptance
When executing query: 059ms
Then a SyntaxError should be raised at compile time: InvalidAggregation 000ms
View Feature SemanticErrorAcceptance
Given any graph 073ms
View Feature SemanticErrorAcceptance
When executing query: 062ms
Then a SyntaxError should be raised at compile time: NonConstantExpression 000ms
View Feature SemanticErrorAcceptance
Given any graph 086ms
View Feature SemanticErrorAcceptance
When executing query: 060ms
Then a SyntaxError should be raised at compile time: NegativeIntegerArgument 000ms
View Feature SemanticErrorAcceptance
Given any graph 085ms
View Feature SemanticErrorAcceptance
When executing query: 056ms
Then a SyntaxError should be raised at compile time: NonConstantExpression 000ms
View Feature SemanticErrorAcceptance
Given any graph 072ms
View Feature SemanticErrorAcceptance
When executing query: 061ms
Then a SyntaxError should be raised at compile time: NegativeIntegerArgument 000ms
View Feature SemanticErrorAcceptance
Given any graph 127ms
View Feature SemanticErrorAcceptance
When executing query: 042ms
Then a SyntaxError should be raised at compile time: InvalidArgumentType 000ms
View Feature SemanticErrorAcceptance
Given any graph 068ms
View Feature SemanticErrorAcceptance
When executing query: 051ms
Then a SyntaxError should be raised at compile time: NoSingleRelationshipType 000ms
View Feature SemanticErrorAcceptance
Given any graph 065ms
View Feature SemanticErrorAcceptance
When executing query: 064ms
Then a SyntaxError should be raised at compile time: NoSingleRelationshipType 000ms
View Feature SemanticErrorAcceptance
Given any graph 081ms
View Feature SemanticErrorAcceptance
When executing query: 051ms
Then a SyntaxError should be raised at compile time: NoSingleRelationshipType 000ms
View Feature SemanticErrorAcceptance
Given any graph 084ms
View Feature SemanticErrorAcceptance
When executing query: 044ms
Then a SyntaxError should be raised at compile time: NoSingleRelationshipType 000ms
View Feature SemanticErrorAcceptance
Given any graph 064ms
View Feature SemanticErrorAcceptance
When executing query: 037ms
Then a SyntaxError should be raised at compile time: NoSingleRelationshipType 000ms