Skip to content

Commit

Permalink
Merge branch 'main' into defect-R5025
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-Draeger committed Sep 8, 2023
2 parents 4129807 + 539ca24 commit 9fb8057
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- biceps:R0034_0 does not track changes when reinserting descriptors.
- report duplication issue in biceps:C11-C15, biceps:C5, biceps:R5046_0, biceps:B-284_0 as well as biceps:R5003.
- biceps:5-4-7 tests confusing changes made by SetComponentActivation manipulations with changes made by SetMetricStatus.
- glue:R0036_0 test can be blocked by long-running t2iapi RPCs.
- biceps:5025_0 test case could not be satisfied by devices that do not support inserting and removing descriptors.

## [7.0.1] - 2023-03-17
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,8 @@ private void triggerReportAndIntentionallyFailReceivingIt(final ReportTestData t
LOG.info("Triggering a Report and intentionally causing a failure...");
triggerableReport.setReportReceived(false);
triggerableReport.setFailOnReceivingReport(true);
triggerableReport.trigger();
synchronized (triggerableReport.getSyncPoint()) {
triggerableReport.trigger();
final long timeout = System.nanoTime() + TIMEOUT_NANOS;
while (!triggerableReport.getReportReceived() && System.nanoTime() < timeout) {
try {
Expand Down

0 comments on commit 9fb8057

Please sign in to comment.