Time |
Nick |
Message |
02:13 |
|
JBoyer joined #evergreen |
07:31 |
|
BDorsey joined #evergreen |
08:00 |
|
mantis1 joined #evergreen |
08:06 |
|
collum joined #evergreen |
08:29 |
|
rfrasur joined #evergreen |
08:48 |
|
Dyrcona joined #evergreen |
09:21 |
|
mmorgan joined #evergreen |
09:27 |
|
mmorgan1 joined #evergreen |
10:06 |
Dyrcona |
Grr. Schema changes interfere with copying data from different Evergreen versions... |
10:13 |
Dyrcona |
Not too hard to fix: Delete 1 field in the middle and add 1 field at the end. |
10:21 |
Dyrcona |
ooh. Forgot about actor.card.... |
10:27 |
Dyrcona |
That one didn't need any changes I could pipe it right through. |
10:43 |
|
mmorgan joined #evergreen |
11:03 |
Stompro |
@mmorgan, content cafe may be acting up again. I'm seeing a few images with the error "Object reference not set to an instance of an object." |
11:03 |
pinesol |
Stompro: Leave me alone, I'm busy right now. |
11:06 |
mmorgan |
Stompro: That's annoying :-( |
11:07 |
* mmorgan |
just did my favorite obscure catalog search and no cover images for the titles that came up. |
11:08 |
Dyrcona |
Yeahp. Looks like they are having issues again. |
11:08 |
Dyrcona |
I seem to be getting covers only for popular things that would be likely to be in the cache. |
11:09 |
mmorgan |
Dyrcona: Yeah, so far carousels still seem to have images |
11:12 |
Stompro |
I'm only seeing the small sized images failing, medium images seem to work. My coworker said after that after clearing the added content cache a few minutes later the images showed up. |
11:12 |
Stompro |
I've reported it to my support contact. |
11:13 |
Dyrcona |
Our carousel is missing an image here or there. |
11:15 |
Dyrcona |
I wonder if we should switch from posting XML to use GET like Koha does? |
11:15 |
mmorgan |
I've reported it to B&T as well. |
11:16 |
|
Christineb joined #evergreen |
11:31 |
|
mantis1 joined #evergreen |
11:44 |
|
book` joined #evergreen |
11:55 |
mmorgan |
Stompro: Dyrcona: B&T replied, I'm able to refresh cover images now. |
11:58 |
Dyrcona |
I don't guess the link/button to clear the added content cache for a given bib got ported over to AngularJS/Angular? If it did, I don't see it. |
12:00 |
Dyrcona |
We appear to be getting more cover art now. |
12:01 |
|
jihpringle joined #evergreen |
12:02 |
mmorgan |
Dyrcona: No, clear added content is not in the Angular staff catalog, bug 1939162 |
12:02 |
pinesol |
Launchpad bug 1939162 in Evergreen "Added content cache can't be cleared in angular" [Undecided,Confirmed] https://launchpad.net/bugs/1939162 |
12:12 |
Dyrcona |
mmorgan++ |
12:13 |
Dyrcona |
I don't imagine it would be that hard to add it to Angular. |
12:30 |
Stompro |
mmorgan, works for me now also. |
12:31 |
|
collum joined #evergreen |
13:37 |
Stompro |
First live perl test created!!! I want a badge. |
13:38 |
Dyrcona |
Heh. |
13:38 |
Stompro |
It took me an embarrassing long time to get it right. |
13:39 |
Dyrcona |
Stompro++ |
13:40 |
Dyrcona |
Was getting the number of tests correct at the top of the file one of those issues? |
13:45 |
Stompro |
No, I just ran it and updated that number once things seemed to be working. |
13:46 |
Stompro |
But maybe I misunderstood it. |
13:47 |
Stompro |
Dyrcona, I'll put my ncip changes into the ncip working repo, thanks for the feedback. I was being careless with our new repo, I'll get it fixed up. |
13:51 |
Dyrcona |
Stompro coll on both fronts. |
13:52 |
Dyrcona |
For tests, there's a trick to have it calculate them for you. |
13:56 |
Dyrcona |
Stompro: https://git.evergreen-ils.org/?p=Evergreen.git;a=blob;f=Open-ILS/src/perlmods/live_t/lp1883171-copy-inventory.t;h=a745939ba04e166d8981942bedad3e2e5f0bc514;hb=HEAD uses done_testing() at the end because it runs a variable number of tests depending on circumstances. |
13:58 |
Dyrcona |
!-3:s/coll/cool/ |
14:03 |
mmorgan |
Stompro++ |
14:14 |
Dyrcona |
We need more tests and they need to be more complete, but time..... |
14:14 |
csharp_ |
@decide coll or cool |
14:14 |
pinesol |
csharp_: go with cool |
14:15 |
csharp_ |
test writing sounds like a decent thing for the newdev group to consider |
14:16 |
Dyrcona |
In some ways writing tests is harder than writing regular code. |
14:17 |
Dyrcona |
Or, I think it ought to be harder. |
14:38 |
jeffdavis |
This query has been running in our database for over a week: SELECT * FROM action.emergency_closing_stage_2_circ( '390528' ) |
14:38 |
jeffdavis |
The circ in question has an hourly loan duration. |
14:39 |
|
jihpringle99 joined #evergreen |
14:40 |
jeffdavis |
I suspect that function's call to evergreen.find_next_open_time() is infinitely looping. |
14:42 |
Dyrcona |
jeffdavis: Yes, it is. You should cancel the backend with pg_cancel_backend. |
14:46 |
Dyrcona |
jeffdavis: It might be Lp 1901191. |
14:46 |
pinesol |
Launchpad bug 1901191 in Evergreen "open-ils.storage.actor.org_unit.closed_date.overlap can hang and gives inconsistent results" [High,Confirmed] https://launchpad.net/bugs/1901191 |
14:48 |
jeffdavis |
Could be. No entries in actor.org_unit_closed for the relevant library, but I don't know if that was the case when the query started 8 days ago. |
14:50 |
JBoyer |
jeffdavis, Usually when I see that a location is marked closed 7 days a week; could that have been the case then (or now)? |
14:50 |
Dyrcona |
I never really figured that one out. It stopped being a major concern and mostly seemed to stop happening. |
14:52 |
jeffdavis |
JBoyer: hmm. They're not closed 7 days/week now, but maybe altering hours of operation was their first response or something. |
14:54 |
Dyrcona |
Yeah, it came up during closures for COVID, so that was likely it. I think empty hours of operation do it, too. |
14:54 |
JBoyer |
My favorite is when the Perl in the database starts logging something to the effect of "The date 3002 is very far in the future and this is very slow, something, something." |
14:58 |
Dyrcona |
Yeah. I remember seeing the crazy dates. |
16:35 |
pinesol |
News from commits: Docs: removing XUL reference from web staff client intro page <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=e286478d9923a0d726baee742ad8768a8151bf98> |
16:35 |
pinesol |
News from commits: Docs: LP1863921 max-old-space-size param when building angular <https://git.evergreen-ils.org/?p=Evergreen.git;a=commitdiff;h=539686b61e14c627fb2de78958bc654d9048f9c1> |
17:08 |
|
mmorgan left #evergreen |
19:28 |
|
jihpringle joined #evergreen |