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

Allow profilers to run #5550

Merged
merged 3 commits into from
Oct 16, 2023
Merged

Allow profilers to run #5550

merged 3 commits into from
Oct 16, 2023

Conversation

TheLimeGlass
Copy link
Collaborator

Description

Disables the timeout of the test runner when the profiler is set. The server should complete the process or it's the responsibility of most profilers to terminate the process after they've done their processing by Java standards.
Most profilers have a prompt to notify the user that it's complete.

Solution to this is to add a timeout parameter as all the profiler arguments are done via gradle, whereas the timeout is done on the test runner side PlatformMain application.

@TheLimeGlass TheLimeGlass added bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. unit testing For issues/PRs related to the Skript unit testing system. labels Mar 24, 2023
@Moderocky Moderocky changed the base branch from master to dev/feature September 18, 2023 10:25
@TheLimeGlass TheLimeGlass merged commit 65059e1 into dev/feature Oct 16, 2023
6 checks passed
@TheLimeGlass TheLimeGlass deleted the fix/profiler-timeout branch October 16, 2023 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. unit testing For issues/PRs related to the Skript unit testing system.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants