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

Fix test case #502

Open
roxblnfk opened this issue Sep 10, 2024 · 0 comments
Open

Fix test case #502

roxblnfk opened this issue Sep 10, 2024 · 0 comments
Labels
Tests Update tests or testing tools

Comments

@roxblnfk
Copy link
Collaborator

We need to figure out why the Harness test sometimes fails in CI.
This may be related to how many tests were executed before it.

// Confirm simple list
$found = false;
foreach ($client->listSchedules() as $schedule) {
if ($schedule->scheduleId === $scheduleId) {
$found = true;
break;
}
}
$found or throw new \Exception('Schedule not found');

image

@roxblnfk roxblnfk added the Tests Update tests or testing tools label Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Tests Update tests or testing tools
Projects
None yet
Development

No branches or pull requests

1 participant