()
| 459 | |
| 460 | #[tokio::test] |
| 461 | async fn test_tpch_unparser_roundtrip() { |
| 462 | // Grow stacker segments earlier to avoid deep unparser recursion overflow in q20. |
| 463 | set_minimum_stack_size(512 * 1024); |
| 464 | set_stack_allocation_size(8 * 1024 * 1024); |
| 465 | run_roundtrip_tests("TPC-H", tpch_queries(), tpch_test_context).await; |
| 466 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…