java.lang.IllegalStateException:Scala测试用例中没有uri

时间:2019-02-15 03:16:24

标签: 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

0 个答案:

没有答案