morgana2313

Results 18 comments of morgana2313

We have a several tables with > 2G records each and some columns with `SMALLINT` columns that are queried like this: `SELECT SUM(col15), SUM(col16), SUM(col17) FROM table WHERE col1=1 and...

Hello Ige, > Op 3 apr. 2018, om 20:14 heeft Lars Ellenberg het volgende geschreven: > > @lge commented on this pull request. > > usually, if you think you...

I'm using csync2 in combination with lsync (to only start it when an inotify happens) in a dynamic environment where the config files are generated by Saltstack. There is a...

`curl -Ls https://bootstrap.saltstack.com | sh /dev/stdin -FXPdq stable` on ubuntu 22.04 gives me v3005 now: ``` Salt Version: Salt: 3005 Dependency Versions: cffi: Not Installed cherrypy: Not Installed dateutil: 2.8.1...

> can you rebase your branch against master from the start? it looks like you are pulling in changes from all over. which makes this almost impossible to review. Done.

@whytewolf: I have no idea how to proceed. The pr-opensuse-15-x86_64-py3-pytest says: `Failing after 71m — Run Tests (Fast): error in 'sh' step` but I don't understand how that may be...

@whytewolf, @nicholasmhughes: the tests give some errors that I think are unrelated to my changes. I don't know how to proceed, please advise.

> re-run pr-windows-2019-x64-py3-pytest I've triggered a rerun with a new push, but I don't see how I can trigger a rerun otherwise. I also removed the [WIP] tag in the...

> there may not be an existing test, that does happen. If possible would you be able to make a new test for the functionality? @whytewolf: I've added a stacked...

@whytewolf: The friendly PR-robot tells me > The function 'ext_pillar' on 'salt/pillar/stack.py' does not have a docstring That's true, but the docstring is in the top of the file. Should...