Evergreen ILS Website

Search in #evergreen

Channels | #evergreen index




Results

Result pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143

Results for 2016-03-30

15:31 Dyrcona That's strange. I've run that script two or three times now and not had a problem with it.
15:35 jeffdavis Yeah, the asset.copy record with id = 9680394 still exists just before COMMIT.
15:36 jeffdavis Maybe this db snapshot is corrupt or something.
15:37 jeff test by creating a dummy table with a BIGINT NOT NULL REFERENCES asset.copy(id) and then try to insert 9680394 to that field?
15:37 Dyrcona Doesn't look like that part of the upgrade scripts does any deletes.
15:37 berick jeff: i'm guessing you have not tried the 2.10 upgrade script yet...
15:37 jeff it's possible that a bad index could be causing you grief...

Results for 2016-03-29

12:39 Dyrcona "For printing HTML, we are using the brand new JDK version 8."
12:39 Dyrcona And, yeah, the classes are part of JavaFX.
12:40 Dyrcona What I've seen, playing with JavaFX 8, is that there are differences between Oracle's JDK and OpenJDK.
12:40 Dyrcona The README specifies it has not been tested with OpenJDK.
12:59 bmills joined #evergreen
13:03 Callender_ joined #evergreen
13:12 wjr joined #evergreen

Results for 2016-03-28

13:25 Newziky left #evergreen
13:35 jeff_ joined #evergreen
14:11 b_bonner joined #evergreen
14:14 Dyrcona I'm trying to figure out staff passwords from concerto for test writing, and I must be missing something.
14:16 Dyrcona The usrname and passwd do not match what is in tests/datasets/sql/users_staff_134.sql.
14:17 b_bonner_ joined #evergreen
14:17 b_bonner joined #evergreen
14:17 mnsri_away joined #evergreen
14:17 rashma_away joined #evergreen
14:20 Dyrcona All right I figured it out.
14:21 Dyrcona At some point, they get the shortname of their home/work ou tacked onto the front of the usrname.
14:24 Dyrcona Writing and testing the tests is taking more time than the original code, a lot more time....
15:08 Dyrcona Great. Severe query error and nothing in the postgres logs that looks related.
15:10 Dyrcona Figured it out....
15:10 Dyrcona typo in a field name.
15:13 pinesol_green JBoyer: It is so.
15:13 JBoyer BOOM.
15:18 Dyrcona Not my day....
15:18 Dyrcona I reloaded the database, ran the test again, and boom!
15:18 Dyrcona I forgot to git pull, first....
15:19 Dyrcona So, reloading the database, yet again...
15:19 Dyrcona I'm not counting.

Results for 2016-03-25

12:13 tarac_ joined #evergreen
12:31 mmorgan related question. Is a database query to update money.billing.voided = true sufficient to void a billing, or does something else need to happen?
12:32 phasefx mmorgan: I believe there's also voider and void time
12:34 mmorgan Ah. Ok. Of course, that makes sense. Thanks.
12:35 * mmorgan will try it out on a test system.
12:36 mmorgan phasefx++
12:37 phasefx mmorgan: I would sanity check the associated transaction in money.materialized_billable_xact_summary
12:37 sandbergja joined #evergreen
12:37 phasefx mmorgan: I don't know how, but sometimes I would get that table out of sync with stuff I did with the payments and billings tables, and would have to recreate it
17:31 kmlussier miker++
18:00 jeff most recent comment on bug 1174498 makes me concerned
18:00 pinesol_green Launchpad bug 1174498 in Evergreen "Payment by billing type breakdown" [Wishlist,Triaged] https://launchpad.net/bugs/1174498
18:00 * jeff looks
18:00 jeff well that's unfortunate.
18:01 jeff my fault for not being more forceful with my feedback.
18:02 jeff it seems that we've moved away from a linear timeline with billings and payments, though i could be wrong. more digging required.
18:03 jeff if that is the case, i'm strongly in favor of fixing it. the bad news is that it will probably take some work. the good news is that it will probably result in a lot more tests being written. ;-)
18:05 jeff drat. dug, found it.
18:05 jeff # Try to map payments to bills by amounts starting with the
18:05 jeff # largest payments:
18:05 jeff
18:06 jeff that's not how this works. that's not how any of this works. :-)
18:23 jeff first i should catch up on the rest of the billing changes.
18:47 jeff I wonder if there's a way to fix this without resorting to two types of transactions.
19:08 kitteh__ joined #evergreen
19:48 * jeff reads old bugs
20:24 rlefaive joined #evergreen
21:18 miker jeff: oh, I should have been paying more attention too... yeah, matching amounts seems like a non-starter to me
21:29 jeff @praise SIGSTOP
22:05 jeff heh
22:05 Bmagic yeah, it gets muddy for sure. I look at mmpbbt as "best effort" or "best guess"
22:05 Bmagic and I think our libraries undestand that. Sometimes, a human still needs to step in and make a call
22:07 Bmagic with that said - I have put untold hours into testing and watching the code interact with the data, and I'm feeling pretty good about the job that it will do for our libraries who look at the results
22:20 jeff Bmagic++
22:21 Bmagic jeff++

Results for 2016-03-24

09:37 jeff Some other things to consider are that you're going to need a decent amount of RAM (2 to 3 GB dedicated to Evergreen's use) on that laptop to run Evergreen with any kind of success, even for evaluation purposes. What is your goal with this installation?
09:38 scrawler ok I'm back.
09:38 scrawler this thing has 4 gigs of ram. I'd like to evaluate evergreen for use in a high school library.
09:38 jeff And expanding on what was said earlier and repeating something that was said when you were changing clients: Arch Linux may work, but is not supported or tested, and you may run into difficulties during installation or operation that we won't be able to help you with easily.
09:39 scrawler I understand.
09:41 Dyrcona scrawler: If you're running the database and everything on the same system, I recommend at least 8GB of RAM just to kick the tires, particularly if the hardware is not solely dedicated to Evergreen.
09:41 Dyrcona I build vms with 4GB of RAM for test purposes and the database runs on a dedicated server, and that is cutting it close sometimes.
09:42 csharp scrawler: I would scrounge around for an unused desktop with at least 4GB of RAM and install Ubuntu (server) or Debian (with no GUI) and start there
09:43 Dyrcona Yeah, 4GB might work for everything, but it would be a tight fit.
09:44 scrawler Well, this very box had debian on it to begin with, and I successfully got opensrf running, at least.
09:54 scrawler ok, thank you guys. I'm going to see if I can put together an old desktop and try again with debian.
09:56 scrawler are there any alternative (quicker) ways to evaluate, like a hosted instance?
09:56 scrawler a really cheap hosted instance?
09:57 csharp scrawler: http://wiki.evergreen-ils.org/​doku.php?id=community_servers has some test servers you can play in
09:58 csharp scrawler: also, if you want to investigate paid support options: http://wiki.evergreen-ils.org/dok​u.php?id=faqs:evergreen_companies
10:00 mmorgan joined #evergreen
10:01 scrawler thanks for the links--looking at them now :)
10:05 scrawler Thanks again everybody. ttys.
15:26 bmills joined #evergreen
15:26 kmlussier miker: The activity metric for holds ratios, the first number of the ratio is looking at the number of holds in the action.hold_copy_map? Am I interpreting that correctly?
15:31 miker kmlussier: yes, you are.  holds-on-copies / copies
15:32 kmlussier miker: Thanks!
16:00 jlitrell joined #evergreen
16:16 * kmlussier decides to test the 'o, africa!' bug fix while waiting for activity badge scores to recalculate.
16:17 mmorgan kmlussier++
16:18 kmlussier What I like about that bug is that it's easy to find in LP. There aren't many eg bugs that have o africa in them.
16:33 abneiman miker: thanks for the additional info!  Sorry, I wandered off for 2 hrs -- was forced to drive around the county on a beautiful day to fix some printers.  Tough life. :)
17:52 pinesol_green gmcharlt: Quote #35: "<tsbere> We have collective sanity left? We might want to double-check on that. ;)" (added by bshum at 05:00 PM, November 06, 2012)
21:13 jihpringle joined #evergreen
21:17 kmlussier @quote random
21:17 pinesol_green kmlussier: Quote #134: "10:04 < Dyrcona> He's running the scripts....He's checkin' 'em twice. He's gonna find out which are naughty or nice. Santa Dev is testing a branch." (added by csharp at 11:11 AM, December 16, 2015)
21:53 bshum gmcharlt++ # web server poking
21:58 bshum @roulette
21:58 pinesol_green bshum: *click*

Results for 2016-03-23

10:08 jeff what, you were planning on porting to openbsd running on an E25K or something? :-)
10:09 Dyrcona Well, I've got a spare box with an Atom D525 and 2GB of RAM..... ;)
10:09 Dyrcona But, seriously, I think finishing the FreeBSD port and then working on OpenBSD would be a good way to go.
10:23 Dyrcona So, I'm looking at writing a Perl test for a change to abort transit behavior.
10:23 Dyrcona I wonder if we want to renumber the names of some of the test in live_t?
10:23 Dyrcona kmlussier asked about this before.
10:24 Dyrcona We've got 3 tests numbered 10- and 2 that are 12-.
10:24 kmlussier +1 to renumbering
10:39 Dyrcona Tests are often more complicated than the code changes that they are testing.
10:49 Dyrcona Speaking of tests: Bailout called.  Further testing stopped:  cannot test opt-in unless enabled in opensrf.xml
10:50 Dyrcona Maybe that should fail a bit more gracefully, with the remaining tests being optional?
10:51 rlefaive joined #evergreen
10:57 Dyrcona Two hundred lines of test script for a 4-line change in the code....Sounds about right. ;)
11:00 mmorgan1 joined #evergreen
11:01 jeff in theory, those two hundred lines now will be run many times over their lifetime, and will prevent future headaches. :-)
11:10 remingtron joined #evergreen
11:10 Dyrcona Y'know, I find myself copying and pasting a lot of code from test script to another.
11:11 Dyrcona Maybe that should get added to TestUtils?
11:11 Dyrcona Specifically code to retrieve patrons and copies.
11:30 bmills joined #evergreen
15:44 brahmina joined #evergreen
15:44 jlitrell joined #evergreen
15:53 dbs csharp++ # fedora fedora fedora
16:15 * Dyrcona thinks he has seriously underestimated the lines of test script.
16:17 JBoyer "I have made the test more trying; pray I do not try it any further."
16:18 kmlussier miker / gmcharlt: What exactly is the On-line bib has attributes parameter looking at? Is it any record with a particular record attribute, even if it doesn't have URIs?
16:19 Dyrcona JBoyer: In a private convo with kmlussier, I said, "These are no the Perl tests you are looking for."
16:19 Dyrcona s/no/not/
16:19 * Dyrcona shoulda copied and pasted.
16:20 kmlussier It's always a shame when you mess up a punchline with typo.
16:20 Dyrcona Indeed.
16:21 JBoyer It was either that, or "You may test me now, but I shall become more powerful than you can possibly imagine"
16:30 miker kmlussier: the intent is those with located URIs
16:33 JBoyer csharp, do you know if anyone at PINES is running reports that look at the Dewey ranges? We've got a couple simple reports that try to do circ counts by range and they take over 4 hours to run. Not good. :-/
16:34 kmlussier miker: Ah, ok. The on-line one is uris' only, "bib has attributes and copies" is copies only, and then "bib has attributes and copies or URIs" is a combination of the two?

Results for 2016-03-22

09:38 csharp @loves
09:38 pinesol_green csharp loves supybot plugins; virtualization; lasagna; logs; clarity; all y'all; upgrades; tpac; git; this venue; google; not being evil; when evergreen problems turn out to be staff error; the Jedi; pgadmin; policy; lynx; autoupdate; coffee; db02; kvm; CWMARS; mobile catalog; vim; snow; pizza; google forms; chicken soup; cilantro; actual fun; supybot; vimdiff; felafel; and postgresql
09:38 csharp @hates
09:38 pinesol_green csharp hates dojo_hold_policies_interface; SIP; when libraries purchase third party products without testing and blame Evergreen for it not working; reports; the fact that the Base Filters is unnecessarily greyed out when applying an Aggregate Filter and vice versa; evil; reports more; reports even moar; details; reports even more; the fact that the Base Filters is unnecessarily greyed out (1 more message)
09:38 csharp @more
09:38 pinesol_green csharp: when applying an Aggregate Filter and vice versa even more; having to teach SIP2 client vendors about the SIP2 specification; troubleshooting reports; money reports; marc; reports even more than before; the EDI ruby bits; acquisitions; <quote>fun<unquote>; edi; sip2; sip too; sip two; acq; acq more; acq way more than before; omg I hate acq; and omg I love acq
09:42 gmcharlt csharp: some rebalancing may be in order... ;)
13:03 brahmina joined #evergreen
13:05 jeffdavis jeff: Theoretically yes. Work is focused on having a more generic "API integration" module for EG, with OneClickdigital as the first target (sort of like the added content module).
13:06 jeffdavis We've been talking about it at Sitka in terms of OneClickdigital specifically but I would expect to extend that for Zinio.
13:08 * jeff nods
13:08 jeff It sounds like we have some interest here. I'd be happy to test and/or collaborate. Keep it in mind. I'll keep my eyes on the bug. :-)
13:33 rlefaive joined #evergreen
13:39 dbs Dyrcona++ # pingest
13:47 rlefaive joined #evergreen
14:49 pinesol_green Minutes:        http://evergreen-ils.org/meetings/evergr​een/2016/evergreen.2016-03-22-14.04.html
14:49 pinesol_green Minutes (text): http://evergreen-ils.org/meetings/evergr​een/2016/evergreen.2016-03-22-14.04.txt
14:49 pinesol_green Log:            http://evergreen-ils.org/meetings/evergree​n/2016/evergreen.2016-03-22-14.04.log.html
15:15 gmcharlt kmlussier: worked this up for your benefit in testing, but others may find it useful
15:15 gmcharlt memcdump --servers localhost|grep open-ils.search | xargs -n 1 memcrm --servers localhost
15:16 gmcharlt ^^ way to clear all cached catalog search results -- can be useful when testing certain tweaks
15:56 artunit_away_ joined #evergreen
15:56 jlitrell joined #evergreen
15:56 mmorgan1 joined #evergreen

Results for 2016-03-21

