Skip to content

Commit

Permalink
Merge pull request #2124 from fermyon/improve-outbound-mysql-test
Browse files Browse the repository at this point in the history
Improve the outbound mysql runtime test and runtime test runner
  • Loading branch information
rylev authored Nov 29, 2023
2 parents 18095c1 + 840790d commit 2e4eb51
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 339 deletions.
290 changes: 3 additions & 287 deletions test-components/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test-components/helper/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ pub fn outgoing_body(body: OutgoingBody, buffer: Vec<u8>) -> Result<(), Error> {
macro_rules! ensure {
($expr:expr) => {{
if !$expr {
bail!("`{}` unexpectedly returned false", stringify!($expr))
$crate::bail!("`{}` unexpectedly returned false", stringify!($expr))
}
}};
}
Expand Down
Loading

0 comments on commit 2e4eb51

Please sign in to comment.