MongOData icon indicating copy to clipboard operation
MongOData copied to clipboard

Running tests failed

Open arkoc opened this issue 8 years ago • 0 comments

I am updating MongoDB driver to latest version. I have some problems with running tests. 163 tests have been passed successfully, but 70 failed.

Tests are failed in the same place when expressions are executed against IQueryable. For e.g. x.Name isn't supported.

Here is my branch with updated driver: https://github.com/arkoc/MongOData/tree/dev-mongo-driver-update

Major change is in MongoQueryProvider.cs class. (PrepareExecution function, also .ctor of QueryExpressionVisitor class )

Maybe you faced this kind of exception when running tests?

P.S. Also I can't run tests in master branch ( I updated nUnit and installed nUnit3Adapter to run tests from visualstudio )

arkoc avatar Feb 22 '17 15:02 arkoc