Skip to content

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

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

add generating data to integration tests #73

wants to merge 12 commits into from

Conversation

atoulme
Copy link
Contributor

@atoulme atoulme commented May 9, 2025

No description provided.

* @param numberOfMessages Number of messages to send
* @param sleepIntervalMs Sleep interval in ms
*/
public static void runPutGet(
Copy link
Collaborator

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?

Copy link
Contributor Author

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.

Copy link
Collaborator

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(
Copy link
Collaborator

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
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants