Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Enable relay-dependent integration tests#226

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
tcheeric merged 4 commits intodevelopfromcodex/add-conditional-test-case-execution
Jul 30, 2025

Conversation

@tcheeric
Copy link
Owner

Summary

  • run API integration tests only when configured relays are reachable
  • addRelayAvailability helper andBaseRelayIntegrationTest base class
  • remove static@Disabled annotations from integration tests
  • note automatic skipping of integration tests in README

Testing

  • mvn verify

https://chatgpt.com/codex/tasks/task_b_688a83c6ff908331ae096bb4ff153224

Copy link
Contributor

CopilotAI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR enables relay-dependent integration tests to run conditionally based on relay availability. Previously, integration tests were statically disabled and required manual intervention to run.

  • Replaces static@Disabled annotations with dynamic relay availability checking
  • Introduces helper classes for checking relay connectivity before test execution
  • Updates documentation to reflect automatic test skipping behavior

Reviewed Changes

Copilot reviewed 10 out of 10 changed files in this pull request and generated 3 comments.

FileDescription
RelayAvailability.javaNew utility class to check if configured relays are reachable via socket connections
BaseRelayIntegrationTest.javaNew base class that skips tests when relays are unavailable using JUnit assumptions
Multiple*IT.java filesRemove static@Disabled annotations and extend new base class for conditional execution
README.mdDocuments automatic skipping of integration tests when relays are unreachable

tcheericand others added3 commitsJuly 30, 2025 22:15
…bility.javaCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…bility.javaCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…bility.javaCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@tcheerictcheeric merged commitde927e1 intodevelopJul 30, 2025
@tcheerictcheeric deleted the codex/add-conditional-test-case-execution branchJuly 30, 2025 21:17
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

Copilot code reviewCopilotCopilot left review comments

Assignees

No one assigned

Labels

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@tcheeric

[8]ページ先頭

©2009-2025 Movatter.jp