-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FIM and Syscollector IT fails for Windows agent due to error deleting old db #22496
Comments
TIMEBOX RCA 19/03/2024 |
The issue may be related to this https://en.cppreference.com/w/cpp/io/c/remove
|
@MiguelazoDS this is a flaky test ??? Is reproducible in previous versions? |
@Dwordcito This was executed with Jenkins, I'm trying to reproduce it locally to discard that possibility, but if I have to guess, I don't think it's a flaky test. I have to take a deeper look at these tests but some handle must be preventing the delete operation for Windows |
Update 04/04Unable to reproduce the Syscollector errors Unable to reproduce the FIM errors ConclusionI was not able to reproduce this behavior by running the tests several times, and this seems to be an old issue addressed here for 4.6.0 #18968 @Rebits are you able to reproduce this locally? A new run on the environment that triggered the failing test must be performed. |
Moved to 4.8.2, this part of the code has not changed in 4.8.0, is a pre-existing issue. |
We conclude that this issue has to do with the test itself and not with the product, as stated here: And also concluded here: The issue may be addressed here: |
Description
FIM and syscollector integration tests fail for Windows agents due to an unexpected error deleting old db.
The roster of IT failures includes:
test_file_limit_full
test_file_limit_no_limit
test_syscollector_configuration
Related Issues
Evidences
The text was updated successfully, but these errors were encountered: