arangors icon indicating copy to clipboard operation
arangors copied to clipboard

Unit test failing on AqlQueryBuilder

Open arn-the-long-beard opened this issue 2 years ago • 5 comments

Hey @fMeow , how are you doing ? :smile:

I am still playing with Rust :laughing:

But I got an issue today and I am not sure why. I did updated arangor to 0.5.0 since I am using the latest actix-web now.

Here is the error when I want to use arangors 0.5.0 or unit test it :

image

Did somebody sae that 0.5.0 tests were failing ?

arn-the-long-beard avatar Sep 06 '21 12:09 arn-the-long-beard

I am not using arangors directly so this might not be much of a help, but, it's most likely because typed-builder dependency got upgraded, see: https://github.com/adeira/universe/commit/525023296e2422e72c86d86304a2844a7f5d97ec

Maybe you can pin the dependency?

mrtnzlml avatar Sep 06 '21 14:09 mrtnzlml

Does anyone have any idea why https://github.com/fMeow/arangors/pull/80 is failing actions?

ManevilleF avatar Sep 07 '21 08:09 ManevilleF

I will look into the CI issue this weekend. It's related to behavior change of arangoDB.

fMeow avatar Sep 09 '21 01:09 fMeow

Thank you guys for having worked on the issue :+1:

arn-the-long-beard avatar Sep 14 '21 08:09 arn-the-long-beard

I will look into the CI issue this weekend. It's related to behavior change of arangoDB.

I tried to find in ArangoDB 3.8 changelog, but I saw nothing. So I just removed the line from my latest PR #81

ManevilleF avatar Sep 21 '21 17:09 ManevilleF