You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: ensure removing old engine on setup (fluent#5057)
**Which issue(s) this PR fixes**:
Continued from
* fluent#5054
* fluent#5055 (6cac9f0)
**What this PR does / why we need it**:
Each test should not consider the initialization of `Fluent::Engine`.
It should be the responsibility of `Fluent::Test.setup`.
Note: Set `nil` explicitly to ensure that GC can remove the objects,
though it is very strange that some objects can still exist after
`remove_const` and `GC.start`.
**Docs Changes**:
Not needed.
**Release Note**:
CI improvements.
Signed-off-by: Daijiro Fukuda <fukuda@clear-code.com>
0 commit comments