Skip to content

Master branch Unit Tests not all passing. #2305

@dpv91788

Description

@dpv91788

I have been attempting to build the master branch and while I can get it to build and make a distribution. Not all the test are passing. I wanted to make sure it is not just something I am doing.

The 2.4.1 Tag builds and all the unit test pass.
In the master branch some examples of tests failing are:

  • The test scanWithFiltersOnSameTagOneFail in TestSaltScannerHistogram hangs forever for me.
  • The TestPutRpc, TestRollupRpc, and TestHistogramDataPointRpc have a bunch of tests that expect a No Content response but are getting a Ok response. (Default response status). I think this is because the tests do not account for the async nature of the Put Rpc response handling now.
  • TestTreeRpc and TestAnnotationRpc have a bunch of tests getting a Method Not Allowed. At least in one case this was because query.method() was being used to check if the method was allowed instead of query.getAPIMethod()

I just wanted to make sure I was not the only one having these tests fail.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions