Time |
Nick |
Message |
05:46 |
|
JBoyer joined #evergreen |
06:02 |
pinesol |
News from qatests: Failed Create Evergreen Database <http://testing.evergreen-ils.org/~live//archive/2022-03/2022-03-25_04:00:03/test.41.html> |
08:33 |
|
mantis joined #evergreen |
08:46 |
|
mmorgan joined #evergreen |
08:59 |
|
rjackson_isl_hom joined #evergreen |
09:05 |
|
collum joined #evergreen |
09:16 |
|
rfrasur joined #evergreen |
09:22 |
|
Dyrcona joined #evergreen |
09:28 |
|
Keith-isl joined #evergreen |
09:39 |
miker |
Dyrcona: do you have any thoughts on what's up with the db tests? perhaps we need to spell "install the postgres contrib modules" differently for PG 10+? |
09:41 |
miker |
it /seems/ to be just the pgtap stuff that's failing, but even that seems like maybe a red herring because the end of the db log is "ERROR: could not open extension control file "/usr/share/postgresql/10/extension/pgtap.control": No such file or directory" ... but right above it says it's building pgtap with PG 14.2 |
09:43 |
Dyrcona |
miker: I never encountered a problem with pgtap during my testing. I always installed the version-specific pgtap packages. |
09:45 |
Dyrcona |
I can take another look later today. |
09:45 |
miker |
Dyrcona: kk ... I'm not familiar with exactly how the auto-tester works, but I know someone who is! (phasefx...) I may poke more later, but it seems to be a false positive ATM |
09:46 |
Dyrcona |
Do you have multiple versions of Pg running on the same server? |
09:47 |
Dyrcona |
It might also be a case where a newer psql version breaks things if the db version is older... I've not had that happen before. |
09:48 |
Dyrcona |
I'm working on something else at the moment, but I should be able to have a look on a test system in a bit. |
09:48 |
miker |
I mean, /I/ don't. I think the tester just says "I'm buster (or whatever), install what I need" |
09:49 |
miker |
there's no human intervention past the baseline OS install, IIUC |
09:50 |
csharp_ |
@blame [someone] |
09:50 |
pinesol |
typed Google into Google; broke the Internet. |
09:51 |
Dyrcona |
The prereqs install psql for Pg 14 by default, now. If the database is Pg 10, that might break something when install the pgtap extension, but I've been using psql 12 and 14 for over a year on a mainly Pg 10 databases without issue. |
10:00 |
* Dyrcona |
grumbles something about normalized values..... |
10:01 |
* Dyrcona |
is also tempted to turn off case sensitivity in the database, but knows that would break a couple of things. |
10:04 |
* Dyrcona |
is not looking forward to resolving case sensitive usernames. We have different patrons with the same username that just differ in case. Not gonna be fun telling them that they can't have the username any more. |
10:05 |
Dyrcona |
But, what I'm doing is not related to usernames at the moment. |
11:12 |
|
jvwoolf joined #evergreen |
11:14 |
csharp_ |
gmcharlt++ |
11:17 |
Dyrcona |
gmcharlt++ snaps++ :) |
11:36 |
|
Keith_isl joined #evergreen |
12:00 |
|
rjackson_isl_hom joined #evergreen |
12:00 |
|
jihpringle joined #evergreen |
12:34 |
|
collum joined #evergreen |
12:43 |
|
collum joined #evergreen |
13:07 |
JBoyer |
miker, it looks like pgtap isn't being built correctly anymore. I don't know why it was initially built from source, but just throwing the package at it would likely help. |
13:07 |
JBoyer |
well, help = just fix it. |
13:09 |
miker |
JBoyer++ |
13:17 |
Dyrcona |
miker JBoyer: You installed pgtatp from source? Did I understand that correctly? |
13:18 |
JBoyer |
I don't, but the tester install script has for as long as I've ever known. |
13:20 |
Dyrcona |
Oh, OK. I didn't realize it was the test server. |
13:20 |
Dyrcona |
I thought miker was running pgtap tests on his own and having issues. |
13:20 |
Dyrcona |
JBoyer++ |
13:47 |
JBoyer |
Ok, I've changed the tester to look up the currently installed version of postgresql-server-dev-XYZ and install the correct pgtap package based on that. |
13:48 |
JBoyer |
This way apt-get should handle the dependencies and we still don't have to bother tracking what version of pg is installed by default. |
14:41 |
miker |
JBoyer++ |
14:42 |
miker |
Dyrcona: sorry, yeah, I was just looking at the test failures reported in here by the bot |
15:40 |
jvwoolf |
Finally getting around to testing deleting action_trigger.event_output. But it doesn't seem to cascade delete. It just yells about the ID being referenced in the event table. |
15:42 |
rhamby |
jvwoolf yeah, you need to eitther set the relevant event references (error output, template output) to null or delete the events first |
15:43 |
Dyrcona |
I thought it had on delete cascade... |
15:44 |
mmorgan |
jvwoolf: We saw the same thing. The database function deletes the events first, then cleans up the orphaned output. |
15:44 |
Dyrcona |
Sorry, it's just deferred. You can delete them in either order so long as it happens in the same transaction. |
15:45 |
Dyrcona |
Dyrcona-- # For saying things without checking them first. |
15:47 |
jvwoolf |
Dyrcona++ # Canceling out the bad kharma because you are a helpful helper :) |
16:00 |
|
JBoyer joined #evergreen |
16:18 |
* miker |
stretches his merging fingers |
16:51 |
|
jvwoolf left #evergreen |
16:52 |
mmorgan |
miker++ |
16:52 |
mmorgan |
miker's_merging_fingers++ |
16:53 |
pinesol |
News from commits: LP1958581 Copy to clipboard always available <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=356790a3bbbd6acaa0c1d17b7e2832372327586a> |
16:53 |
pinesol |
News from commits: LP1958581 Angular Grid Copy To Clipboard <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=647f704c5501602f4ffd668944ecd79b4c26e438> |
17:01 |
Dyrcona |
miker++ |
17:01 |
miker |
grabbing 1322 for jquery |
17:07 |
|
mmorgan left #evergreen |
17:11 |
miker |
I'll email the dev list as well, but, freeze is "officially" this coming Monday. if committers are willing to keep reviewing and committing feature branches ( https://bugs.launchpad.net/evergreen/+bug/1091588 and https://bugs.launchpad.net/evergreen/+bug/1839341 anyone? ) I'd be in favor of shifting freeze and beta 1 by 2 days each, to Wednesday and Friday. |
17:11 |
pinesol |
Launchpad bug 1091588 in Evergreen "Send out emails in patron's preferred language" [Wishlist,Confirmed] |
17:11 |
pinesol |
Launchpad bug 1839341 in Evergreen "Port Local Admin Org Unit Settings UI to Angular" [Wishlist,Confirmed] |
17:12 |
miker |
he said after 5pm on Friday... |
17:23 |
pinesol |
News from commits: Stamping upgrade script for JQuery YAOUS <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=3863ed4177da51362969ca4c99d421a2afdf135c> |
17:23 |
pinesol |
News from commits: adding query to opac by library setting <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=97cbb770058dbd8e360c9a383e6bcc4151831629> |
17:53 |
pinesol |
News from commits: LP1956970 Sort Patron Notes - Most Recent First <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=60efc98ffe680de07cc270c803c7cdeeac07f1ad> |
17:53 |
pinesol |
News from commits: LP1930614 Bootstrap OPAC Summary Block <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=e2028ee29bab4f970a8fa6354b64723674b7286e> |
18:01 |
pinesol |
News from qatests: Failed Create Evergreen Database <http://testing.evergreen-ils.org/~live//archive/2022-03/2022-03-25_16:00:02/test.41.html> |
18:16 |
|
rjackson_isl_hom joined #evergreen |
18:53 |
|
Keith__isl joined #evergreen |
18:54 |
JBoyer |
Ah, nerts. Tried to be “clever” with the petal fix and it backfired. I’ll fix that later. |