mirror of https://github.com/buster-so/buster.git
dashboard handler with list endpoitns
This commit is contained in:
parent
a8626d08d6
commit
c40c6ef626
|
@ -137,7 +137,6 @@ let results = try_join_all(futures).await?;
|
||||||
|
|
||||||
Remember to always consider:
|
Remember to always consider:
|
||||||
1. Connection pool limits when designing concurrent operations
|
1. Connection pool limits when designing concurrent operations
|
||||||
2. Transaction boundaries for data consistency
|
2. Error propagation and cleanup
|
||||||
3. Error propagation and cleanup
|
3. Memory usage and ownership
|
||||||
4. Memory usage and ownership
|
4. Please use comments to help document your code and make it more readable.
|
||||||
5. Please use comments to help document your code and make it more readable.
|
|
||||||
|
|
|
@ -120,7 +120,6 @@ mod tests {
|
||||||
## Database Testing
|
## Database Testing
|
||||||
- Use a separate test database for integration tests
|
- Use a separate test database for integration tests
|
||||||
- Clean up test data after tests complete
|
- Clean up test data after tests complete
|
||||||
- Test database transactions and rollbacks
|
|
||||||
- Test database connection error handling
|
- Test database connection error handling
|
||||||
|
|
||||||
## Test Output
|
## Test Output
|
||||||
|
|
Loading…
Reference in New Issue