<table><tr><td style="">fvogt added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D10716">View Revision</a></tr></table><br /><div><div><blockquote style="border-left: 3px solid #8C98B8;
          color: #6B748C;
          font-style: italic;
          margin: 4px 0 12px 0;
          padding: 8px 12px;
          background-color: #F8F9FC;">
<div style="font-style: normal;
          padding-bottom: 4px;">In <a href="https://phabricator.kde.org/D10716#391331" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">D10716#391331</a>, <a href="https://phabricator.kde.org/p/jriddell/" style="
              border-color: #f1f7ff;
              color: #19558d;
              background-color: #f1f7ff;
                border: 1px solid transparent;
                border-radius: 3px;
                font-weight: bold;
                padding: 0 4px;">@jriddell</a> wrote:</div>
<div style="margin: 0;
          padding: 0;
          border: 0;
          color: rgb(107, 116, 140);"><blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><p>Is it necessary to write the mock su/sudo in python? That introduces a big and mostly unnecessary dependency on python.</p></blockquote>

<p>Nope but that's what was easiest for me and I'm out of energy for this</p>

<blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><p>The testcases would be simpler if it used QTESTDATA and rows for the su/sudo and correct/incorrect password cases</p></blockquote>

<p>Something else I need to learn about.</p></div>
</blockquote>

<p>Ok, those aren't major issues anyway.</p>

<blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><p>By adding a new constructor to SuCommand which allows to specify the full path to su/sudo, testing would be much easier. It might be usable outside of the tests as well.</p></blockquote>

<p>I looked at that but I'd be scared of introducing binary incompatiblity.  This approach covers the current needs.</p></blockquote>

<p>I don't really like that there's now a config entry only used for and during testing, maybe an environment variable would work?</p>

<p>Other than that, this is still missing:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">Autotests need to be conditional based on BUILD_TESTING</li>
</ul>

<p>It would be nice to have a check for python3 as well, but IMO the message on failure should be obvious enough.</p></div></div><br /><div><strong>INLINE COMMENTS</strong><div><div style="margin: 6px 0 12px 0;"><div style="border: 1px solid #C7CCD9; border-radius: 3px;"><div style="padding: 0; background: #F7F7F7; border-color: #e3e4e8; border-style: solid; border-width: 0 0 1px 0; margin: 0;"><div style="color: #74777d; background: #eff2f4; padding: 6px 8px; overflow: hidden;"><a style="float: right; text-decoration: none;" href="https://phabricator.kde.org/D10716#inline-100263">View Inline</a><span style="color: #4b4d51; font-weight: bold;">jriddell</span> wrote in <span style="color: #4b4d51; font-weight: bold;">su:28</span></div>
<div style="margin: 8px 0; padding: 0 12px; color: #74777D;"><p style="padding: 0; margin: 8px;">Not sure what you mean by won't work anywhere else, it'll work using the kdesu_stub which is built by the local compile.  It doens't need kdesu_stub to be installed.</p></div></div>
<div style="margin: 8px 0; padding: 0 12px;"><p style="padding: 0; margin: 8px;">Now it doesn't - the comment was referring to the hardcoded path to kdesu_stub, which is now gone.</p>

<p style="padding: 0; margin: 8px;">To avoid such misleading comments in the future, you can mark a comment as done to prevent it from reappearing out of context.</p></div></div><br /><div style="border: 1px solid #C7CCD9; border-radius: 3px;"><div style="padding: 0; background: #F7F7F7; border-color: #e3e4e8; border-style: solid; border-width: 0 0 1px 0; margin: 0;"><div style="color: #74777d; background: #eff2f4; padding: 6px 8px; overflow: hidden;"><a style="float: right; text-decoration: none;" href="https://phabricator.kde.org/D10716#inline-100311">View Inline</a><span style="color: #4b4d51; font-weight: bold;">suprocess.cpp:122</span></div>
<div style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; white-space: pre-wrap; clear: both; padding: 4px 0; margin: 0;"><div style="padding: 0 8px; margin: 0 4px; background: rgba(151, 234, 151, .6);">    <span class="n">KConfigGroup</span> <span style="color: #004012">group</span><span class="p">(</span><span class="n">config</span><span class="p">,</span> <span style="color: #766510">"super-user-command"</span><span class="p">);</span>
</div><div style="padding: 0 8px; margin: 0 4px; background: rgba(151, 234, 151, .6);">    <span class="n">QByteArray</span> <span class="n">defaultPath</span> <span style="color: #aa2211">=</span> <span class="n">QByteArray</span><span class="p">(</span><span class="n">CMAKE_INSTALL_FULL_LIBEXECDIR_KF5</span><span class="p">)</span> <span style="color: #aa2211">+</span> <span style="color: #766510">"/kdesu_stub"</span><span class="p">;</span>
</div><div style="padding: 0 8px; margin: 0 4px; background: rgba(151, 234, 151, .6);">    <span class="n">QString</span> <span class="n">kdesuStubPath</span> <span style="color: #aa2211">=</span> <span class="n">group</span><span class="p">.</span><span class="n">readEntry</span><span class="p">(</span><span style="color: #766510">"kdesu_stub_path"</span><span class="p">,</span> <span class="n">QString</span><span style="color: #aa2211">::</span><span class="n">fromLatin1</span><span class="p">(</span><span class="n">defaultPath</span><span class="p">));</span>
</div></div></div>
<div style="margin: 8px 0; padding: 0 12px;"><p style="padding: 0; margin: 8px;">Use QStringLiteral instead.</p></div></div><br /><div style="border: 1px solid #C7CCD9; border-radius: 3px;"><div style="padding: 0; background: #F7F7F7; border-color: #e3e4e8; border-style: solid; border-width: 0 0 1px 0; margin: 0;"><div style="color: #74777d; background: #eff2f4; padding: 6px 8px; overflow: hidden;"><a style="float: right; text-decoration: none;" href="https://phabricator.kde.org/D10716#inline-100310">View Inline</a><span style="color: #4b4d51; font-weight: bold;">suprocess.h:75</span></div>
<div style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; white-space: pre-wrap; clear: both; padding: 4px 0; margin: 0;"><div style="padding: 0 8px; margin: 0 4px; "><span style="color: #a0a000">private</span><span class="p">:</span>
</div><div style="padding: 0 8px; margin: 0 4px; background: rgba(151, 234, 151, .6);">    <span class="n">friend</span> <span class="n">class</span> <span class="n">KdeSuTest</span><span class="p">;</span>
</div><div style="padding: 0 8px; margin: 0 4px; ">    <span style="color: #aa4000">enum</span> <span class="n">SuErrors</span> <span class="p">{</span>
</div></div></div>
<div style="margin: 8px 0; padding: 0 12px;"><p style="padding: 0; margin: 8px;">Still necessary?</p></div></div></div></div></div><br /><div><strong>REPOSITORY</strong><div><div>R299 KDESu</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D10716">https://phabricator.kde.org/D10716</a></div></div><br /><div><strong>To: </strong>jriddell, sitter, fvogt<br /><strong>Cc: </strong>fvogt, kde-frameworks-devel, michaelh, ngraham, bruns<br /></div>