标签: scala scalatest scalatra
我正在使用scala测试来编写测试用例,运行单个测试时它通过了,但多次运行都失败了。
异常详细信息:
select * from ( SELECT person, score,row_number() over(partition by person order by score) as rn FROM golf_scores )A where rn=1 ORDER BY score LIMIT 3