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

addMvnLocal test disabled #7042

Closed
scottdraves opened this issue Mar 26, 2018 · 4 comments
Closed

addMvnLocal test disabled #7042

scottdraves opened this issue Mar 26, 2018 · 4 comments
Assignees

Comments

@scottdraves
Copy link
Contributor

    :base:test

    com.twosigma.beakerx.kernel.magic.command.functionality.ClasspathAddRepoMagicCommandTest > addMvnLocal FAILED
        java.lang.AssertionError at ClasspathAddRepoMagicCommandTest.java:61
    Tests run: 1569, Successes: 1568, Failures: 1, Skipped: 0, Total time: 30.707 seconds
@jaroslawmalekcodete
Copy link
Contributor

I can not reproduce it.
In a branch jarek/7042_addMvnLocal I added an error message, please try to run the test in this branch and attach a log

@EfimovVladimir
Copy link
Contributor

Doesn't reproduced on my computer. (windows)

@EfimovVladimir
Copy link
Contributor

Reproduced on Ubuntu.

com.twosigma.beakerx.kernel.magic.command.ClasspathAddMvnDepsMagicCommandTest > unresolvedDependency FAILED
    java.lang.AssertionError at ClasspathAddMvnDepsMagicCommandTest.java:100

com.twosigma.beakerx.kernel.magic.command.ClasspathAddMvnDepsMagicCommandTest > handleClasspathReset FAILED
    java.lang.IndexOutOfBoundsException at ClasspathAddMvnDepsMagicCommandTest.java:150

com.twosigma.beakerx.kernel.magic.command.ClasspathAddMvnDepsMagicCommandTest > handleClasspathAddMvnDepUsingGradleSyntax FAILED
    java.lang.IndexOutOfBoundsException at ClasspathAddMvnDepsMagicCommandTest.java:150

com.twosigma.beakerx.kernel.magic.command.ClasspathAddMvnDepsMagicCommandTest > handleClasspathAddMvnDep FAILED
    java.lang.IndexOutOfBoundsException at ClasspathAddMvnDepsMagicCommandTest.java:150

com.twosigma.beakerx.kernel.magic.command.ClasspathAddMvnDepsCellMagicCommandTest > handleUnresolvedDep FAILED
    java.lang.AssertionError at ClasspathAddMvnDepsCellMagicCommandTest.java:101

com.twosigma.beakerx.kernel.magic.command.ClasspathAddMvnDepsCellMagicCommandTest > handleAddDeps FAILED
    java.lang.IndexOutOfBoundsException at ClasspathAddMvnDepsCellMagicCommandTest.java:136

com.twosigma.beakerx.kernel.magic.command.ClasspathAddMvnDepsCellMagicCommandTest > handleAddDepsMixedSyntax FAILED
    java.lang.IndexOutOfBoundsException at ClasspathAddMvnDepsCellMagicCommandTest.java:136
Tests run: 1568, Successes: 1561, Failures: 7, Skipped: 0, Total time: 19.755 seconds 

1568 tests completed, 7 failed
:base:test FAILED
:base:jacocoTestReport

FAILURE: Build failed with an exception.

@EfimovVladimir
Copy link
Contributor

It doesn't reproduced now. (windows and ubuntu)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants