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 144 145 146 147 148 149 150

Results for 2019-06-28

05:01 pinesol News from qatests: Failed Running perl live tests <http://testing.evergreen-ils.org/~li​ve/test.49.html#2019-06-28T04:58:00,775679270-0400 -0>
06:52 agoben joined #evergreen
07:09 rjackson_isl joined #evergreen
07:16 JBoyer joined #evergreen
07:19 csharp those appear to all be in the ng layer :-/
07:28 * csharp figured it out
07:29 * JBoyer is on pins and needles
07:29 csharp the failing test is basically, wget the offline interface and check for anything missing, in this case by grepping the string "404"
07:29 csharp wget --no-check-certificate -m https://localhost/eg/staff/offline-interface 2>&1 |grep -B 2 404|grep https|grep -v robots.txt|wc -l
07:29 bshum Yeah I just reading that in the test file.  Hmm.
07:29 csharp if there's any line that matches, it will be counted by wc -l and anything higher than 0 means failure
07:30 csharp this is the line it's finding: --2019-06-28 07:27:46--  https://localhost/eg2/en-US/ru​ntime.baaae695dca404f5a78b.js
07:44 bos20k joined #evergreen
07:50 JBoyer Finally: user/jboyer/fix-offline-test
07:51 JBoyer Had to re-setup some things because this new machine is apparently missing some things...
07:53 csharp getting mine reset too since the livecheck creates data
07:59 csharp sigh - the negative balances test is failing now too
07:59 JBoyer Hmm. :/
08:00 csharp your fix works and I'm going to push it to master so we can move on from that, but I expect tests to still break
08:01 csharp Script already running with lockfile /tmp/09-lp1198465_neg_balances.t-LOCK at /home/opensrf/Evergreen/Open-ILS/src/perl​mods/blib/lib/OpenILS/Utils/Cronscript.pm line 151.
08:01 csharp ^^ that's what I'm seeing when I run it
08:01 csharp oh - that's my fault
08:01 csharp nevermind :-/
08:02 JBoyer Past run interrupted?
08:02 csharp I canceled out of tests
08:02 csharp yeah

Results for 2019-06-27

01:27 sandbergja joined #evergreen
01:41 dbwells__ joined #evergreen
05:00 pinesol News from qatests: Failed Running perl live tests <http://testing.evergreen-ils.org/~li​ve/test.49.html#2019-06-27T04:58:30,783957438-0400 -0>
07:10 rjackson_isl joined #evergreen
07:23 Dyrcona joined #evergreen
08:19 agoben joined #evergreen
08:54 bos20k joined #evergreen
09:16 yboston joined #evergreen
09:26 sandbergja joined #evergreen
09:41 dbwells Does anyone have a good idea why the live tests are failing?
09:42 dbwells We have the June release waiting in the wings, but I've been hoping someone would step up and poke at that.
09:44 aabbee joined #evergreen
09:52 JBoyer I'm trying to load master on one of my test machines so I can look at that.
09:52 JBoyer I'm having issues unrelated to Evergreen at the moment though, so it's taking longer than I'd hoped.
09:54 Dyrcona I've had live tests, in particular, fail for seemingly random reasons. Sometimes, a db reload of concerto resolves it, sometimes it fixes itself after a couple of reloads.
09:55 Christineb joined #evergreen
09:55 Dyrcona Our test coverage is weak, and the tests themselves are dependent on all of the preconditions being just so.
09:55 JBoyer This one has been annoyingly consistent and shouldn't involve the database in any real way.
09:56 Dyrcona My previous statement still applies. :)
09:57 JBoyer True, I was (slowly) replying to your previous previous statement, heh.
09:57 stephengwills joined #evergreen
09:58 Dyrcona Someone forget --create-offline when doing eg_db_config?
10:21 csharp trying to recreate the test failure on my dev machine - I ran "prove" in the perlmods directory and all the tests passed
10:21 csharp (on 3.1.13)
10:22 Dyrcona I'm setting up a vm with our production branch on it. After yesterday's weird errors, I decided I should rebuild the vm from scratch.
10:22 Dyrcona I'll try the failing test on it.
10:25 csharp same with the master branch
10:25 csharp All tests successful. Files=25, Tests=3250, 18 wallclock secs ( 0.43 usr  0.06 sys + 16.57 cusr  1.12 csys = 18.18 CPU) Result: PASS
10:26 csharp (this is on Ubuntu 16.04, perl 5.22.1
10:26 csharp )
10:29 Dyrcona Funn thing: While installing OpenSRF, I forgot the ldconfig step and OpenSRF still worked for the srfsh test.  This is on Ubuntu 16.04. I've since done the ldconfig test, 'cause I suspect Evergreen and the Apache stuff depends on it.
10:32 * Dyrcona is having one of those mornings...
10:37 csharp oh - duh - those are live tests
10:38 csharp hmm - not remember how to run those...
10:41 csharp ah - make livecheck
10:41 jeff This is how the qatests run the live tests: https://git.evergreen-ils.org/?p=working/random.g​it;a=blob;f=installer/stretch/eg_stretch_installe​r.sh;h=fdc96c54a9ec1d9b5701ac0ee4475a40589b8837;h​b=2997e070d001c2448baad643e1d00560bd7a82f2#l1012
10:43 csharp jeff++ # thanks
10:43 csharp mine are failing because my admin user doesn't have the password expected by the testes
10:43 csharp tests
10:50 Dyrcona csharp: You can also run prove on the live test directory or run them individually with prove or perl
10:50 csharp Dyrcona: oh - good to know
10:50 csharp I figured it was simple - I just haven't done it much and for a long time
10:51 jeff when running individually, i'm pretty sure there are still assumptions that they all run once, in order.
10:51 jeff i.e., later tests rely on the state left behind by earlier tests.
10:52 jeff though we may have gotten away from that, in which case i missed it.
10:56 Dyrcona jeff: They really should be totally independent of each other, but the offline test doesn't depend on any others.
10:57 Dyrcona Like I said before.... :(
10:57 Dyrcona But no one is paying to write tests, so...
11:04 csharp might be something to consider for some of the dev-funding coops
11:06 khuckins joined #evergreen
11:24 JBoyer Writing the specs for writing test could be a fun one. dev:"This is just a sheet of paper with the words '100% codepath coverage' on it." user:"Yes. How much is that?" dev:"How much money exists?"
11:26 csharp JBoyer++
12:04 Dyrcona So, for the logs 24-offline-all-assets.t succeeds for me on 3.2.4-custom+backports.
12:05 Dyrcona Fun thing... Using haproxy on my test vm, I know get 504 Gateway Timeout instead of no search results. :)
12:06 Dyrcona Now, to see if the complete rebuild resolves my missing web client files issue from yesterday morning's tests.
12:07 Dyrcona Apparently, it did, so the breakage was unrelated to haproxy.
12:08 Dyrcona So far, haproxy++
12:09 Dyrcona Oh, look at that! Time for lunch! :)
12:58 Dyrcona So, I see something today that contradicts what I swear I saw in the code...It looks like doing a --process-hooks with no granularity does pick up events that have a granularity set. I swear that I saw the query deliberately looking for null granularity, though.
13:03 csharp I thought you had to say --granularity-only to pick up ones with granularity, but it's been a while since I looked closely
13:04 csharp maybe that's not for --process-hooks
13:08 Dyrcona csharp: I'm testing some things. I removed --process-hooks from the one that runs with a granularity.
13:08 Dyrcona s/with/without/
13:08 Dyrcona The others have a granularity but not --granularity-only and they seem to work OK.
13:09 Dyrcona The only that has --granularity-only in my current set up is the password reset.
15:16 khuckins joined #evergreen
15:40 jvwoolf joined #evergreen
16:12 jihpringle joined #evergreen
17:00 pinesol News from qatests: Failed Running perl live tests <http://testing.evergreen-ils.org/~li​ve/test.49.html#2019-06-27T16:58:17,850933386-0400 -0>
17:04 csharp I look at reports I created a couple of years ago and can't figure out what I did
17:04 csharp urg - arrow-up strikes again
17:13 sandbergja joined #evergreen

Results for 2019-06-26

00:51 sandbergja joined #evergreen
01:33 yar joined #evergreen
05:01 pinesol News from qatests: Failed Running perl live tests <http://testing.evergreen-ils.org/~li​ve/test.49.html#2019-06-26T04:57:28,462029343-0400 -0>
06:56 agoben joined #evergreen
07:11 rjackson_isl joined #evergreen
08:08 bos20k joined #evergreen
11:01 sandbergja i know, right!
11:12 yboston joined #evergreen
11:13 Christineb joined #evergreen
11:19 Dyrcona Well, testing berick's remove apache2-websockets branch with haproxy on a single vm, and I'm getting something apparently unrelated.... Will rebuild.
11:20 Dyrcona Error: [$injector:nomod] Module 'egWorkstationAdmin' is not available!
11:22 khuckins joined #evergreen
11:24 Dyrcona Eh, no... reinstalling Evergreen didn't help, neither did an empty cache and hard reload.
11:36 Dyrcona Nope. something's definitely busted.
11:37 * Dyrcona undoes the haproxy stuff to see if results change.
11:42 gsams joined #evergreen
11:44 Dyrcona Nope. still busted, as I figured. I hate when something unrelated to what I'm testing breaks. Particularly when it was working yesterday.
11:44 Dyrcona Maybe I'll just destroy the VM and build a fresh one?
12:00 jihpringle joined #evergreen
12:27 yboston joined #evergreen
12:31 berick Dyrcona++ # testing
12:34 jvwoolf joined #evergreen
12:42 collum joined #evergreen
12:57 sandbergja joined #evergreen
14:50 nfBurton joined #evergreen
15:09 yboston joined #evergreen
16:08 jvwoolf left #evergreen
17:01 pinesol News from qatests: Failed Running perl live tests <http://testing.evergreen-ils.org/~li​ve/test.49.html#2019-06-26T17:00:38,388557518-0400 -0>
17:06 sandbergja joined #evergreen
17:10 mmorgan left #evergreen
17:25 jeffdavis QA has been failing on live_t/24-offline-all-assets.t for some time now...

Results for 2019-06-25

00:08 JasonEDN joined #evergreen
02:59 dbwells_ joined #evergreen
03:01 JasonEDN1 joined #evergreen
05:00 pinesol News from qatests: Failed Running perl live tests <http://testing.evergreen-ils.org/~li​ve/test.49.html#2019-06-25T04:57:10,126331995-0400 -0>
06:58 Dyrcona joined #evergreen
07:10 rjackson_isl joined #evergreen
07:18 JBoyer joined #evergreen
13:49 littlet joined #evergreen
13:52 aabbee joined #evergreen
13:54 jvwoolf1 joined #evergreen
14:10 Dyrcona Whereas yesterday I was getting the busted search results, today, I'm getting no results, but that's probably because the test db server is being overworked.
14:15 jvwoolf2 joined #evergreen
14:15 jvwoolf2 left #evergreen
15:03 khuckins_ joined #evergreen
15:16 yboston joined #evergreen
16:07 sandbergja berick: gmcharlt: if/when you have a chance, I'd appreciate your thoughts on bug 1831390
16:07 pinesol Launchpad bug 1831390 in Evergreen "Make Angular combobox, date-select, etc. implement ControlValueAccessor" [Undecided,New] https://launchpad.net/bugs/1831390
16:22 mmorgan joined #evergreen
16:45 BAMkubasa joined #evergreen
17:02 pinesol News from qatests: Failed Running perl live tests <http://testing.evergreen-ils.org/~li​ve/test.49.html#2019-06-25T16:58:22,918911395-0400 -0>
17:08 mmorgan left #evergreen
17:08 berick sandbergja: will do.  at a glance, I'm liking it.
17:12 jvwoolf left #evergreen

Results for 2019-06-24

02:08 jeffdavis_ joined #evergreen
02:08 ejk_ joined #evergreen
02:09 bshum_ joined #evergreen
05:01 pinesol News from qatests: Failed Running perl live tests <http://testing.evergreen-ils.org/~li​ve/test.49.html#2019-06-24T04:59:37,643832565-0400 -0>
06:54 JBoyer joined #evergreen
07:11 rjackson_isl joined #evergreen
07:56 Dyrcona joined #evergreen
11:04 Dyrcona Nothing jumps out as an obvious problem, though.
11:07 Dyrcona I'm switching to our production templates.
11:07 Bmagic an odd problem indeed
11:11 Dyrcona Not happening on training, so if it isn't the data, then it's something that I've installed on the test vm but not on training, yet.
11:20 csharp Dyrcona: the only time I've seen empty result sets like that was fixed by a reingest but if it's a dump from prod, that doesn't sound like the same thing
11:20 Dyrcona Still busted. Must be the database. I don't have time to wait for a pingest, so I'm giving up for now.
11:20 csharp maybe do the searches from srfsh and see what returns?
13:04 Dyrcona Well, something additional to consider.
13:24 Dyrcona Well, nginx just failed to install for me on Ubuntu 16.04....
13:25 Dyrcona Oh, no. It installed. Failed to start, 'cause I haven't edited apache2, yet.....
13:43 berick testing w/ a 1 minute timeout locally as well
13:43 Dyrcona Anyone using HAProxy?
13:46 Dyrcona The nginx steps in the README are missing some detail when it comes to opensrf_ws.js
13:46 Dyrcona Looks like there are two copies and the path is not complete.
16:06 gsams joined #evergreen
16:41 jvwoolf left #evergreen
16:58 sandbergja joined #evergreen
17:01 pinesol News from qatests: Failed Running perl live tests <http://testing.evergreen-ils.org/~li​ve/test.49.html#2019-06-24T16:58:43,335152394-0400 -0>
17:07 mmorgan left #evergreen
19:22 sandbergja joined #evergreen
22:50 sandbergja joined #evergreen

Results for 2019-06-23

05:00 pinesol News from qatests: Failed Running perl live tests <http://testing.evergreen-ils.org/~li​ve/test.49.html#2019-06-23T04:59:42,462076737-0400 -0>
09:48 jeff_ joined #evergreen
10:57 finnx joined #evergreen
10:57 finnx left #evergreen
11:35 sandbergja joined #evergreen
12:01 sandbergja joined #evergreen
17:01 pinesol News from qatests: Failed Running perl live tests <http://testing.evergreen-ils.org/~li​ve/test.49.html#2019-06-23T17:01:13,476442879-0400 -0>
20:51 troy__ joined #evergreen

Results for 2019-06-22

01:12 yar joined #evergreen
05:11 pinesol News from qatests: Failed Running perl live tests <http://testing.evergreen-ils.org/~li​ve/test.49.html#2019-06-22T05:07:25,281704817-0400 -0>
17:00 pinesol News from qatests: Failed Running perl live tests <http://testing.evergreen-ils.org/~li​ve/test.49.html#2019-06-22T16:57:59,980454848-0400 -0>

Results for 2019-06-21

01:19 stephengwills joined #evergreen
01:26 stephengwills joined #evergreen
04:54 jamesrf joined #evergreen
05:10 pinesol News from qatests: Failed Running perl live tests <http://testing.evergreen-ils.org/~li​ve/test.49.html#2019-06-21T04:57:15,986406852-0400 -0>
07:00 agoben joined #evergreen
07:05 rjackson_isl joined #evergreen
08:06 Dyrcona joined #evergreen
15:35 makohund mmorgan: Doesn't help that the "sample" records used when setting up the templates are identical, so you can't tell if sorting commands are right without saving then going to look at the real thing.
15:36 * mmorgan never trusts the preview of sample records anyway :)
15:37 yar joined #evergreen
15:43 pinesol [evergreen|Dan Wells] LP#1759343 Fix annotate payment setting name - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=42d3050>
15:44 pinesol [evergreen|Dan Wells] LP#1759343 Clean up data seed values - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=eee5c59>
17:02 pinesol News from qatests: Failed Running perl live tests <http://testing.evergreen-ils.org/~li​ve/test.49.html#2019-06-21T16:58:46,335704362-0400 -0>
17:02 mmorgan left #evergreen
18:38 jeffdavis Is there any reason the web client build/install steps have to be run before configure and make? (looking at bug 1662297)
18:38 pinesol Launchpad bug 1662297 in Evergreen "Install directory hardcoded in web client build and tests" [Low,Confirmed] https://launchpad.net/bugs/1662297
18:44 jeffdavis asking questions after hours on a Friday that is also the first day of summer like a boss
19:16 yar joined #evergreen

Results for 2019-06-20

00:30 yar joined #evergreen
05:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
07:01 agoben joined #evergreen
07:09 rjackson_isl joined #evergreen
07:26 yar joined #evergreen
09:48 aabbee joined #evergreen
09:52 cowens joined #evergreen
10:00 berick joined #evergreen
10:33 pinesol [evergreen|Bill Erickson] LP1823041 Angular dialogs return observables - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=2f8ada2>
10:33 pinesol [evergreen|Jane Sandberg] LP1823041: Converting new dialogs to observables - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=c707fad>
10:33 pinesol [evergreen|Bill Erickson] LP1823041 Remove unintentially merged code blocks - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=efc79c1>
10:33 pinesol [evergreen|Bill Erickson] LP1823041 Observable dialogs repairs and cleanup - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=91c438c>
10:33 pinesol [evergreen|Bill Erickson] LP1823041 Confirm dialog returns true/false repairs - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=e4cd703>
11:05 bos20k_ joined #evergreen
11:30 khuckins joined #evergreen
11:53 remingtron_ joined #evergreen
15:45 cowens left #evergreen
15:53 khuckins joined #evergreen
15:54 jeffdavis Dyrcona: pushed a fix for that place hold internal server error, sorry for the oversight, thanks for poking at it
15:55 Dyrcona jeffdavis: I see. I had pushed my own fix and saw that you updated your branch when I did a fetch on my test vm. I'll see what you did and give it a try.
15:56 Dyrcona jeffdavis++ # I made the same changes.
17:00 pinesol News from qatests: Failed Running perl live tests <http://testing.evergreen-ils.org/~li​ve/test.49.html#2019-06-20T16:59:30,171327774-0400 -0>
17:07 mmorgan left #evergreen
17:08 jeff #   Failed test 'No missing assets required by the offline interface'
17:08 jeff #   at live_t/24-offline-all-assets.t line 7.
18:49 yar joined #evergreen
19:34 homer_public_lib joined #evergreen
20:03 Christineb joined #evergreen

Results for 2019-06-19

04:26 yar joined #evergreen
05:01 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
06:20 sandbergja joined #evergreen
07:02 agoben joined #evergreen
07:06 rjackson_isl joined #evergreen
09:08 Dyrcona joined #evergreen
09:25 aabbee joined #evergreen
09:26 sandbergja joined #evergreen
09:42 pinesol [evergreen|Jane Sandberg] Docs: 3.1.13 release notes - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=7fc139c>
09:50 pinesol [evergreen|Jane Sandberg] Docs: Release notes for 3.2.7 - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=4396b67>
09:52 pinesol [evergreen|Jane Sandberg] Docs: 3.3.2 release notes - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=f313a5d>
09:52 Dyrcona sandbergja++
09:53 sandbergja bug_fixes++
09:53 sandbergja It will be nice to have all those goodies from bug squashing week released
17:22 jihpringle Bmagic: possibly related to - https://bugs.launchpad.net/evergreen/+bug/1642337
17:22 pinesol Launchpad bug 1642337 in Evergreen 3.2 "Web Staff Client - Boolean Filters in Reporter" [Medium,Fix committed]
17:23 Bmagic I saw that one. I don't think* so. As this report is a xul generated template
17:31 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
17:31 dbwells Bmagic: Possibly this? https://bugs.launchpad.net/evergreen/+bug/1833080
17:31 pinesol Launchpad bug 1833080 in Evergreen "eg-bool is relentlessly positive" [Medium,New]
17:32 dbwells Or is this all XUL?

Results for 2019-06-18

01:23 yar joined #evergreen
01:38 sard_ joined #evergreen
05:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
06:03 yar joined #evergreen
06:58 agoben joined #evergreen
07:13 rjackson_isl joined #evergreen
15:17 berick not sure what I'm going to do when we start doign autorenewals.. more so since the volume will be /way/ higher
15:17 berick than marking lost
15:17 Dyrcona I think I saw I "noticed" reacting events before but ignored them because I was looking into something else.
15:17 Dyrcona Yes, it looks like the volume is much higher from my tests.
15:38 Dyrcona Well, that's a bummer. The reports of problems don't coincide with the times that the logs indicated the 'no children available' messages.
15:42 Dyrcona Well, not always...
17:02 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
17:26 khuckins berick: For the in transit/reshelve_on_checkin part from CAT-222:
17:26 khuckins OpenILS/Application/Circ/Transit.pm -> __abort_transit
17:26 khuckins If the copy status is "In Transit" and the transit's copy status is Available, Checked Out, In Process, On Holds Shelf, In Transit, Cataloging, On Reservation Shelf, or Reshelving, it is changed it Canceled Transit. Otherwise the copy status reverts to what it was before the transit. An additional field for this seems like it would be excessive unless we were to have an "additional_rules" string field, or possibly a map table, "copy statu

Results for 2019-06-17

05:01 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
05:32 jamesrf joined #evergreen
07:11 rjackson_isl joined #evergreen
07:26 JBoyer joined #evergreen
15:46 Dyrcona Or, at least rather different from what I first thought.....
16:47 khuckins joined #evergreen
16:55 sandbergja joined #evergreen
17:01 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
17:51 book` joined #evergreen
17:52 pinesol Showing latest 5 of 8 commits to Evergreen...
17:52 pinesol [evergreen|Bill Erickson] LP1803787 Grid toolbar actions menu component; cleanup - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=94d1f04>
17:52 pinesol [evergreen|Jane Sandberg] LP1803787: Add keyboard support (Shift+F10) - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=f03fcb0>
17:52 pinesol [evergreen|Bill Erickson] LP1803787 Grid actions menu tabindex - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=233e72b>
17:53 pinesol [evergreen|Bill Erickson] LP1803787 Migrate grid action/button click handlers; lint - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=0353788>
17:53 pinesol [evergreen|Jane Sandberg] LP1803787 (follow-up) removing unnecessary arguments - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=b64c3db>
18:02 sandbergja @later tell phasefx I'm planning to do some refactoring of the daterange-select in the booking refresh branch (making it compatible with [(ngModel)], optionally specify must-be-after-a-certain-date, etc.)  If you've had a chance to poke at it, do you have any requests for other changes while I'm there?
18:02 pinesol sandbergja: The operation succeeded.
19:32 sandbergja_ joined #evergreen

Results for 2019-06-16

05:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
13:09 jamesrf joined #evergreen
17:32 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>

Results for 2019-06-15

03:02 bwicksall joined #evergreen
03:17 Bmagic joined #evergreen
03:18 bwicksall joined #evergreen
05:01 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
05:11 yar joined #evergreen
08:24 yar joined #evergreen
08:54 aabbee joined #evergreen
12:12 sandbergja joined #evergreen
13:33 sandbergja joined #evergreen
15:29 yar joined #evergreen
17:31 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>

Results for 2019-06-14

01:35 Bmagic joined #evergreen
02:04 jeff_ joined #evergreen
04:10 yar joined #evergreen
05:06 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
06:16 JBoyer_alt joined #evergreen
06:17 gsams joined #evergreen
07:06 JBoyer joined #evergreen
16:59 berick Bmagic: then i'd recommend and a/t filter file instead.  that way you don't have to maintain it going forward
16:59 Bmagic yeah, sounds fair. So in the at filter file situation, I'd have to make a special granularity for this AT so that the cron can pass the new filter to it?
17:00 berick Bmagic: here's an example overdue notice filter that limits to a set of profile ID's  https://gist.github.com/berick/4​07e158c5e3d2f1b1da8f0cd48a2f112
17:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
17:00 Bmagic thanks! That's exactly the syntax I was trying to hammer out
17:01 berick Bmagic: a dedicated granularity is probably best, yes
17:01 Bmagic thanks yall berick++ Dyrcona++ mmorgan++

Results for 2019-06-13

04:27 jamesrf joined #evergreen
05:31 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
07:01 agoben joined #evergreen
07:08 rjackson_isl joined #evergreen
07:51 collum joined #evergreen
16:21 Dyrcona I started to type "all the fields" and realized I really only care about lines and bytes. Number of words is not so interesting.
16:21 jeff Dyrcona: gzip -l has the advantage of using the gzip file header to get the size, which doesn't then require decompression of the entire stream.
16:21 Dyrcona Well...
16:22 jeff if you just want the uncompressed size, gzip -l messages.1.gz | tail --lines=+2 | awk '{print $2}'
16:23 jeff and if you want to compare them, then... do both? :-)
16:23 jeff "gzip -dc messages.1.gz | wc -c" and the above gzip -l | tail | awk match on the sample file I tested with.
16:24 jeff one takes longer and decompresses the file to wc, the other does not.
16:25 mmorgan joined #evergreen
16:25 Dyrcona jeff: Yes. I'll try this because maybe I don't care about numbers of lines, either: gzip -l --quiet gateway.00.log.gz | awk ' {print $2}'
16:26 jeff ah, nice use of --quiet in place of tail.
16:51 berick miker: ah, good to know
16:53 mmorgan Ok, that helps. Seems like after an upgrade, clearing files and images for all time is necessary. I'd like to just put that out as a general rule whenever cache clearing is necessary.
16:53 sandbergja Grabbing 1167
17:01 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
17:02 sandbergja Core committers: this is my first time stamping an upgrade.  Could somebody please give this a once over before I add to master and the release branches?
17:02 sandbergja I've got my work here: https://git.evergreen-ils.org/?p=working​/Evergreen.git;a=shortlog;h=refs/heads/u​ser/sandbergja/lp1759343_sticky_annotate
17:03 sandbergja (by which I mean JBoyer's work)

Results for 2019-06-12

05:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
06:18 jamesrf joined #evergreen
06:49 agoben joined #evergreen
07:52 collum joined #evergreen
15:53 sandbergja_ joined #evergreen
16:04 sandbergja_ joined #evergreen
16:22 yboston joined #evergreen
17:02 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
17:08 finnx joined #evergreen
17:08 finnx joined #evergreen
17:11 mmorgan left #evergreen

Results for 2019-06-11

01:37 jamesrf joined #evergreen
02:27 sandbergja joined #evergreen
04:59 jamesrf joined #evergreen
05:09 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
05:17 jamesrf joined #evergreen
06:59 agoben joined #evergreen
07:14 rjackson_isl joined #evergreen
09:36 yboston joined #evergreen
09:47 jamesrf joined #evergreen
09:50 sandbergja joined #evergreen
09:51 JBoyer Dyrcona, good to see that's how that works, I'll definitely keep that in mind when testing things.
09:56 Dyrcona So, I'm testing the autorenew events on training. I set all of the other evens to active false, and I added a daily granularity to the autorenew event.
09:57 Dyrcona I ran our usual action-trigger runners, and it looks like the daily one created event entries for autorenew, but they are in a pending state.
09:58 Dyrcona We have one that runs every half hour with no granularity that has --proccess-hooks --run-pending, but it doesn't seem to pick these up.
09:59 Dyrcona Just looking for some suggestions.
16:23 berick some links still go back to legacy versions though
16:23 jeffdavis Cool, thanks.
16:26 _bott_ joined #evergreen
17:01 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
17:02 mdriscoll left #evergreen
17:03 sandbergja joined #evergreen
18:04 phasefx berick: don't know if it's a quick fix for you, but it looks like all the boolean fields for the eg2 grid are stuck presenting Yes

Results for 2019-06-10

05:17 jamesrf joined #evergreen
05:32 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
05:49 jamesrf joined #evergreen
06:27 jamesrf joined #evergreen
06:58 agoben joined #evergreen
09:50 gregb_fcls joined #evergreen
09:54 gregb_fcls left #evergreen
10:05 mmorgan1 joined #evergreen
10:23 dbwells Okay, just throwing this out for any takers.  For the first time, I am switching real soon to full-time Mac for my work machine.  Wondering if folks have specific application or workflow pointers for dev productivity on that platform.
10:24 dbwells Doesn't necessarily need to be Mac specific, just anything which works particularly well for you on that platform.  Thanks!
10:24 remingtron joined #evergreen
10:29 dbwells For a little extra context, I have basically zero real Mac experience.  Just kinda fed-up with Windows, and we're being forced to Windows 10 this summer, so it seemed like a good time to test the waters.
10:30 Dyrcona I used to use a Mac. I installed MacPorts to have access to most of the F/OSS goodies.  There are probably better ways.  The XUL client was always hit or miss.  Seems like each new Mac OS release would break something new.
10:31 bos20k joined #evergreen
10:32 Dyrcona What annoyed me the most about using a Mac was the keyboard. As an Emacs user, having only 1 Ctrl-key kind of messed with my usual workflow. I eventually mapped the "Command" key to do the same as Ctrl in Emacs.
15:36 mmorgan1 joined #evergreen
15:48 Dyrcona @later tell JBoyer: That table restore that I mentioned in private chat just worked without --disable-triggers and then I could delete the 1,400 or so rows for users added after the prior dump.
15:48 pinesol Dyrcona: The operation succeeded.
15:49 Dyrcona The joys of testing SQL code when you figure an AND in your WHERE. Updated more rows than intended.
15:50 Dyrcona s/figure/forget/ # I suppose I should knock off the code after this and just update bug reports. :)
15:52 Dyrcona That's better: 139K rows instead of 1.3M.
15:52 phasefx new Jessie install of OpenSRF master: Failed to start apache2-websockets.service: Unit apache2-websockets.service failed to load: No such file or directory.    Not sure what I did wrong
16:36 * mmorgan grumbles about obscure labels for columns
16:36 mmorgan khuckins++
16:46 bos20k joined #evergreen
17:01 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
17:05 mmorgan left #evergreen
17:34 khuckins joined #evergreen
18:07 * phasefx says belatedly, "websocketd did work for me :)

Results for 2019-06-09

00:48 jamesrf joined #evergreen
03:27 jamesrf joined #evergreen
03:37 jamesrf joined #evergreen
05:01 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
05:03 jamesrf joined #evergreen
05:33 jamesrf joined #evergreen
05:52 jamesrf joined #evergreen
15:33 jamesrf joined #evergreen
15:38 sandbergja joined #evergreen
16:22 jamesrf joined #evergreen
17:30 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
17:47 sandbergja joined #evergreen
18:33 sandbergja joined #evergreen
19:53 jamesrf joined #evergreen

Results for 2019-06-08

02:40 jamesrf joined #evergreen
04:12 jamesrf joined #evergreen
05:02 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
07:12 jamesrf joined #evergreen
08:37 jamesrf joined #evergreen
08:47 jamesrf joined #evergreen
14:38 jamesrf joined #evergreen
14:46 sandbergja joined #evergreen
17:01 sandbergja joined #evergreen
17:01 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
19:10 sandbergja joined #evergreen
20:21 sandbergja joined #evergreen
21:07 sandbergja joined #evergreen

Results for 2019-06-07

01:37 sandbergja joined #evergreen
01:42 jamesrf joined #evergreen
01:49 sandbergja joined #evergreen
05:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
05:29 jamesrf joined #evergreen
06:54 jamesrf joined #evergreen
07:04 rjackson_isl joined #evergreen
09:30 yboston joined #evergreen
09:32 stephengwills joined #evergreen
09:51 Christineb joined #evergreen
10:07 csharp so I'm interested in testing/signing off/committing a couple of security fixes.  Could someone who's done those before please guide me about the protocol around embargoes, etc.?
10:09 jeff signing off can be accomplished by pushing a branch to the security repo.
10:10 jeff testing is similar.
10:10 jeff commits to main or working repo should be coordinated with a release.
10:10 jeff coordination can happen in the bug and/or on the security list.
10:11 gmcharlt and the actual coordination when we're ready to make a release is discussed elsewhere
10:11 csharp ok - sounds good
10:11 jeff security repo is at git@git.evergreen-ils.org:security/Evergreen and you should have access, otherwise holler.
10:28 mmorgan joined #evergreen
11:21 Dyrcona joined #evergreen
11:24 sandbergja joined #evergreen
11:36 pinesol [opensrf|John Merriam] LP#1824181: Allow 1st arg to logger to be string or subroutine - <http://git.evergreen-ils.org/?p​=OpenSRF.git;a=commit;h=9a90f82>
11:36 pinesol [opensrf|Galen Charlton] LP#1824181: add test cases - <http://git.evergreen-ils.org/?p​=OpenSRF.git;a=commit;h=703809d>
11:36 pinesol [opensrf|John Merriam] LP#1824184: Change potentially slow log statements to subroutines - <http://git.evergreen-ils.org/?p​=OpenSRF.git;a=commit;h=32c6058>
11:49 jihpringle joined #evergreen
12:17 mmorgan We've had some staff users installing Hatch and seeing 'no printers found' in the web client. Anyone seen this? Common causes?
12:17 mmorgan I think some of these issues may be related to different Windows users on the same computer.
12:38 mmorgan jihpringle: Thanks, I'll take a look!
12:38 mmorgan jihpringle++
12:41 JBoyer I would also be curious if the installer in bug 1830391 helped with mmorgan's issue
12:41 pinesol Launchpad bug 1830391 in Evergreen "Hatch omnibus circa 3.3 (Java updates and more)" [Undecided,New] https://launchpad.net/bugs/1830391
12:44 mmorgan joined #evergreen
13:09 stephengwills joined #evergreen
13:22 yar joined #evergreen
16:22 JasonEDN1 joined #evergreen
16:32 gregb_fcls_ joined #evergreen
16:45 yar joined #evergreen
17:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
17:23 jamesrf joined #evergreen
17:32 gmcharlt https://evergreen-ils.org/opensrf-​3-0-3-and-opensrf-3-1-1-released/
17:34 jamesrf joined #evergreen

Results for 2019-06-06

00:12 jamesrf joined #evergreen
03:26 csharp joined #evergreen
05:01 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
05:09 jamesrf joined #evergreen
06:45 agoben joined #evergreen
07:10 rjackson_isl joined #evergreen
15:04 sandbergja dluch++
16:02 stephengwills joined #evergreen
16:02 stephengwills left #evergreen
17:31 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
19:00 mrArcadeX joined #evergreen
19:04 mrArcadeX Hello
19:04 mrArcadeX I have an Evergreen question if anyone is available.

Results for 2019-06-05

00:00 sandbergja joined #evergreen
03:11 yar joined #evergreen
05:01 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
05:37 yar joined #evergreen
07:07 agoben joined #evergreen
07:11 rjackson_isl joined #evergreen
12:37 csharp JBoyer: has anyone been monkeying around with match sets? might be that some sort of dupe checking got borked
12:38 JBoyer Nope, this is open a record from an opac search, click the edit tab, click Save, lose you TCN.
12:39 csharp ouch
12:39 JBoyer Which I finally made myself take the time to verify against one of our other test installs and of course that doesn't happen, so it's time for some spelunking fun...
12:39 csharp sorry :-(
12:40 rjackson_isl spelunking used to be fun - several decades ago...
12:40 csharp it is ringing some sort of bell - maybe we saw something like that during our test phase
12:40 * csharp blows the dust off 3.2 testing issue spreadsheet
12:43 csharp JBoyer: probably not it, but can you verify that the fix for https://bugs.launchpad.net/evergreen/+bug/1764542 was applied?
12:43 pinesol Launchpad bug 1764542 in Evergreen "Incorrect format on config.metabib_field insert results in segmentation fault" [High,Fix released]
12:43 csharp should have been included in 3.2.2+
12:45 JBoyer I'm 1000% certain that's already in our db, because I applied that one the day *after* we upgraded to a version affected by it. I believe you helped me narrow down what was happening while everything was aflame.
12:48 JBoyer There still are display issues with TCN labels and bib id values in the Z39.50 importer, but that's just a UI issue, it isn't doing anything crazy.
12:48 csharp Elaine is out today - otherwise I'd ask her about it
12:58 yboston joined #evergreen
13:14 dbwells JBoyer: I am interested in testing what you are seeing, but not sure I understand.  You are saving a record and seeing tcn_value in biblio.record_entry get updated somehow?
13:15 JBoyer Aha. commit 4877cfe904483e181697cc48754395f34f28faf9 changed a pcrud.update call to an open-ils.cat.biblio.record.marc.replace api call for record edits. And sub biblio_record_replace_marc in Open-ILS/Application/Cat/Bibcommon.pm cares very much about tcns.
13:15 pinesol JBoyer: [evergreen|Bill Erickson] LP1693580 Marc editor notify and API changes - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=4877cfe>
13:16 JBoyer dbwells, What was happening here was that we had the "Cat: Maintain 001/003/035 according to the MARC21 specification" global flag enabled, and the "Cat: Use Internal ID for TCN Value" global flag disabled.
15:52 jeff select Cataloging -> Search the Catalog... nested iframe again.
15:52 gmcharlt jeff: <iframe loading="eager"> ?
15:53 Dyrcona Meh.... Template's a mess.. I need some key strokes to match END with the construct that it's closing.....
15:53 jeff gmcharlt: possibly! testing!
15:54 jeff gmcharlt++ even if this isn't the issue...
15:54 gmcharlt yeah, BigRig just mentioned the advent of lazy loading in Chrome 75 as being a potential problem
15:55 jeff i see more Canary Yellow in my future
15:59 jeff alas, simply adding loading="eager" to templates/staff/share/t_eframe.tt2 didn't seem to resolve the current symptoms.
16:37 jeff That seems to have done the trick.
16:42 jeff er, I also left loading="eager" in there... unclear if it's required, but I'd be interested to hear more about BigRig's experience there.
16:44 jeff so, looking at that bug it's likely anyone on 3.1.7 or higher was not even affected.
16:44 BigRig jeff not much experience. It was reported by a customer. I upated my chrome to v75 and did not get any issues. but I did not really do an indepth testing.
16:44 BigRig that might explain why I did not have any issues.
17:24 yar joined #evergreen
17:31 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
17:49 jonadab joined #evergreen
17:49 yboston joined #evergreen
17:53 jamesrf joined #evergreen

Results for 2019-06-04

03:23 jamesrf joined #evergreen
03:43 jamesrf joined #evergreen
03:56 timo75 joined #evergreen
05:01 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
05:28 jamesrf joined #evergreen
06:14 JasonEDN joined #evergreen
07:11 rjackson_isl joined #evergreen
09:41 Dyrcona A JSON string is always quoted.
09:41 bos20k Will try.  Thanks.
09:42 Dyrcona I'm also pretty sure that setting value will bite you if it is what I think it is.
09:42 bos20k Looking to try minimum password length of 12 in a test system.
09:42 Dyrcona That's not minimum, that's exactly 12, IIRC.
09:43 Dyrcona And, it's not the setting I thought it was. :)
09:43 Dyrcona I should have paid more attention to the DETAIL line... :)
15:32 gmcharlt which basically boils down to if, and under what circumstances, we want to allow duplicate menu entries in the staff interface
15:32 jeff It would be good to get a new Hatch build out there, especially with regard to the Oracle license changes. To the best of my understanding, the only Hatch that works well with OpenJDK is not available on the download page yet.
15:33 gmcharlt JBoyer: any obstacle to ^^ that folks can help with?
15:34 JBoyer To my knowledge all that's really needed is testing. berick has a branch available to build your own windows installer with all of the new openjdk bits
15:34 JBoyer (looping up lp)
15:35 JBoyer Ah, bug 1830391 and there's also a pre-built installer to test.
15:35 pinesol Launchpad bug 1830391 in Evergreen "Hatch omnibus circa 3.3 (Java updates and more)" [Undecided,New] https://launchpad.net/bugs/1830391
15:36 JBoyer being an omnibus bug including Eg patches for one of the issues addressed might make it slightly more work to test, but if anyone wants to sign off on what they can test I'm sure it would help.
15:37 gmcharlt #info Call for testers for Hatch ombnibus bug 1830391 (https://bugs.launchpad.net/evergreen/+bug/1830391)
15:37 pinesol Launchpad bug 1830391 in Evergreen "Hatch omnibus circa 3.3 (Java updates and more)" [Undecided,New]
15:37 jeff Once it has signoff and is committed / etc, how does the installer generally make it to the download page for Hatch? Ad hoc at the moment?
16:00 miker gmcharlt++
16:29 yboston joined #evergreen
17:11 mmorgan left #evergreen
17:25 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
18:37 yar joined #evergreen
21:04 dwgreen joined #evergreen
21:22 sandbergja joined #evergreen

Results for 2019-06-03

03:53 kip joined #evergreen
03:53 dkyle joined #evergreen
03:59 genpaku joined #evergreen
05:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
05:42 jamesrf joined #evergreen
05:47 jamesrf joined #evergreen
05:55 JasonEDN joined #evergreen
11:30 remingtron_ joined #evergreen
11:55 jihpringle joined #evergreen
12:05 yboston joined #evergreen
12:11 Dyrcona I'm trying to test the autorenew event, 124. Does it have to run at 1:00 am to renew the daily circulations?
12:15 Dyrcona Ah. Bet I need to set max_auto_renewal.
12:17 sandbergja joined #evergreen
12:24 JBoyer joined #evergreen
15:47 JasonEDN1 joined #evergreen
16:23 dkyle joined #evergreen
16:27 yboston joined #evergreen
17:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
17:09 mmorgan left #evergreen
17:39 sandbergja_ joined #evergreen
18:02 JasonEDN joined #evergreen

Results for 2019-06-02

03:41 felicia joined #evergreen
03:42 jgoodson joined #evergreen
04:47 jamesrf joined #evergreen
05:10 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
10:22 jamesrf joined #evergreen
11:09 jamesrf joined #evergreen
11:11 sandbergja joined #evergreen
14:19 sandbergja joined #evergreen
15:34 jamesrf joined #evergreen
16:49 sandbergja joined #evergreen
17:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
18:49 JasonEDN1 joined #evergreen
19:17 jamesrf joined #evergreen
20:12 sandbergja joined #evergreen

Results for 2019-06-01

02:55 JasonEDN1 joined #evergreen
03:02 JasonEDN joined #evergreen
04:27 jamesrf joined #evergreen
05:01 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
05:17 jamesrf joined #evergreen
07:51 aabbee joined #evergreen
09:24 jamesrf joined #evergreen
10:50 sandbergja joined #evergreen
15:09 jamesrf joined #evergreen
15:48 jamesrf joined #evergreen
17:01 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
17:30 sandbergja joined #evergreen
17:44 jamesrf joined #evergreen

Results for 2019-05-31

05:01 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
06:49 jamesrf joined #evergreen
07:09 jamesrf joined #evergreen
07:09 rjackson_isl joined #evergreen
08:52 mmorgan joined #evergreen
09:05 remingtron joined #evergreen
09:57 Stompro joined #evergreen
10:34 pinesol [evergreen|Kyle Huckins] lp1789257 Items Out Monograph Part Column - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=038a400>
10:45 pinesol [evergreen|Kyle Huckins] LP#1789256 Monograph Part Column in Check Out - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=619eb2f>
10:47 pinesol [evergreen|Jason Stephenson] LP 115706: Avoid Internal Server Errors with Hold Count Retrieval - <http://git.evergreen-ils.org/?p=​Evergreen.git;a=commit;h=d2fe58a>
12:03 jihpringle joined #evergreen
13:16 sandbergja joined #evergreen
13:31 yboston joined #evergreen
16:54 jeff you timed out just as I sent that a few minutes ago :-)
16:55 jamesrf thanks got it
16:56 Bmagic Has anyone got OCLC Z39.50 settings to include UPC for Evergreen?
17:01 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
17:08 mmorgan left #evergreen
18:04 jamesrf joined #evergreen
18:22 sandbergja BMagic: If you mean searching OCLC via Z39.50 in the Evergreen client, there is this: https://bugs.launchpad.net/evergreen/+bug/1768902

Results for 2019-05-30

00:18 eady joined #evergreen
01:53 sandbergja joined #evergreen
03:30 jamesrf joined #evergreen
05:00 pinesol News from qatests: Testing Success <http://testing.evergreen-ils.org/~live>
05:57 jamesrf joined #evergreen
07:03 rjackson_isl joined #evergreen
07:14 JBoyer 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 144 145 146 147 148 149 150