Skip to content

Conversation

Hyeri1ee
Copy link
Contributor

Description

Re-enables Groq API integration tests that were previously disabled due to reported API outage on 26.01.2025. The API is now operational as confirmed by HTTP 401 response (indicating the API is up, just requires authentication).

Changes

  • Re-enable Groq API tests in OpenAiCompatibleChatModelIT.java
  • Update comment to reflect current API status
  • Confirm API is operational via HTTP 401 response

Related Issue

Closes #4213

Testing

  • Verified Groq API is operational (HTTP 401 response)
  • Confirmed tests run when GROQ_API_KEY environment variable is set
  • All existing tests continue to pass
  • No impact on other API integration tests

Checklist

  • Signed-off-by line added to commit (git commit -s)
  • Changes rebased on latest main branch
  • Unit tests added/updated as needed
  • Build passes and all tests pass
  • Follows Spring AI contribution guidelines

Additional Context

This PR restores previously working functionality that was temporarily disabled. The Groq API tests provide valuable integration test coverage for OpenAI-compatible API endpoints and should be re-enabled now that the API is operational.

Fixes spring-projectsGH-4213 (spring-projects#4213)

* re-enable Groq API tests in OpenAiCompatibleChatModelIT
* update comment to reflect current API status
* confirm API is operational via HTTP 401 response

Signed-off-by: Hyeri1ee <[email protected]>
@sobychacko
Copy link
Contributor

Merged via 39c5c38.

@sobychacko sobychacko closed this Aug 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Groq API tests are disabled despite API being operational
2 participants