11:22 berick huh, a "round" of robins
11:24 mmorgan Really?
11:24 * mmorgan didn't know that
11:25 berick first time using virt-manager's network install option today.  (testing xenial).  pleased at how simple it is.
11:27 Dyrcona berick++
11:27 jeff where you're PXE booting a vm or other client, and installing from the network with a preseed.txt or similar so that you've got a zero-prompt install?
11:27 Dyrcona I've mostly used virt-manager to fix a "busted" vm.
11:38 brahmina joined #evergreen
12:00 jihpringle joined #evergreen
12:02 * tsbere has come up with a way to make AddedContent use B&T ISBNs, but isn't sure he likes it
12:05 StomproJosh tsbere, I would be happy to test it out.
12:09 tsbere StomproJosh: http://git.evergreen-ils.org/?p=work​ing/Evergreen.git;a=shortlog;h=refs/​heads/user/tsbere/lp1559281_bt_isbns
12:09 * tsbere dumped a link onto bug 1559281 as well
12:09 pinesol_green Launchpad bug 1559281 in Evergreen "Added Content: Allow fake ISBNs to be sent to providers" [Undecided,New] https://launchpad.net/bugs/1559281
12:14 StomproJosh gmcharlt, I've only seen a few, we try to add the UPC if it isn't there to bypass this issue, I don't know how often that is needed though.
12:18 jeff Sure would be nice if the Business::ISBN docs matched the code.
12:20 jeff is_valid_checksum returns Business::ISBN::BAD_CHECKSUM for 9786316294241, but Business::ISBN::GOOD_ISBN if we set $Business::ISBN::country_data{631} as in tsbere's branch.
12:22 tsbere jeff: And to think, I just kindof guessed as to how I should set it, found it worked on one test, and then made a branch.
12:23 jeff lovely, if i run ->fix_checksum (which seems like a terrible idea in almost every case), the isbn value is not modified but now is_valid_checksum returns Business::ISBN::GOOD_ISBN
12:24 jeff (that last was with no changes to $Business::ISBN::country_data)
12:24 jeff at least at first glance, that behavior strikes me as a bug in Business::ISBN, but even if so, and if reported, we pretty much need to at least work around it for now.
15:12 Dyrcona It caused too much confusion when different libraries were doing parts differently.
15:12 * mmorgan nods.
15:16 Bmagic gmcharlt bummer :(
15:18 * Dyrcona doesn't generally test Vandelay.
15:19 gmcharlt it appears that the upgrade script was created by copying and pasting some bits from a terminal that was 80 characters wide
15:20 gmcharlt and, amazingly, one line was truncated there but ended up with the results being syntatically correct
15:20 mmorgan :-(
17:37 dbs Looks like we have 2 total copies since we migrated that have that.
17:37 Bmagic it's fooling me. The example I have from 2016, had it's status changed in 2011
17:41 * dbs wonders if IRC search is known not-working: http://irc.evergreen-ils.org/evergreen​/search/?nick=dbwells&amp;q=datafield returns an "Internal search error"
17:42 dbwells dbs: anything I can help answer, or am I just a test case?  :)
17:44 dbs dbwells: sorry, just a test case, I was trying to track down the xpath discussions from before
17:44 dbs found them manually, but was surprised search was erroring out
17:45 Bmagic google is handy for me
17:45 Bmagic site: http://irc.evergreen-ils.org  xpath
17:46 dbs Bmagic: sure, but the internal search should either work or not be there

Results for 2016-03-18

07:10 pinesol_green` kmlussier: Seekonk, MA :: Clear :: 39F/4C | Wind Chill: 35F/2C | Friday: Sunshine and clouds mixed. High around 55F. Winds W at 15 to 25 mph. Friday Night: Some clouds this evening will give way to mainly clear skies overnight. Low 28F. Winds NW at 10 to 15 mph.
07:45 rjackson_isl joined #evergreen
07:54 JBoyer joined #evergreen
07:56 bshum Hmm, just noticed that the README still says "Evergreen 2.8 has been tested with..." for both 2.9 and 2.10. Probably a matter of updating that part in master/branching of new series
07:57 bshum That's better, stupid `
08:00 remingtron_ joined #evergreen
08:25 collum joined #evergreen
08:38 mmorgan joined #evergreen
12:16 * dbs just got "api_8eb3a7c…__fr.js?callback=g​oogle.loader.callbacks.books:63 Mixed Content: The page at 'https://laurentian.concat.ca/eg/opa​c/record/729926?locg=105#gbp_extra' was loaded over HTTPS, but requested an insecure script 'http://books.google.ca/books?id=ELieXMxR1h​4C&amp;printsec=frontcover&amp;dq=isbn%3A…25&hl=fr&cd=1&source=gbs_api&jscmd=run​&callback=google.books.__callback._0'. This request has
12:16 * dbs been blocked; the content must be served over HTTPS."
12:17 mmorgan ...after incorporating some changes to the way it opens the preview to get around the http/https thing
12:17 csharp mmorgan: do you have a sample record that shows it?  my test searches aren't yielding results with Google Preview
12:17 csharp dbs: gotcha
12:17 mmorgan looking...
12:18 dbs http://catalog.noblenet.org/eg/opac/record/2279981
12:18 dbs Preview at right, opens in a new tab. That would avoid HTTP/HTTPS issues, yep.

Results for 2016-03-17

10:10 pinesol_green Launchpad bug 1542495 in Evergreen "OpenILS::SIP::clean_text() can crash" [Undecided,Confirmed] https://launchpad.net/bugs/1542495
10:36 Dyrcona My understanding is that SIPServer only turns on error checking if the client requests it.
10:36 Dyrcona Not that that helps much.
10:39 jeff Dyrcona: well, not exactly... but that's another bug. :-)
10:40 jeff But whenever touching something that has potential to impact error checking, I'm increasingly tempted to just rip it out, rather than test it.
10:49 Dyrcona I'm pretty sure that we have clients that do error checking. Whether or not that can be turned off is a different question.
10:50 gmcharlt ditto
10:51 * Dyrcona just wishes there was a decent standard for this stuff, and no NCIP2 does not count!

Results for 2016-03-16

14:57 kmlussier miker: Do you think it's useful to point people to the logs before the discussion or at the end?
14:58 berick Dyrcona: if you are switching between master and 2.9, you'll have to ./configure again
14:58 Dyrcona I'm building from the tarball and things seem really wrong.
14:59 berick ah, haven't tried that yet.  i'm building a 2.8.6 install now to test the upgrade script.  will test my tarball in a few mins
14:59 Dyrcona My server seems to be adding the unaccent extension or something, and then everything blows up.
15:00 afterl kmlussier:  I'm not miker, but I think having the logs handy during the discussion is a good idea - you can easily search on a word like "popular" like I just did to see if it had already been discussed
15:00 Dyrcona No, unaccent is not in the list of extensions, but meeting....
15:19 kmlussier sarahchilds: Ah, I see. So it's a "Did you mean?" but leveraging authority data. Gotcha.
15:19 sarahchilds If you do a search for Samuel Clemens, it would suggest Mark Twain
15:20 dbs I'd like to see grouping of search results based on external links to, say, OCLC Work Entities
15:20 kmlussier To follow up on what afterl said, we do have activity metrics coming to search that afterl and I have been testing. But the blending of popularity with relevance is tricky. And we're still working on it / testing it.
15:21 kmlussier dbs: Can you give me an example of a search that would use that and how the info would be presented to the user?
15:24 dbs kmlussier: sure. A regular search for "Huckleberry Finn" would give you all of the hits for "Adventures of Huckleberry Finn" based on keywords
15:24 dbs but using links to OCLC Work Entities, you could group those records even if they were in different languages and the words appeared nowhere in the record
15:25 kmlussier Ah, nice! Thanks for the explanation dbs!
15:33 kmlussier sarahchilds: So improvements in relevance. Do you find there are specific problems in relevance that cause those records to appear low in the list?
15:34 terran And of course, a good "did you mean...?" service to accommodate mis-spellings and related topics
15:35 sarahchilds One of the issues I get complaints about is that our users expect to be weighed more heavily
15:35 kmlussier terran / rhamby: On the popularity front, afterl had brought this up earlier, but there is an ongoing project as rhamby noted, but, from early testing, we're also looking at ways to better blend bib relevance with popularity. Which is tricky.
15:35 sarahchilds expect *title* to be weighed more heavily
15:35 kmlussier sarahchilds: Thanks! Then field-weighting is important.
15:36 terran Yes, I strongly agree with weighing title (and primary author) more heavily

Results for 2016-03-15

16:05 gmcharlt demo.evergreencatalog.com is now running 2.10-rc with webstaff enabled
16:05 kmlussier gmcharlt++
16:06 kmlussier pams: I have some notes on hyphenation that I can share with you. I just need to find the link.
16:06 miker tl;dr: there are things that can be done at the DB level to implement many of the things you talked about re synonyms and thesauri, though to leverage the full power they'd require some indexing work as well, for thesaurus dictionaries in particular (I think ... testing needed)
16:07 pams kmlussier: thank you, I'd appreciate that
16:07 miker but synonym dictionaries should be doable today (sans staff UI)
16:07 vlewis joined #evergreen

Results for 2016-03-14

09:41 gmcharlt joined #evergreen
09:43 yboston joined #evergreen
09:45 mllewellyn joined #evergreen
09:58 yboston Morning, here is the link for today's DIG hackfest Google Hangout https://hangouts.google.com/hangou​ts/_/berklee.edu/digeg210hackfest
10:31 yboston Does anyone know what version of EG is demo.evergreencatalog.com running? I wanted to use it to write docs for EG 2.10
10:32 yboston alternatively, does anyone know of a test server running EG 2.10.x I could log into?
10:36 kmlussier We have a test server running 2.10
10:36 * kmlussier checks to see which one it is
10:37 kmlussier http://mlnc3.mvlcstaff.org/
10:38 kmlussier Client can be downloaded from http://mlnc3.mvlcstaff.org​/updates/manualupdate.html
10:44 * kmlussier notes that the web client is not running on that server
10:50 yboston kmlussier: thanks
10:50 yboston kmlussier: is is a typical login for that server?
10:50 yboston *is it

Results for 2016-03-10

11:18 mmorgan Forsyth: One more question: To recover, do you force close Evergreen and restart the client, or is it necessary to reboot the workstation?
11:18 Forsyth on the ram, i have checked resources as well as other apps work fine.  just evergreen stops responding to keyboard and mouse input
11:18 gmcharlt Forsyth: what sort of internet connection does that branch have? a high-latency one could cause issues. Another potential source of problems is that branch (and only that branch) running a firewall, content filter, or caching proxy server that adds latency to interactions with Evergreen
11:19 kmlussier For the logs, after several tests, I'm confirming that the regex for the username setting is not consulted at patron registration or when editing a patron record.
11:19 Forsyth they have a 35/5 time warner connection, as our other branches
11:19 * kmlussier will file a bug to update the description for the setting.
11:20 Forsyth as you can see it is one of those frustrating intermittent issues we can't put a finger on
11:22 Dyrcona @blame bad Feng Shui
11:22 pinesol_green Dyrcona: bad Feng Shui wants the TRUTH?! bad Feng Shui CAN'T HANDLE THE TRUTH!!
11:24 Forsyth i'd like to perform a ping test from our network router to the evergreen server if possible, to see if we have any drops throughout the day
11:24 Forsyth is there a server name or IP i could use
11:26 Dyrcona Forsyth: That would be the name of your Evergreen server from the staff client login screen.
11:26 Forsyth ok, thanks

Results for 2016-03-08

11:16 yboston kmlussier: his biggest complaint was that there are HTML tables inside of HTML tables used
11:16 yboston kmlussier: when listing volume/copy info
11:16 yboston kmlussier: extremely hard to navigate thorugh with a screen reader
11:16 kmlussier I no longer have access to JAWS, so I don't know if I can re-test it
11:16 kmlussier yboston: Also, do you know if he had javascript turned off?
11:17 yboston kmlussier: I might have made a bug about the nested table?
11:17 yboston kmlussier: I was standign right next to him and saw the autosuggest trigger
11:17 kmlussier yboston: I don't remember seeing it, but I find I'm having a difficult time remembering LP bugs as well as I used to.

Results for 2016-03-07

09:27 jboyer joined #evergreen
09:30 jboyer berick: did you mention in the last couple of months that you couldn't disable some version of ssl because the XUL client could no longer connect? Google-ing the logs is letting me down if so.
09:32 mmorgan1 joined #evergreen
09:32 Dyrcona jboyer: That is true. berick did say that, and I confirmed it with a quick test on my development system.
09:32 Dyrcona You can, I believe disable SSL, but you can't disable certain versions of TLS.
09:33 * Dyrcona can't comma right.
09:34 jboyer Oh. That does sound more familiar. TLS 1.1 or 1.2 maybe. I was trying to look it up while I wait for my car to be repaired, this is how I stay entertained these days, I guess.
10:12 mmorgan joined #evergreen
10:42 Christineb joined #evergreen
11:07 vlewis joined #evergreen
11:08 Bmagic bug 1437112 - was tested on bug squashing day and received sign offs. I noticed that it may* have introduced issues with the search screen
11:08 pinesol_green Launchpad bug 1437112 in Evergreen "not possible to set workstation preferences in web staff client" [Undecided,Confirmed] https://launchpad.net/bugs/1437112
11:08 Bmagic https://sb1.missourievergreen.​org/eg/staff/cat/catalog/index
11:08 Bmagic gadmin/admin
11:29 mmorgan1 joined #evergreen
11:37 JBoyer joined #evergreen
11:46 sandbergja joined #evergreen
12:09 kmlussier Bmagic: I believe Dyrcona loaded it on his dev server at one time along with several other branches. There were some issues, and he removed most of the branches because I had to focus my testing elsewhere. I never identified which branch was causing the problem.
12:10 kmlussier Bmagic: I'm pretty sure it was the same issue you're seeing now. I would say that branch isn't ready to go.
12:10 jihpringle joined #evergreen
12:15 kmlussier Bmagic: Hmmm...It looks like the weird behavior happens only if you don't set your workstation search preferences. Once you set them, the advanced search screens come up okay for m.
12:16 kmlussier Perhaps the tester started by setting the worsktation preferences and didn't notice that the search screen was messed up when the preferences weren't set.
12:19 Bmagic kmlussier: I registered my workstation, and I am still getting {{label}} all over that page
12:19 kmlussier Bmagic: That's the branch where you had to resolve conflicts, right? That should also be noted on the bug. Do you want to add a comment to the bug or should I?
12:19 kmlussier Bmagic: No, it's not the workstation registration that fixed the display. It was setting the default search preferences.

Results for 2016-03-04

09:34 Dyrcona csharp: Makes sense to me.
09:34 Dyrcona If it appears to work, I'll sign off on the branch, and then comment on the bug that I don't think it should be backported and why.
09:42 kmlussier Dyrcona: +1
09:43 * Dyrcona adds accents to his name, so he has something to test with.
09:43 kmlussier Dyrcona: I think there are two types of reingests required: record attribute and then another one for the new genre index.
09:44 Dyrcona So, would that be a search reingest?
09:44 Dyrcona Or facets....
10:02 Dyrcona Too many staff clients open.... :)
10:02 Dyrcona OK, fine with me.
10:02 jvwoolf joined #evergreen
10:04 Dyrcona My name turns out to be a good one to use for testing, because we have about 35 patrons with the same last name.
10:07 Dyrcona There aren't any tests on that branch.
10:07 Dyrcona So, it needs another signoff anyway.
10:12 terran joined #evergreen
10:14 hopkinsju Good morning my friends! Happy Bug Squashing Day!
10:35 Dyrcona I can add the new cancel reason, but the check boxes are all inactive.
10:36 Dyrcona lualaba__: Did you see the bug that I mentioned to you above?
10:39 lualaba__ https://bugs.launchpad.net/evergreen/+bug/1491962 ?
10:39 pinesol_green Launchpad bug 1491962 in Evergreen 2.8 "Fix for 1484281 breaks live test" [Undecided,Fix released]
10:39 lualaba__ what i understand here in new release was fixed
10:40 Dyrcona lualaba__: No, lp 1531953
10:40 pinesol_green Launchpad bug 1531953 in Evergreen "Z39.50 Import Fast Item Add Yields Unsaved Data Popup " [Undecided,New] https://launchpad.net/bugs/1531953
10:44 lualaba__ thats no problem just popip thank you
10:44 mmorgan lualaba__: It's just a pop up issue.  Here is a related bug: https://bugs.launchpad.net/evergreen/+bug/1491875
10:44 pinesol_green Launchpad bug 1491875 in Evergreen "Erroneous "Tab may have unsaved data" message when creating new MARC record" [Undecided,New]
10:44 csharp Dyrcona: in my testing, the newly created reason is "checkable" - the ones that are inactive have ids < 2000
10:44 Dyrcona you click the exclamation point next to "Does this bug affect you?" and that might help it get more attention for a fix.
10:44 mmorgan These two bugs may actually be the same issue
10:45 Dyrcona csharp: I can't check anything, not even the new one.
10:45 csharp hmm - I'll try again after I get done testing dbwells's branch for bug 1528627
10:45 pinesol_green Launchpad bug 1528627 in Evergreen "Feature Request: Evergreen "su/sudo" functionality" [Undecided,New] https://launchpad.net/bugs/1528627
10:46 Dyrcona Switch User is not good enough, eh? :)
10:47 csharp :-)
11:11 agent11 joined #evergreen
11:18 Dyrcona csharp: Your branch fixes it for me.
11:19 csharp Dyrcona: awesome
11:20 Dyrcona I'll run your test. Looks like it should work with my data.
11:20 Dyrcona If that passes, I'll push it.
11:22 Dyrcona Works for me! :)
11:22 csharp Dyrcona++
14:30 bshum Wrong user or missing bashrc path.
14:30 * bshum will take Evergreen Troubleshooting for 400, please Alex.
14:31 Dyrcona Tell 'im what he didn't win, Don Pardo.
14:38 jihpringle kmlussier: I'm testing the two unclaimed self check bugs (1370694 and 1551447)
14:38 kmlussier jihpringle++
14:39 kmlussier jihpringle: You've got the server details, right?
14:39 jihpringle yes

Results for 2016-03-03

08:24 * pinesol_green Shall I compare Terran to a summer's day? Terran is more lovely and more temperate.
08:35 mmorgan joined #evergreen
08:36 pinesol_green [evergreen|Galen Charlton] LP#1371647: fix thinko with ID re-pinning - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=896461c>
08:42 kmlussier I had a thought for doing something new for this Bug Squashing Day that we might want to do on the days that fall after a beta release.
08:43 kmlussier It might be a good opportunity to get volunteers to walk through some of the test cases on the Evergreen wiki to check for bugs in the beta release. Just to make sure it really does get tested.
08:49 Dyrcona Yep, and/or run the test suite.
08:50 gmcharlt Dyrcona: would you have a moment now to test a patch for 1505286?
08:51 Dyrcona gmcharlt: I would, but I also made my own yesterday. :)
08:52 JBoyer lp 1505286
08:52 pinesol_green Launchpad bug 1505286 in Evergreen "set limit on facets retrieved during search" [Wishlist,Fix committed] https://launchpad.net/bugs/1505286
08:53 Dyrcona gmcharlt kmlussier: BTW, I just installed screen on my development system. I thought you might prefer that over tmux.
08:53 gmcharlt Dyrcona: ah, cool; I'll just run with that, though I'm inclined to add a second update to force cases where the patch applied successfully on 9.2+ to use the older-style syntax
08:54 Dyrcona gmcharlt: That works for me, if you think it is best.
08:54 kmlussier Well, then test suite is already running twice a day, isn't it?
08:55 Dyrcona kmlussier: Yes, I suppose it is.
08:56 * gmcharlt claims 0970
08:57 jwoodard joined #evergreen
17:48 jeffdavis dbs: I'm not sure whether to laugh or cry at that
17:49 jeffdavis berick: cool, thank you
18:05 Christineb joined #evergreen
18:36 bshum Well, we're making some progress
18:36 bshum http://testing.evergreen-i​ls.org/~live/test.24.html
18:36 bshum Failed test because opt-in wasn't enabled in opensrf.xml
18:36 bshum But the DB build works now
18:43 kmlussier OK, all the Sandbox details have been emailed to our Bug Squashers. I'm calling it a night. G'night #evergreen!
18:53 bmills joined #evergreen
19:27 grabiel joined #evergreen

Results for 2016-03-02

08:55 jeff 22 patrons with hold_items / unavail_holds errors, 45 patrons with fine_items errors.
08:57 Dyrcona Sounds about right.
08:58 * Dyrcona figures we have more than that, but we have about half a million patrons, depending on how you count them.
08:58 * jeff nods
09:00 jeff i've found encoding/length errors that i can fix and re-test, and i've found a failure related to holds on titles with zero volumes, which i can also fix and re-test.
09:01 mmorgan joined #evergreen
09:05 Dyrcona jeff: You know you can set the encoding per SIP2 account, yeah?
09:05 Dyrcona We use ascii for a couple.
09:55 jeff yes, it appears that your database may be missing at least one function. that wouldn't *cause* this symptom, but it may be another symptom of a larger problem.
09:55 lualaba solution?
10:05 lualaba i rebulid the copy OPAC visibility cache.
10:12 berick kmlussier: looking at bug 1312699, i'm curious if you tested disabling circ history, where it deletes all history items, after applying the patch.
10:12 pinesol_green Launchpad bug 1312699 in Evergreen "Editable Checkout History" [Wishlist,Fix committed] https://launchpad.net/bugs/1312699
10:13 Lualaba_ joined #evergreen
10:13 kmlussier berick: I can't remember now. I know I tested far enough to get the warning for disabling. Are you having trouble with it?
10:14 berick kmlussier: i haven't tried, i just saw something in the code that caught my eye as a potential issue
10:14 * kmlussier can take another look
10:15 Lualaba_ Upgrade to 2.84 will.fix my problem?
10:20 Dyrcona I forget what file that is in.
10:20 Lualaba_ Ok thank you I will check
10:21 Lualaba_ After rebuild functions what is next step to fix existing problem?
10:21 kmlussier berick: Figures. I think that's the one test that I did on your branch that I didn't fully try out on jlitrell's branch. You're right. That's not clearing out the circ history.
10:23 sandbergja joined #evergreen
10:23 berick kmlussier: ok, i think I know why.  I'm create a patch
10:23 kmlussier berick++
10:50 Dyrcona kmlussier asked me to update the activity metric branch and I'm confused by what I saw after a pull, so I figured the safe thing was nuke the db and start over.
10:51 * berick pushes a fix to the home template to working/user/berick/lp15078​45-seo-home-template-repair
10:53 * Dyrcona is starting to hate pg_restore.
10:53 kmlussier berick: I can test that one too
10:53 berick kmlussier++
10:55 Dyrcona That's nice. Pg says my superuser isn't a superuser.
10:56 mrpeters joined #evergreen
11:49 dbwells Is the gateway more distinct from those two?
11:49 Dyrcona dbwells: Did you try a streaming method? That should give you chunked responses, IIRC.
11:49 Dyrcona Oh, I should have read about the pcrud bit.
11:50 gmcharlt dbwells: I'm now testing bug 1548147 as a possible beta candidate
11:50 pinesol_green Launchpad bug 1548147 in Evergreen "Quick Export Feature for Vandelay Queues" [Wishlist,New] https://launchpad.net/bugs/1548147
11:51 dbwells gmcharlt: cool, thank you
11:51 berick dbwells: code underneath is the same for all 3.  big difference is gateway will collect all data from a streaming request, then return an array of the full data set, whereas the translator will relay each response of a streaming request to the caller.
12:19 berick oh, nice.  was not expecting that ;)
12:19 dbwells :)
12:20 pastebot "dbwells" at 64.57.241.14 pasted "srfsh segfault bt" (16 lines) at http://paste.evergreen-ils.org/38
12:22 kmlussier dbwells: We might have somebody willing to test bug 1422379 on Bug Squashing Day, but, based on your last comment on the bug, I wasn't sure if you're planning to do more work on it.
12:22 pinesol_green Launchpad bug 1422379 in Evergreen "Move money.billing timestamps back to moment of fine" [Medium,Triaged] https://launchpad.net/bugs/1422379
12:22 kmlussier Is that something that's still ready for testing?
12:22 berick dbwells: aha.. buffer_expand failed on BUFFER_MAX_SIZE, freeing the gb object, then buffer_free was called with a pointer to a fee'd object
12:23 dbwells kmlussier: It is.  I did mention a plan to make the upgrade script more conservative, but haven't found time yet.  It should work as-is.
12:23 kmlussier dbwells: OK, thanks!
14:18 kmlussier Dyrcona: That's in the MVLC git repo, right?
14:18 Dyrcona kmlussier: yes. http://git.mvlcstaff.org/?p=j​ason/backstage.git;a=summary
14:20 pinesol_green [evergreen|Ben Shum] LP#1544723: i18n - Add webstaff to update_pofiles - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=5f49532>
14:21 kmlussier And then when the authority record is updated, it automatically updates the bib record, right?
14:21 * kmlussier can test it, but thought somebody would know off the top of their head. :)
14:25 Dyrcona kmlussier: I believe the backstage program runs authority bib linker after.
14:27 krvmga joined #evergreen
14:28 Dyrcona I don't know about Vandelay, but there is a db trigger that will do it, IIRC. (I could be wrong.)
15:20 berick :)
15:21 Dyrcona I did a little thing in Java to login through the translator but that's about all I've done.
15:21 Dyrcona I've never shared it.
15:27 dbwells I am going to try to boil my script down to just a test, then hopefully find out if others have this problem.  Login and other typical size messages work fine.
15:28 berick dbwells: hm, are you setting the X-OpenSRF-multipart header to true?
15:28 berick if not, it will not stream back results.  it will collect them all on the server then send the final result.
15:29 dbwells berick: let me try that, I'd been meaning to and forgot.  I saw scary messages in the code that said multipart was deprectaed and going away or something to that effect, but must have misunderstood.  One moment.
15:36 dbwells ok, makes sense
15:37 dbs first the translator was making the gateway deprecated. Then the translator was deprecated. Welcome back gateway!
15:39 Bmagic Is there a dev meeting today?
15:43 pinesol_green [evergreen|Bill Erickson] LP#1516757: ensure that SIP2 returns DOB correctly - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=86c5da0>
15:43 pinesol_green [evergreen|Galen Charlton] LP#1516757: add Perl test case - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=524a3dc>
15:44 Dyrcona Bmagic: No there is not.
15:44 * dbs deletes the event from the calendar
15:44 gmcharlt jeffdavis: about?
17:06 Bmagic So limit set's depth is confusing to me. If you set a depth, and the limit set is mapped to a circ policy. The circ policy also has a "Depth" inferred from the org_unit/patron home ou
17:08 gmcharlt claiming 0966
17:11 jvwoolf1 left #evergreen
17:13 pinesol_green [evergreen|Mike Rylander] LP#1470957: Normalize date1 (pubdate sorter) to null when not numeric - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=d9348b9>
17:13 pinesol_green [evergreen|Galen Charlton] LP#1470957: update upgrade script - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=90dc59a>
17:13 pinesol_green [evergreen|Galen Charlton] LP#1470957: provide pgTAP test for expected pubdate normalization - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=d9f6868>
17:13 pinesol_green [evergreen|Galen Charlton] LP#1470957: adjust a previous regression test - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=4e6dd04>
17:13 pinesol_green [evergreen|Galen Charlton] LP#1470957: stamp schema upgrade - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=8460d7a>
17:19 pinesol_green [evergreen|Terran McCanna] LP #1466173 Selfcheck Hide UI Elements Until Patron Auth - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=f49b010>
17:21 mmorgan left #evergreen
17:37 pinesol_green [evergreen|Mike Rylander] LP#1375043: Support for in-A/T telephony configuration - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=76ace6a>
17:37 pinesol_green [evergreen|Galen Charlton] LP#1375043: add release notes - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=fc9027a>
17:43 pinesol_green [evergreen|Josh Stompro] LP#1391282: Add Auto-Submitted: auto-generated header to included A/T email templates. - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=022f895>
17:50 berick http://thenewstack.io/google-p​reps-angular-2-final-release/ -- Google will support angular 1 "for at least another year"
17:53 csharp ugh
17:57 berick well, it's kind of nice to have clear motivation to keep our stuff up to date
20:48 kmlussier gmcharlt++ #Working through dusty pullrequests that have been lingering in LP
20:48 * gmcharlt sneezes
20:50 bshum gmcharlt++
21:00 gmcharlt note to self: tests that depend on patron opt-in are more likely to pass if you actually turn on opt-in :)
21:02 kmlussier gmcharlt: I see you're following the kmlussier method of testing.
21:10 * gmcharlt claims 0969
21:14 pinesol_green [evergreen|Jeff Davis] LP#1533329: Selectively disallow opt-in based on patron's home library - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=eb7f942>
21:14 pinesol_green [evergreen|Jeff Davis] LP#1533329: live tests for opt-in feature - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=4b0e086>
21:14 pinesol_green [evergreen|Jeff Davis] LP#1533329: release notes for restricted opt-in - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=bc9e73f>
21:14 pinesol_green [evergreen|Galen Charlton] LP#1533329: bail out of live Perl test if opt-in not enabled - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=2180dac>
21:14 pinesol_green [evergreen|Galen Charlton] LP#1533329: stamp DB update - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=634d20e>
21:18 pastebot "gmcharlt" at 64.57.241.14 pasted "A more pressing election?" (5 lines) at http://paste.evergreen-ils.org/39
21:19 kmlussier heh
21:20 kmlussier Maybe we can change that at the same time we're changing all the instances of copies to items
21:21 b_bonner_ joined #evergreen
21:24 jcamins_ joined #evergreen
21:25 mtj_ joined #evergreen
21:28 * kmlussier notes that we seem to be getting some failures on tests. http://testing.evergreen-ils.org/~live/test.html
21:30 pinesol_green [evergreen|Terran McCanna] LP #1422932 TPAC: Holds history pager typo - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=e46ee22>
21:30 kmlussier Looks like they started failing around 2-24
21:38 bshum Right
21:42 bshum Makes good sense.
21:43 kmlussier Ah, ok. I saw talk of that, but didn't realize it was related.
21:43 * kmlussier misses the days when pinesol_green published qa reports in channel.
21:43 bshum kmlussier: It's supposed to, but I think it's buggy.
21:44 bshum Or perhaps the RSS for live tests doesn't work the way that some other RSS does
21:44 kmlussier Yeah, I've seen a couple of attempts to get it working again.
21:44 kmlussier Anyway, it's late. Have a nice night everyone!
21:48 bshum @rss add qatests http://testing.evergreen-ils.org/~live/test.html
21:48 pinesol_green bshum: The operation succeeded.
21:49 bshum @rss announce qatests
21:49 pinesol_green bshum: Error: 'qatests' is not a valid integer.
21:49 pinesol_green bshum: Error: Couldn't get RSS feed.
21:49 bshum Hmm
21:49 bshum @rss announce add qatests
21:49 pinesol_green bshum: The operation succeeded.
21:51 pinesol_green News from qatests: Test Failure - http://testing.evergreen-ils.org/~live/test.html <http://testing.evergreen-ils.org/~live/test.html>
21:52 bshum :)
21:52 bshum Let's see how that goes for awhile.
21:58 pinesol_green [evergreen|Galen Charlton] clear slate of release notes for master - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=64b518b>

Results for 2016-03-01

07:26 rjackson_isl joined #evergreen
07:30 bshum kmlussier: jlitrell: For the end of the SQL upgrade script in https://bugs.launchpad.net/evergreen/+bug/1519055, I think that the reingest stuff is incomplete.  I might suggest stealing from the end of version-upgrade/2.7.2-2.7.3-upgrade-db.sql where a more complete version of the echo statement might guide a user towards properly reingesting their bibs after the changes are made.
07:30 pinesol_green Launchpad bug 1519055 in Evergreen "Simple checkbox to exclude electronic resources from search results" [Wishlist,New]
07:31 bshum Otherwise, tests perform fine, I'll help merge it later tonight after work if nobody else gets to it ahead of me.
07:47 JBoyer joined #evergreen
07:56 Dyrcona joined #evergreen
07:59 ericar joined #evergreen
09:54 Dyrcona Yep, it's working.
09:54 Dyrcona Just some peculiarities of my set up.
09:57 Dyrcona kmlussier gmcharlt: Looks like my development vm is working with the new database. It shouldn't run out of space this time, unless you're adding 800GB of data. :)
10:01 kmlussier Dyrcona: Do you have the latest updates to the branch there?
10:01 * kmlussier was testing elsewhere this morning, but thinks she could get more testing done on two servers.
10:01 Dyrcona Yes, I fetched this morning and made a new branch from master.
10:02 Dyrcona Hence, my issues with the new authentication code. :)
10:02 kmlussier Dyrcona++
11:28 jeff bughunt.
11:28 Dyrcona Ooh, that's a fun game.
11:28 Dyrcona :)
11:28 jeff i *think* i know where there are some bugs, but since i have the tools, i figure i'll stop playing whack-a-mole and just smoke 'em all out.
11:29 jeff also, reasonable way to throw some load at a test system. :-)
11:39 kmlussier @coffee
11:39 * pinesol_green brews and pours a cup of Sumatra Lake Tawar, and sends it sliding down the bar to kmlussier
11:57 Dyrcona @lunch
14:56 Dyrcona @dunno
14:56 pinesol_green Dyrcona: Fire BAD! Reading GOOD!
14:56 Dyrcona Meh. I keep getting the same ones.
14:58 Dyrcona I don't know, kmlussier. Has anyone actually tested the OPAC for accessiblity?
14:58 kmlussier I assume it was done when the WCAG work was done. But, you know what happens when you assume.
14:59 * kmlussier is running a check at http://achecker.ca/checker/index.php
14:59 kmlussier Looks like there are still some issues

Results for 2016-02-29

00:13 bshum ejabberd 14 is what went with Debian Jessie
00:14 bshum 16.01 is coming though in stretch, I guess.
00:18 bshum Anywho, just playing with it all. Still early on.
00:24 jeff i suspect that you can fix that by adjusting config.
00:25 jeff but more testing required. :-)
00:27 jeff there are a number of auth/password related config tweaks that the debian package incorporates.
00:31 bshum jeff: Yep, you're right, I found it in the ejabberd.yml config options
00:31 bshum If I set auth_password_format: plain
00:31 bshum Instead of scram
00:32 bshum And register my users with that
00:32 bshum Then it allows me to use the plain text legacy authentication style
00:32 bshum And then opensrf starts, and I can perform a simple test for math which works
00:32 bshum So we could kick that ball down the road a little further I guess.
00:56 bshum For Evergreen, add libpcre3-dev to the makefile prereq's
01:01 jeff bshum++
01:02 bshum Yeah sorry, taking notes in channel while I force my way through an install attempt :)
01:07 bshum Bah, concerto data doesn't load with PG 9.5

Results for 2016-02-28

00:14 book` joined #evergreen
00:14 book` joined #evergreen
02:42 bshum Aha, it's a PG 9.1 problem maybe.
02:44 b_bonner joined #evergreen
02:44 b_bonner joined #evergreen
02:46 rashma_away joined #evergreen
02:46 rashma_away joined #evergreen
02:48 mnsri joined #evergreen
02:48 mnsri joined #evergreen
02:50 bshum phasefx: So live tests are dying cause I assume that server runs PG 9.1 and that version of PG is incompatible with the function change in bug 1505286
02:50 pinesol_green Launchpad bug 1505286 in Evergreen "set limit on facets retrieved during search" [Wishlist,Fix committed] https://launchpad.net/bugs/1505286
02:50 bshum gmcharlt: I added a note about this on https://bugs.launchpad.net/eve​rgreen/+bug/1505286/comments/8
02:50 bshum But I wonder if it's time we considered making an official switch up to PG 9.3 as a required version for 2.10.

Results for 2016-02-27

18:11 pinesol_green [evergreen|Bill Erickson] LP#1474566 Avoid credit card payment rounding - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=d7fba54>
18:20 pinesol_green [evergreen|Jason Boyer] LP#1491571: Ignore Case when Checking PW Reset email - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=4667560>
18:23 pmurray joined #evergreen
18:45 bshum phasefx: Not sure why live test has been failing, but since we made changes for https://bugs.launchpad.net/evergreen/+bug/1505286 the live test bombs out and there's no search schema.  Local installs from scratch on my end seem fine... so I'm not sure if it's an issue with the live test server itself.
18:45 pinesol_green Launchpad bug 1505286 in Evergreen "set limit on facets retrieved during search" [Wishlist,Fix committed]
18:55 kmlussier joined #evergreen
18:55 mceraso joined #evergreen

Results for 2016-02-26

10:27 miker well, you'd want to look at O::A::Storage::Driver::Pg::QueryParser for that ... which is significantly removed from SuperCat ;)
10:28 sal__ I know where all the SIP stuff is.  Search is new and wonderful.
10:28 tsbere sal__: It is obvious to me that you have not dug that deeply into search. ;)
10:28 sal__ So for opac, query={ISBN1} || {ISBN2} ?
10:29 sal__ tsbere:  oh, heck no.  I'm helping one of our developers trying to test out SRU searches.
10:29 tsbere sal__: The part that made it obvious was the "wonderful" part ;)
10:29 sal__ (Or query=eg.isbn={ISBN1} || eg.isbn={ISBN2} )
10:30 sal__ tsbere: What, the sarcasm dripping from my typing wasn't apparent :-)  Search is always complicated.
10:32 miker ah HA!
10:33 miker so, no we don't require all-caps
10:33 tsbere sal__: For your reference, the "identifier|isbn:" syntax is basically "field_class|name:" from config.metabib_field (with the "|name" part being optional to search the entire field_class)
10:34 miker but, we also don't actually make use of the bool info
10:34 miker sal__: I'm going to have a patch for you to test, if you can, in just a minute
10:35 sal__ Sure. How old an EG can I use?  (If I need to upgrade (or just redo) the UK from 2.4 to 2.9, I'll need to get started ASAP...)
10:37 miker sal__: really old (with some fuzz on line numbers)
10:37 sal__ tbsere: Success with query=eg.admin="0525444483%20||%200312084986"
10:37 sal__ miker: I'll test your patch regardless :-)
10:38 pastebot "miker" at 64.57.241.14 pasted "Actually use the boolean operator that the user supplies..." (18 lines) at http://paste.evergreen-ils.org/33
10:38 miker sal__: -^
10:38 miker and with that, I disappear for ... most of the day
10:50 kmlussier berick++
10:50 Bmagic furthermore - two rules - one at a permision group at level A and another rule at one level below (level A->AB) - both rules are applied? if the patron permission group is at AB, then it will be affected by a rule at the higher level and by the rule at the more specific?
10:51 berick done
10:51 jeff kmlussier: in general, for sandboxes, does "has a git branch in a public repo" represent most things people want to test, or is it generally something more complex?
10:51 tsbere Bmagic: For thresholds the most specific one wins when at that branch, I believe.
10:51 tsbere Bmagic: When outside of the branch the system rule will be read, and when outside of the system they are both ignored, I believe
10:52 tsbere Bmagic: I can't actually think of any situation where they work at different levels in a given check cycle (permission group tree or org unit tree)
10:53 kmlussier jeff: Yes, generally they are looking to test something that has a git branch in a public repo and has been entered on LP. However, I just received a request for something that doesn't have a git branch, but I haven't had a chance to follow up to find out what the request is for yet.
10:53 jeff kmlussier: ah.
10:54 kmlussier jeff: In general, people just need the branch loaded and a staff client download. Every once in a while, we get a request for something that requires database access or, in one case, it was helpful to have shell access to run the action-trigger script.
10:54 * jeff nods
12:27 mtj_ joined #evergreen
12:27 sal__ miker: re OR searches, the || doesn't work.  I either get just the first match or no records at all.  (OR/or consistently returns no records.)
12:27 sal__ miker: I did apply your patch, btw.
12:29 miker sal__: 1) thanks for testing! 2) bah ... that's a pain 3) is SRU a hard req, or would, say, opensearch be possible to use? http://www.opensearch.org/Home
12:29 sal__ XML looks like it's breaking down the query properly, but not getting any hits...
12:29 sal__ I don't know, TBH.  I can look.
12:30 sal__ Basically, dev is trying to do a recommendation engine of some kind that would be applicable to multiple customers.  SRU works across ILSs (supposedly :-) )
13:41 * jeff nods
13:42 * tsbere cries at the distinct version of that returning nearly 40 rows
13:44 Bmagic hehe, how does that happen?
13:44 jeff i was surprised to see zero results for us. pretty sure i've fixed them all and happily it seems that the issue hasn't continued.
13:44 jeff it is either possible or used-to-be-possible in the staff client. i haven't gone testing recently.
13:45 * tsbere runs a different query and finds two bibs that have non-deleted copies. :(
13:45 tsbere SELECT acp.barcode, acn.id AS call_number_id, record, CASE WHEN bre.deleted THEN 'BIB' WHEN acn.deleted THEN 'CALLNUM' END AS issue FROM asset.copy acp JOIN asset.call_number acn ON acp.call_number = acn.id JOIN biblio.record_entry bre ON acn.record = bre.id WHERE NOT acp.deleted AND (acn.deleted OR bre.deleted);
13:45 Bmagic so, in the staff client, you could deleted the volume, and it wouldn't delete the items?
14:14 dbwells bshum++
14:15 csharp bshum: thanks
14:15 csharp I was doing the same thing
14:16 kmlussier Christineb: Just as an FYI, you won't be able to test bug 1501781 on Bug Squashing Day unless we get a new patch. It's causing an Internal Server error in the catalog when it's loaded.
14:16 pinesol_green Launchpad bug 1501781 in Evergreen 2.9 "Patron name search should be diacritic-insensitive" [Medium,Triaged] https://launchpad.net/bugs/1501781 - Assigned to Christine Burns (christine-burns)
14:16 * kmlussier will remove the pullrequest tag from that one.
14:17 Christineb kmlussier thank you - I will remove my name from that one

Results for 2016-02-25

17:58 pinesol_green Launchpad bug 1550036 in Evergreen "angular patron editor: cannot add secondary groups when creating a patron" [Undecided,New] https://launchpad.net/bugs/1550036
17:59 berick gmcharlt++
18:00 berick thanks for the heads up
18:13 kmlussier gmcharlt++ berick++
18:14 kmlussier Hmmm...I thought I added a secondary group when creating a patron. Or maybe I just planned to test that and never really did it.
19:25 kmlussier Calling 0960
19:33 pinesol_green Showing latest 5 of 10 commits to Evergreen...
19:33 pinesol_green [evergreen|Bill Erickson] LP#1527342 Patron checkout history table release notes - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=3784e32>
19:33 pinesol_green [evergreen|Bill Erickson] LP#1527342 Patron checkout history CSV export repair - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=120cbd0>
19:37 berick kmlussier++
19:37 berick huzzah
20:42 kmlussier Oh darn it! I forgot to add the signoff from Christineb when merging bug 1333254
20:42 pinesol_green Launchpad bug 1333254 in Evergreen "EDI invoices automatically expend debits" [Wishlist,Confirmed] https://launchpad.net/bugs/1333254
20:45 pinesol_green [evergreen|Bill Erickson] LP#1333254 Disencumber on invoice close - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=f4ac2ee>
20:45 pinesol_green [evergreen|Bill Erickson] LP#1333254 Perl live tests - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=b2beeb6>
20:45 pinesol_green [evergreen|Bill Erickson] LP#1333254 Release notes - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=78364a5>
20:45 pinesol_green [evergreen|Bill Erickson] LP#1333254 Support closing new invoices - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=cf3ae6d>
20:45 pinesol_green [evergreen|Bill Erickson] LP#1333254 Improve entry debit maintenance for inv. open/close. - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=72a8c6a>
22:10 gmcharlt joined #evergreen
22:14 gmcharlt joined #evergreen
22:19 gmcharlt joined #evergreen

Result pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143