Skip to content

failing tests #2

@davidmoten

Description

@davidmoten

When I run

./gradlew test

I get four failures. The last test failure takes a long time to appear (a couple of minutes).

If it's too early for me to report these things I'll hold off on reporting issues and wait for your word.

Starting a Gradle Daemon (subsequent builds will be faster)
Cleaned up directory '/home/dxm/Development/ide/eclipse/workspace-4.7/msgraph-sdk-java-prototype/build/classes/test'
Cleaned up directory '/home/dxm/Development/ide/eclipse/workspace-4.7/msgraph-sdk-java-prototype/build/resources/test'
Cleaned up directory '/home/dxm/Development/ide/eclipse/workspace-4.7/msgraph-sdk-java-prototype/build/classes/main'
:compileJava
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:processResources NO-SOURCE
:classes
:compileTestJava
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:processTestResources
:testClasses
:test

com.microsoft.graph.extensions.ManualExtensionsTests > testChunkedUploadResultPreserved FAILED
    java.lang.AssertionError at ManualExtensionsTests.java:30

com.microsoft.graph.extensions.ManualExtensionsTests > testChunkedUploadRequestPreserved FAILED
    java.lang.AssertionError at ManualExtensionsTests.java:20

com.microsoft.graph.extensions.IDriveItemRequestBuilderTests > testGetItemWithPath FAILED
    java.lang.NoSuchMethodException at IDriveItemRequestBuilderTests.java:15
<===========--> 85% EXECUTING

com.microsoft.graph.functional.CustomRequestTests > testCustomGet FAILED
    java.lang.Error at CustomRequestTests.java:19

126 tests completed, 4 failed, 42 skipped
:test FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':test'.
> There were failing tests. See the report at: file:///home/dxm/Development/ide/eclipse/workspace-4.7/msgraph-sdk-java-prototype/build/reports/tests/test/index.html

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 3 mins 4.064 secs

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions