-
Notifications
You must be signed in to change notification settings - Fork 0
add generating data to integration tests #73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
src/integrationTest/java/com/splunk/ibm/mq/integration/tests/JakartaPutGet.java
Show resolved
Hide resolved
src/integrationTest/java/com/splunk/ibm/mq/integration/tests/JakartaPutGet.java
Outdated
Show resolved
Hide resolved
src/integrationTest/java/com/splunk/ibm/mq/integration/tests/JakartaPutGet.java
Outdated
Show resolved
Hide resolved
* @param numberOfMessages Number of messages to send | ||
* @param sleepIntervalMs Sleep interval in ms | ||
*/ | ||
public static void runPutGet( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so this sends whole bunch of staff to the queue?
how does it help with the integration tests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need active channels to collect metrics on them ; as of now, no active channels == no metrics.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, i see. so this produce data for the channel so that the integration test can have metrics to collect.
* @param numberOfMessages Number of messages to send | ||
* @param sleepIntervalMs Sleep interval in ms | ||
*/ | ||
public static void runPutGet( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, i see. so this produce data for the channel so that the integration test can have metrics to collect.
@@ -49,27 +50,6 @@ jobs: | |||
done | |||
docker exec ibm-mq-test dspmq | |||
|
|||
- name: Create test queues and channel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so, now that we have data in the channel. i guess these are not needed then.
actually, they might not be needed to begin with.
No description provided.