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

Tests - Simplify the various system property variables in pom.xml #500

Open
gbhat618 opened this issue Jan 2, 2025 · 1 comment
Open

Comments

@gbhat618
Copy link
Contributor

gbhat618 commented Jan 2, 2025

Currently there is like 4 properties configured for tests purposes

<hudson.model.LoadStatistics.clock>500</hudson.model.LoadStatistics.clock>
<hudson.model.LoadStatistics.decay>0.5</hudson.model.LoadStatistics.decay>
<hudson.agents.NodeProvisioner.MARGIN>100</hudson.agents.NodeProvisioner.MARGIN>
<hudson.agents.NodeProvisioner.MARGIN0>1.0</hudson.agents.NodeProvisioner.MARGIN0>

need to simplify as similar in kubernetes or mock-slave plugin.

See #495 (comment)

@gbhat618 gbhat618 mentioned this issue Jan 2, 2025
6 tasks
@jglick
Copy link
Member

jglick commented Jan 2, 2025

This is not just about tests—if you need to set these properties in order to get tests to run promptly, it is a sign that production code is lacking an optimized provisioning strategy.

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

No branches or pull requests

2 participants