-
Notifications
You must be signed in to change notification settings - Fork 299
tests: test fleetd with extra configuration options #1556
Conversation
fc31f75 to
76e459d
Compare
|
cc @hectorj2f @kayrus thank you! so we wait for replies on this #1418 (comment) we see, we test it, and if it's hard to achieve note 1) of that comment, we merge this one and we follow up with PR #1418 Thanks! |
functional/test
Outdated
| TESTS_RETURN_CODE_1=${PIPESTATUS[0]} | ||
|
|
||
| # Run tests with cache enable on fleetd side | ||
| export TEST_ENV="enable_unitstate_cache=true" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you rename from TEST_ENV to FLEETD_TEST_ENV ?
|
@kayrus thanks for the PR! Currently the output is: Would it be better to switch to: lgtm overall! tests pass, so waiting for @hectorj2f before proceeding. |
|
BTW this PR needs to be rebased too. |
76e459d to
7f20a17
Compare
|
I rebased this PR, as @kayrus is on vacation. Also I renamed a variable from |
7f20a17 to
8d1a296
Compare
|
Oops, I had missed a change in |
8d1a296 to
3a11907
Compare
As the unit state cache is going to be obsolete, functional test does not need to run go test with unit state cache enabled. So let's remove the second run for now.
3a11907 to
5cc9d3b
Compare
|
Fixed more bugs.
|
|
If no one objects, I'll merge it tomorrow. |
tests: test fleetd with extra configuration options
covers #1418
/cc @tixxdz