Oscar Qian
Oscar Qian
Signed-off-by: Yixin Qian Fixes: https://github.com/adoptium/temurin-build/issues/2674
Our current parser looks for yyyymmdd https://github.com/AdoptOpenJDK/openjdk-test-tools/blob/67ae218ec906fb9168bd81a9de87f090d5c2d701/TestResultSummaryService/parsers/Parser.js#L12 while hot spot and corretto has the form **yyyy-mm-dd** ex. https://ci.adoptopenjdk.net/job/Test_openjdk11_corretto_sanity.perf_x86-64_linux/296/consoleFull ``` 09:43:21 =JAVA VERSION OUTPUT BEGIN= 09:43:21 openjdk version "11.0.11" 2021-04-20 09:43:21...
- store date object at mongodb - fix a bug in point check - related: https://github.com/adoptium/aqa-test-tools/pull/450 Signed-off-by: OscarQQ