https://kotlinlang.org logo
c

christophsturm

04/28/2020, 1:39 PM
I’m getting this test failure:
Copy code
java.lang.AssertionError: Failed on sqlite expected:<2020-04-28T13:36:40.867901> but was:<2020-04-28T13:36:40.867>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at kotlin.test.junit.JUnitAsserter.assertEquals(JUnitSupport.kt:32)
	at kotlin.test.AssertionsKt__AssertionsKt.assertEquals(Assertions.kt:51)
	at kotlin.test.AssertionsKt.assertEquals(Unknown Source)
	at org.jetbrains.exposed.JavaTimeTestsKt.assertEqualDateTime(JavaTimeTests.kt:57)
t

tapac

04/28/2020, 8:41 PM
Could you share sqlite and Exposed version?
c

christophsturm

04/29/2020, 7:53 AM
exposed master, how do i get the sqlite version?
Copy code
~% sqlite3
SQLite version 3.28.0 2019-04-15 14:49:49
t

tapac

05/06/2020, 9:59 AM
@christophsturm, the same exception starts to appear on TeamCity but I still can't reproduce it locally. Could you tell which OS do you use and how you run tests?
c

christophsturm

05/06/2020, 9:59 AM
its macos catalina (latest version)
I also have sqlite3 3.31.1 installed via homebrew
not sure which version is used by exposed
t

tapac

05/06/2020, 10:01 AM
Looks like it's the time to update my El Captain...
One more question - which jdk do you use?
Could you check the latest master plz?
c

christophsturm

05/07/2020, 11:14 AM
still same problem
19 Views