Skip to content
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

[IKASAN-2062] Try and make SftpToJmsFlowTest pass every time #1054

Merged
merged 2 commits into from
Feb 20, 2022

Conversation

johnot
Copy link
Collaborator

@johnot johnot commented Feb 14, 2022

No description provided.

@@ -397,9 +397,11 @@ public void fireScheduledConsumer()
{
JobDetail jobDetail = ((ScheduledComponent<JobDetail>)consumer).getJobDetail();
Trigger trigger = newTrigger().withIdentity("name", "group").forJob(jobDetail).build();
// adding a sleep in test to give quartz a chance to see a new scheduled time in consumer.scheduleAsEagerTrigger
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesnt seem like a solution - adding sleeps are the causes of much of our intermittent failures. Would prefer we tracked the real root of the problem down

@mick-stewart73 mick-stewart73 merged commit a2af39f into 3.2.x Feb 20, 2022
@mick-stewart73 mick-stewart73 deleted the Bug/IKASAN-2062-Fix-SftpToJmsFlowTest-3.2.x branch February 20, 2022 10:54
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.

3 participants