Skip to content

Remove SmokeTestServers and smoke test infrastructure#19

Merged
MagicJinn merged 1 commit into
mainfrom
cursor/decommission-smoke-test-servers-f064
Jul 2, 2026
Merged

Remove SmokeTestServers and smoke test infrastructure#19
MagicJinn merged 1 commit into
mainfrom
cursor/decommission-smoke-test-servers-f064

Conversation

@MagicJinn

@MagicJinn MagicJinn commented Jul 1, 2026

Copy link
Copy Markdown
Owner

Summary

Fully decommissions the deprecated SmokeTestServers dedicated-server smoke test runner. Server integration testing remains available via testServers (Docker-based).

Changes

  • Deleted SmokeTestServers.java and tooling/smoke-test-servers.config.json
  • Removed smokeTest / runSmokeTest Gradle tasks and the settings.gradle.kts variant-bootstrap hook for those tasks
  • Removed smokeTestServers.skipSmoke from gradle/chronos-compile-groups.json
  • Simplified Fabric, NeoForge, and Forge variant templates by dropping chronos.smokeTest.* property overrides (only used by smoke tests)
  • Updated README to remove the deprecated smokeTest command

Test plan

  • ./gradlew :tooling:compileJava succeeds without SmokeTestServers
  • ./gradlew tasks --group=verification no longer lists smokeTest
Open in Web Open in Cursor 

Decommission the deprecated dedicated-server smoke test runner:
- Delete SmokeTestServers.java and smoke-test-servers.config.json
- Remove smokeTest/runSmokeTest Gradle tasks and settings hooks
- Remove smokeTestServers.skipSmoke from chronos-compile-groups.json
- Drop chronos.smokeTest property overrides from variant templates
- Update README to remove the deprecated smokeTest command

Co-authored-by: MagicJinn <MagicJinn@mail.com>

@MagicJinn MagicJinn left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

Every change viewed, tests, including docker testServers, still pending.

@MagicJinn MagicJinn linked an issue Jul 1, 2026 that may be closed by this pull request
@MagicJinn MagicJinn marked this pull request as ready for review July 2, 2026 19:32
@MagicJinn

Copy link
Copy Markdown
Owner Author

Ran smokeTest and every test passed.

@MagicJinn MagicJinn merged commit 2440b2b into main Jul 2, 2026
4 checks passed
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.

Decomission smokeTestServers

2 participants