Skip to content

Add builds service and api tests#235

Merged
shiv-tyagi merged 2 commits intoArduPilot:mainfrom
shiv-tyagi:add-builds-service-test
Mar 26, 2026
Merged

Add builds service and api tests#235
shiv-tyagi merged 2 commits intoArduPilot:mainfrom
shiv-tyagi:add-builds-service-test

Conversation

@shiv-tyagi
Copy link
Member

This adds the tests for the builds service and api.

The builds api tests require the CBS_RATE_LIMITER_STORAGE_URI to be set to "memory://" to eliminate the need of a redis instance during tests.

This is required for builds api tests to work without a redis instance
@shiv-tyagi shiv-tyagi force-pushed the add-builds-service-test branch from 695f664 to f562fa9 Compare March 25, 2026 18:59
@shiv-tyagi shiv-tyagi requested a review from peterbarker March 25, 2026 19:00
Comment on lines +4 to +5
env =
CBS_RATE_LIMITER_STORAGE_URI=memory://
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm assuming this is valid

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, this is valid.

@shiv-tyagi
Copy link
Member Author

Thanks for the review @peterbarker

@shiv-tyagi shiv-tyagi merged commit 57cde47 into ArduPilot:main Mar 26, 2026
2 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.

2 participants