-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
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
Labels
No labels