Skip to content

Build Load Testing Framework#303

Open
heymide wants to merge 3 commits into
benelabs:mainfrom
heymide:build-load-testing
Open

Build Load Testing Framework#303
heymide wants to merge 3 commits into
benelabs:mainfrom
heymide:build-load-testing

Conversation

@heymide
Copy link
Copy Markdown

@heymide heymide commented May 27, 2026

Close: #185
Good progress — the delimiter errors are gone
(T1, T2, T3) implements sqlx::Decode<'r, Postgres>
and 49 others
= note: required for
std::option::Option<rust_decimal::Decimal> to implement
sqlx::Decode<'_, Postgres>
= note: required for (Uuid, String, String, String, i64, i32, Option<...>, ..., ..., ...) to implement for<'r> FromRow<'r, PgRow>
note: required by a bound in QueryAs::<'q, DB, O, A>::fetch_all
--> C:\Users\ADMIN.cargo\registry\src\index.crates.io-1949
cf8c6b5b557f\sqlx-core-0.7.4\src\query_as.rs:86:23
|
86 | O: Send + Unpin + for<'r> FromRow<'r, DB::Row>,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
required by this bound in QueryAs::<'q, DB, O, A>::fetch_all
...
137 | pub async fn fetch_all<'e, 'c: 'e, E>(self,
executor: E) -> Result<Vec, Error>
| --------- required by a bound in this
associated function
= note: the full name for the type has been written to 'C:
\Users\ADMIN\Desktop\midea-drips\crucible\target\debug\deps\ba
ckend-ee01c604a116a0f3.long-type-4870881406084194859.txt'
= note: consider using --verbose to print the full type
name to the console
error[E0277]: the trait bound rust_decimal::Decimal: sqlx::Type<Postgres> is not satisfied
--> backend\src\services\sys_metrics.rs:305:10
|
305 | .fetch_all(&self.db)
| ^^^^^^^^^ the trait sqlx::Type<Postgres> is
not implemented for rust_decimal::Decimal
|

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 27, 2026

@heymide Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@heymide
Copy link
Copy Markdown
Author

heymide commented May 27, 2026

Done, Close: #303

@heymide
Copy link
Copy Markdown
Author

heymide commented May 29, 2026

Done, Close: #303

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.

[Backend] 7.5 Build Load Testing Framework

2 participants