This issue is part of #2454513: [meta] Make Drupal 8 work with SQLite.

These test cases from the views module are currently failing on SQLite:

Drupal\views\Tests\GlossaryTest
Drupal\views\Tests\Handler\ArgumentDateTest

Comments

amateescu’s picture

Opened #2462175: SQLite: Fix case sensitivity in Views' string argument plugin for fixing Drupal\views\Tests\GlossaryTest.

bzrudi71’s picture

We just fixed ArgumentDateTest() in #2443693: PostgreSQL: Fix views\Tests\Handler\ArgumentDateTest. Should be pretty much the same to fix this for SQLite :-)

amateescu’s picture

Sadly, it won't be that easy because SQLite does not have an ISO week substitution string :/ https://www.sqlite.org/lang_datefunc.html

I'm currently trying to come up with an alternative here.

daffie’s picture

Some info for calculating the correct week number: http://stackoverflow.com/questions/15082584/sqlite-return-wrong-week-num....

amateescu’s picture

Title: SQLite: Fix sub-system tests in the views module » [Meta] SQLite: Fix sub-system tests in the views module

Alright, opened #2462481: SQLite: Fix views\Tests\Handler\ArgumentDateTest for this test. Thanks @daffie!

amateescu’s picture

Status: Active » Closed (fixed)

One of the child issues has been committed and the other one is RTBC, I'm calling this small meta fixed.