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

Fix GitHub connector test failure #311

Merged
merged 3 commits into from
Aug 26, 2024
Merged

Conversation

AzeemMuzammil
Copy link
Member

Purpose

This PR addresses the recent failures observed in the Daily Build tests.

Root Cause

The failures stem from the rate limit imposed by the GitHub API on project creation for individual users. The designated test user account has exceeded its allowable limit, leading to these test failures.

Solution

This PR temporarily disables the creation and deletion of projects within the tests. This measure will prevent further failures due to rate limit breaches. We can consider re-enabling these features if and when the test user account is switched or the rate limit issue is otherwise resolved.

Note: An issue is created to track re-enabling of the disabled tests(ballerina-platform/ballerina-library#6917)

@AzeemMuzammil AzeemMuzammil merged commit 120e37b into master Aug 26, 2024
2 checks passed
@AzeemMuzammil AzeemMuzammil deleted the Azeem-fix-test-failure branch August 26, 2024 07:43
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.

2 participants