I’m getting this test failure: ```java.lang.Assert...
# exposed
c
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
Could you share sqlite and Exposed version?
c
exposed master, how do i get the sqlite version?
Copy code
~% sqlite3
SQLite version 3.28.0 2019-04-15 14:49:49
t
@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
its macos catalina (latest version)
I also have sqlite3 3.31.1 installed via homebrew
not sure which version is used by exposed
t
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
still same problem