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

Add type Smallint as SQLValue #164

Closed
smallcreep opened this issue Nov 20, 2018 · 0 comments
Closed

Add type Smallint as SQLValue #164

smallcreep opened this issue Nov 20, 2018 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@smallcreep
Copy link
Owner

Caused by: java.io.IOException: Not found type 'Smallint'
	at com.github.smallcreep.cucumber.seeds.table.TableXml.lambda$null$0(TableXml.java:134)
	at org.cactoos.map.MapOf.lambda$new$0(MapOf.java:83)
	at org.cactoos.func.UncheckedFunc.lambda$apply$0(UncheckedFunc.java:56)
	at org.cactoos.scalar.CheckedScalar.value(CheckedScalar.java:76)
	at org.cactoos.scalar.IoCheckedScalar.value(IoCheckedScalar.java:63)
	at org.cactoos.scalar.UncheckedScalar.value(UncheckedScalar.java:56)
	at org.cactoos.func.UncheckedFunc.apply(UncheckedFunc.java:57)
	at org.cactoos.iterator.Mapped.next(Mapped.java:68)
	at org.cactoos.iterator.Immutable.next(Immutable.java:58)
	at org.cactoos.map.MapOf.lambda$new$2(MapOf.java:153)
	at org.cactoos.scalar.CheckedScalar.value(CheckedScalar.java:76)
	at org.cactoos.scalar.IoCheckedScalar.value(IoCheckedScalar.java:63)
	at org.cactoos.scalar.UncheckedScalar.value(UncheckedScalar.java:56)
	at org.cactoos.map.MapEnvelope.keySet(MapEnvelope.java:123)
	at com.github.smallcreep.cucumber.seeds.table.TableSimple.lambda$insert$1(TableSimple.java:92)
	at java.lang.Iterable.forEach(Iterable.java:75)
	at com.github.smallcreep.cucumber.seeds.table.TableSimple.insert(TableSimple.java:91)
	at com.github.smallcreep.cucumber.seeds.table.TableXml.insert(TableXml.java:114)
	at com.github.smallcreep.cucumber.seeds.rows.RwDefault.add(RwDefault.java:145)
	at com.github.smallcreep.cucumber.seeds.db.steps.StpDefInsert.insert(StpDefInsert.java:79)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at cucumber.runtime.Utils$1.call(Utils.java:40)
	at cucumber.runtime.Timeout.timeout(Timeout.java:16)
	at cucumber.runtime.Utils.invoke(Utils.java:34)
	at cucumber.runtime.java.JavaStepDefinition.execute(JavaStepDefinition.java:38)
	at cucumber.runtime.StepDefinitionMatch.runStep(StepDefinitionMatch.java:37)
	at cucumber.runtime.ExtendedRuntime.runStep(ExtendedRuntime.java:319)
	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 com.github.mkolisnyk.cucumber.runner.ExtendedExecutionUnitRunner.run(ExtendedExecutionUnitRunner.java:32)
	at com.github.mkolisnyk.cucumber.runner.ExtendedFeatureRunner.runChild(ExtendedFeatureRunner.java:81)
	at com.github.mkolisnyk.cucumber.runner.ExtendedFeatureRunner.runChild(ExtendedFeatureRunner.java:23)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at cucumber.runtime.junit.FeatureRunner.run(FeatureRunner.java:70)
	at com.github.mkolisnyk.cucumber.runner.ExtendedCucumber.runChild(ExtendedCucumber.java:108)
	at com.github.mkolisnyk.cucumber.runner.ExtendedCucumber.runChild(ExtendedCucumber.java:32)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at com.github.mkolisnyk.cucumber.runner.ExtendedCucumber.run(ExtendedCucumber.java:148)
	at com.github.mkolisnyk.cucumber.runner.parallel.CucumberRunnerThread.run(CucumberRunnerThread.java:25)
	at java.lang.Thread.run(Thread.java:748)
@smallcreep smallcreep added this to the 1.0 milestone Nov 20, 2018
@smallcreep smallcreep added the bug Something isn't working label Nov 20, 2018
smallcreep pushed a commit that referenced this issue Nov 21, 2018
@smallcreep smallcreep self-assigned this Nov 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant