Regarding Redis, it seems the script got the KEYS result alright.
2015-12-22 35604, 2015
chirlu`
I could then let it MGET/DEL the values in chunks, without needing SCAN.
2015-12-22 35639, 2015
opatel99
Any idea how to test a Flask redirect route? Could I just use assert301?
2015-12-22 35647, 2015
Nyanko-sensei joined the channel
2015-12-22 35632, 2015
D4RK-PH0ENiX has quit
2015-12-22 35630, 2015
ariscop joined the channel
2015-12-22 35601, 2015
JonnyJD_ has quit
2015-12-22 35619, 2015
JonnyJD_ joined the channel
2015-12-22 35605, 2015
darwin
chirlu`: you're not supposed to use "keys" in production, or in general, fwiw
2015-12-22 35610, 2015
darwin
it's ok for... some... uses
2015-12-22 35629, 2015
chirlu`
darwin: It’s a one-time cleanup script.
2015-12-22 35637, 2015
darwin
that would be one of those cases.
2015-12-22 35653, 2015
chirlu`
And the Redis version we use doesn’t have SCAN.
2015-12-22 35603, 2015
chirlu`
That’s why there was talk about updating it.
2015-12-22 35616, 2015
darwin
you can also parse the rdb
2015-12-22 35618, 2015
darwin
into json
2015-12-22 35622, 2015
darwin
and get keys / values that way
2015-12-22 35653, 2015
chirlu`
KEYS actually did succeed, but apparently the connection timed out when retrieving the values with MGET.
2015-12-22 35645, 2015
chirlu`
So unless it was accidental that KEYS worked, it should be enough to subdivide the MGET into multiple smaller ones.
2015-12-22 35637, 2015
chirlu`
And after one run, we’ll have perhaps 1% of the current number of keys left, so there won’t be issues anymore. ;-)
2015-12-22 35602, 2015
opatel99
How do I only run one test individually in CB?
2015-12-22 35628, 2015
inversechi has quit
2015-12-22 35607, 2015
inversechi joined the channel
2015-12-22 35605, 2015
YatharthROCK_ joined the channel
2015-12-22 35637, 2015
YatharthROCK_ has quit
2015-12-22 35653, 2015
YatharthROCK_ joined the channel
2015-12-22 35653, 2015
YatharthROCK_ has quit
2015-12-22 35653, 2015
YatharthROCK_ joined the channel
2015-12-22 35616, 2015
Freso
opatel99: Pong
2015-12-22 35626, 2015
Mineo has quit
2015-12-22 35630, 2015
YatharthROCK_
Freso: As I was saying yesterday about the "Warn users drafts are private" task, while I did see a GitHub PR to add a note to the website, the task also suggested considering excluding draft reviews from the public dumps as a perhaps a more elegant solution.
2015-12-22 35633, 2015
opatel99
Freso: Can you test the redirect is what you mant for it to b?
2015-12-22 35649, 2015
Freso
opatel99: Sure. Link?
2015-12-22 35654, 2015
Freso
YatharthROCK_: I replied to you last night.
2015-12-22 35656, 2015
YatharthROCK_
Do you think it would be better? If so, I could submit work I did to achieve that.
But I suddenly recalled that there was a mention of node legacy package for ubuntu.
2015-12-22 35625, 2015
chirlu`
Yes, exactly.
2015-12-22 35633, 2015
CJ_
chirlu`, Yes, but not explained.
2015-12-22 35655, 2015
CJ_
The instructions just say I might need the legacy package, but not why or how to tell if I do.
2015-12-22 35612, 2015
chirlu`
Well, the intention is that you install all the packages mentioned.
2015-12-22 35632, 2015
chirlu`
It’s just singled out because it may fail on old Ubuntu releases.
2015-12-22 35635, 2015
YatharthROCK_ joined the channel
2015-12-22 35611, 2015
chirlu`
The problem is that there is another node program, unrelated, with older naming rights.
2015-12-22 35634, 2015
CJ_
Understood. I was just pointing out that the instructions were unclear.
2015-12-22 35640, 2015
CJ_
"Depending on your Ubuntu version, another package might be required, too:"
2015-12-22 35600, 2015
chirlu`
What wording would you suggest?
2015-12-22 35607, 2015
CJ_
I would move that down to where gulp is first called and point out that if it does not work then to install that pacakge.
2015-12-22 35614, 2015
CJ_
Or something to that effect.
2015-12-22 35656, 2015
YatharthROCK_
From the IRC logs, it seems BitBucket went down sometime yesterday; however, now the repo seems to just have been deleted. Is this temporary? Previously, BitBucket was the preferred platform for PRs; is GitHub the only (and thus preferred) platform to make PRs on now?
2015-12-22 35606, 2015
CJ_
Also, I am getting the "DEVELOPMENT_SERVER should be set to either 0 or 1" error. I set the variable in DBPrefs but it still errors out.