CREATE TEMPORARY TABLE test_result (
	test_name text,
	success bool
);