Closed hannestyden closed 9 years ago
CI builds failed intermittently due to a timing issue and losing connection to the database. Does anyone know how to alleviate those problems? Thanks. :bow:
@hannestyden I triggered a rebuild on Travis. All good now
:+1:
@bjk-soundcloud Thanks a bunch! :bow:
For some reason all records are not being migrated when the id
column is not PRIMARY KEY
even if the Table#pk
extracted by Parser#extract_primary_key
seems to be ignored by Chunker
. Have to investigate more to figure out why.
False alarm! My test was borked somehow.
The seemingly unused Parser#extract_primary_key
still worries me though. :worried:
Cleaned up the tests and rebased.
Please review again. :bow:
/cc @bjk-soundcloud
Fantastic, thanks! :+1:
Add a changelog https://github.com/soundcloud/lhm/commit/771821caec22e3edd2e17e81427e0d1cd9040abf thanks all.
The
Chunker
requires an auto incrementing integer column calledid
to successfully chunk the table while migrating.