Closed (fixed)
Project:
Registration codes
Version:
2.0.x-dev
Component:
Testing
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Jul 2021 at 18:53 UTC
Updated:
18 Sep 2024 at 05:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
tr commentedComment #4
tr commentedVery interesting. The test works fine on my local system, but fails on DrupalCI. This seems to be due to the encoding on the database, and is the exact problem pointed out in #3057418: SQLSTATE[42000]: Syntax error or access violation. Evidently we need to finish fixing that other issue in order for regcode tests to work on DrupalCI.
Comment #5
tr commentedComment #6
tr commentedMoved to 2.0.x and opened an MR for testing on GitLab CI.
Comment #8
tr commentedWell the patch from #2 works on GitLab CI running Drupal 10 or Drupal 11. That's good enough for me.
#3057418: SQLSTATE[42000]: Syntax error or access violation is still an issue, but it least it doesn't have to block this too.
Comment #11
tr commented