Closed arthurpitman closed 7 months ago
1 781 tests ±0 1 781 :white_check_mark: ±0 17s :stopwatch: -1s 127 suites ±0 0 :zzz: ±0 1 files ±0 0 :x: ±0
Results for commit 4968b9c6. ± Comparison against base commit bf359f57.
:recycle: This comment has been updated with latest results.
4 files - 1 508 suites - 127 43m 27s :stopwatch: - 16m 3s 1 882 tests +32 1 878 :white_check_mark: + 33 1 :zzz: ±0 3 :x: - 1 2 119 runs - 46 2 115 :white_check_mark: - 45 1 :zzz: ±0 3 :x: - 1
For more details on these failures, see this check.
Results for commit 3ee58bb6. ± Comparison against base commit 461514ed.
:recycle: This comment has been updated with latest results.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
No data about Duplication
This PR ensures
externalId
s are correctly applied tobuiltin:oneagent.features
settings objects by removing code inupsertSettings(...)
that was preventing this.This allows
builtin:oneagent.features
settings objects with scopes of monitored entities to be deleted as required.To prevent
builtin:oneagent.features
settings objects with for example environment scope from being deleted, existing checks forModificationInfo.Deletable
are used.