Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kieker-TeeTime-Stages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeeTime
Kieker-TeeTime-Stages
Commits
e53f77ab
Commit
e53f77ab
authored
8 years ago
by
Lars Erik Blümke
Browse files
Options
Downloads
Patches
Plain Diff
fixed JMSReaderTest
parent
a2570c0c
Branches
lbl-sink-migration
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/test/java/kieker/analysis/plugin/reader/jms/JMSReaderTest.java
+3
-3
3 additions, 3 deletions
...java/kieker/analysis/plugin/reader/jms/JMSReaderTest.java
with
3 additions
and
3 deletions
src/test/java/kieker/analysis/plugin/reader/jms/JMSReaderTest.java
+
3
−
3
View file @
e53f77ab
...
...
@@ -31,7 +31,7 @@ import kieker.common.record.IMonitoringRecord;
import
kieker.common.record.system.CPUUtilizationRecord
;
/**
* Test for the JMSReader.
TODO: Sometimes this test fails on the very first execution (e.g. first run after starting Eclipse). This should not happen!
* Test for the JMSReader.
*
* @author Lars Erik Bluemke
*
...
...
@@ -92,8 +92,8 @@ public class JMSReaderTest {
// Send the record
jmsWriter
.
write
(
monitoringRecord
);
// Let the reader consume the record
jmsReaderThread
.
join
(
5
0
);
// Let the reader consume the record
(100 ms are a compromise but waiting a shorter period resulted in a still empty output list in some cases)
jmsReaderThread
.
join
(
10
0
);
assertThat
(
jmsReaderThread
.
getOutputList
().
isEmpty
(),
is
(
false
));
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment