diff --git a/api/.windsurfrules b/api/.windsurfrules index 5e5c60abb..798d94e7c 100644 --- a/api/.windsurfrules +++ b/api/.windsurfrules @@ -137,7 +137,6 @@ let results = try_join_all(futures).await?; Remember to always consider: 1. Connection pool limits when designing concurrent operations -2. Transaction boundaries for data consistency -3. Error propagation and cleanup -4. Memory usage and ownership -5. Please use comments to help document your code and make it more readable. +2. Error propagation and cleanup +3. Memory usage and ownership +4. Please use comments to help document your code and make it more readable. diff --git a/api/documentation/testing.mdc b/api/documentation/testing.mdc index 5e9aebe7a..8506360fe 100644 --- a/api/documentation/testing.mdc +++ b/api/documentation/testing.mdc @@ -120,7 +120,6 @@ mod tests { ## Database Testing - Use a separate test database for integration tests - Clean up test data after tests complete -- Test database transactions and rollbacks - Test database connection error handling ## Test Output