Actions
Bug #24996
openUpdateHttpDatasetTest datasource test get blocked forever
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
No
Description
The test understand ${node.properties[datasources-injected][short-hostname]} in JSON path
never ends and get block forever.
In the console, we get an exception:
[error] zio.FiberFailure: SystemError(An error occurred,Exception in thread "zio-fiber-752" java.lang.ClassCastException: class java.lang.String cannot be cast to class net.minidev.json.JSONAware (java.lang.String is in module java.base of loader 'bootstrap'; net.minidev.json.JSONAware is in unnamed module of loader 'app') at com.normation.plugins.datasources.JsonSelect$.$anonfun$select$2(UpdateHttpDataset.scala:343) at zio.syntax.ToZio.succeed(syntax.scala:10) at com.normation.plugins.datasources.JsonSelect.select(UpdateHttpDataset.scala:341) at com.normation.plugins.datasources.JsonSelect.fromPath(UpdateHttpDataset.scala:293) ...
Updated by François ARMAND 6 months ago
- Target version changed from 8.1 to 8.0
the bug is not present in 7.3 but is present in 8.0
Updated by François ARMAND 6 months ago
- Status changed from New to In progress
- Assignee set to François ARMAND
Updated by François ARMAND 6 months ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Clark ANDRIANASOLO
- Pull Request set to https://github.com/Normation/rudder-plugins/pull/724
Updated by Anonymous 6 months ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder:rudder-plugins|d2448d8563348f3046d2ef07865c621d81f4ef52.
Updated by Clark ANDRIANASOLO 6 months ago
- Fix check changed from To do to Checked
Updated by Vincent MEMBRÉ 6 months ago
This bug has been fixed in Rudder plugin datasources v8.1.4-2.4
Updated by Vincent MEMBRÉ 6 months ago
This bug has been fixed in Rudder plugin datasources v8.0.10-2.4
Actions