Replies: 3 comments
-
Hi @fehmi8, Thank you for reaching out! The unit tests pass on my setup:
For some reason your initial unit tests take much more time than mine. Did you immediately run the UT after deploying the test databases (i.e. start-ut-env.sh)? You need to allow the database pods to start completely using WRT your error, it seems the number of metrics retrieved from the Influx DB was less than expected. This may be due to a timing issue on your setup. Could you please check the timestamp just before the Other notes:
I hope this helps find your issue. |
Beta Was this translation helpful? Give feedback.
-
Hi Kevin, Thanks for your answer.
I waited until everything was deployed (except the open map tiles).
When running
As for the failure log timestamp, the last timestamp I see in the output I posted of
Looks like it, yes!
Still pending after 13 days, I guess something went wrong... 🤔 I now ran
So I try again
Then errors with
Errors with
Errors with
I ran again
Thanks for helping. But I guess I should just start trying to use AdvantEdge despite those tests failing... Fehmi |
Beta Was this translation helpful? Give feedback.
-
Hi @fehmi8, Thank you for your additional feedback! First, I mistakenly gave you the wrong test name to get the WRT the coverage discrepancies, it is possible some timing related differences are occurring that are not cause UT failures. Ideally this should not occur and every operation should be properly validated. Could you please provide logs for test runs where you obtain different coverage results? You will need to enable verbose unit test execution by modifying test execution command in Also, your test execution time is much longer than my test run. What hardware/software setup are you using to run AdvantEDGE? Do you meet the minimum/recommended requirements? Finally, for open map tiles, try redeploying the platform dependencies to see if it starts successfully. To do so make sure you I hope this helps! |
Beta Was this translation helpful? Give feedback.
-
Hello there,
I'm trying to pass all tests after a fresh AdvantEDGE installation, starting with the unit tests.
./start-ut-env.sh
ran fine and my pods look like this after that:I assume the pending open-map-tiles service deployment is not relevant (?) so I went ahead and launched
./run-ut.sh
.All good at the beginning:
But then it throws an error at the
TestIncrementalInfluxQuery
test:Then it continues without errors until the
TestSessionMetricsGetSet
test:and the rest runs fine:
Looks like something is wrong with meep-metrics, maybe, here's the kubectl describe:
And the logs:
Any clue what went wrong?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions