diff options
author | Jim Hahn <jrh3@att.com> | 2020-05-14 19:08:02 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-05-14 19:48:51 -0400 |
commit | 4e50a58565461839df6a1fe65f571a04b2404616 (patch) | |
tree | 16f93af216097fa427f1c94d73245726f46829a0 /version.properties | |
parent | 56564f91a91e496cac03ba7cae5a7d935140a574 (diff) |
SO poll should not require request ID
When SO is polled for the result of a previous request, it
does not necessarily include the originally returned request
ID in the response. This causes the SO actor to generate a
"missing request ID in response" exception.
Modified the actor to only extract the request ID from the
first response and cache it for subsequeent responses.
Testing this required the SO simulator to be modified so that
it would return an INCOMPLETE on the initial request, forcing
the actor to poll until it returns a COMPLETE. Made this a
settable flag so that it could be enabled just to test the
SO actor without impacting other components (e.g., drools-apps,
CSITs).
Also fixed a couple of checkstyle issues in the simulators.
Issue-ID: POLICY-2568
Change-Id: Ifad8b3c0c2c0b03cb82da693c2cf5ced44ede105
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'version.properties')
0 files changed, 0 insertions, 0 deletions