- 27 Jun, 2015 5 commits
- 22 Jun, 2015 7 commits
-
-
kytv authored
If several connection attempts are required Sikuli may not be able to find the #tails channel because several server notice tabs are to the left of it. To work around this we'll focus the conversation window and close tabs until the channel tab appears. Will-fix: #9517
-
kytv authored
-
kytv authored
Sometimes xdotool will fail to focus the buddy list window with the conversation window on top of it. We'll try closing the conversation window.
-
kytv authored
If we fail to connect to OFTC we'll use Vidalia to force a new Tor circuit then attempt to reconnect. Will-fix: #9517
-
kytv authored
This should allow some tests which fail due to transient network errors to succeed if re-run after requesting a new Tor circuit.
-
intrigeri authored
Fix-committed: #9317
-
intrigeri authored
Fix-committed: #9568
-
- 18 Jun, 2015 1 commit
-
-
intrigeri authored
Fix-committed: #9479
-
- 13 Jun, 2015 1 commit
-
-
kytv authored
-
- 12 Jun, 2015 6 commits
-
-
intrigeri authored
Fix-committed: #9329
-
anonym authored
The root user has special memory overcommit rules that may allow it to allocate memory enough to make the system unusable. Let's run fillram as a non-root user instead, to prevent the VM from stalling.
-
anonym authored
Previously we set oom_kill_allocating_task so the allocating process would be OOM killed. If we're really unlucky, that could be some other vital process, like the remote shell. Now we do not set oom_kill_allocating_task and instead set a high oom_adj for each fillram process instead.
-
anonym authored
The remote shell script name has changed, but we used the old name, so we actually never set the oom_adj for it. Behold the power of execute_successfully(), which discovered this issue!
-
anonym authored
-
anonym authored
The kernel documentation says [1] that "if you set this to lower than 1024KB, your system will become subtly broken, and prone to deadlock under high loads." This may explain why the VM sometimes becomes unrepsonsive, so let's not do that. [1] https://www.kernel.org/doc/Documentation/sysctl/vm.txt
-
- 11 Jun, 2015 1 commit
-
-
anonym authored
Fix-committed: #7249
-
- 10 Jun, 2015 5 commits
- 06 Jun, 2015 2 commits
- 05 Jun, 2015 1 commit
-
-
intrigeri authored
-
- 04 Jun, 2015 1 commit
-
-
anonym authored
Fix-committed: #9406
-
- 03 Jun, 2015 1 commit
-
- 02 Jun, 2015 3 commits
- 31 May, 2015 2 commits
- 29 May, 2015 1 commit
-
-
intrigeri authored
Merge remote-tracking branch 'origin/test/9425-enable-spice-and-asbolute-pointing-device' into stable Fix-committed: #9425
-
- 28 May, 2015 3 commits
-
-
kytv authored
Failing to focus the window before trying to activate the channel tab can result in the Buddy List/Roster window covering the window that we need to interact with. Will-fix: #9317
-
kytv authored
The tests will sometimes fail becase of errors communicating with the keyservers and because of Seahorse segfaulting. The purpose of this helper function is to make the cause of such failures easily evident.
-
kytv authored
(Related to #8298) Will-fix: #9344
-