Flush gerrit caches after the db commit.

Change-Id: I5eeffdafdcb0b7fc1d09885fa14088a58b9f3cac
Reviewed-on: https://review.openstack.org/17383
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Approved: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Tested-by: Jenkins
This commit is contained in:
James E. Blair 2012-12-03 08:51:25 -08:00 committed by Jenkins
parent 559dc91e51
commit 305fa9f640

View File

@ -724,10 +724,10 @@ if not options.prep_only:
log.info('Syncing')
sync.sync()
conn.commit()
if not options.skip_dump:
os.system("ssh -i %s -p29418 %s@localhost gerrit flush-caches" %
(GERRIT_SSH_KEY, GERRIT_USER))
conn.commit()
log.info('Gerrit user sync stop ' + str(datetime.now()))