guix/gnu/tests
Bruno Victal 0c53cbcc56
tests: gdm: Remove tmpfs related tests.
This test never managed to reveal the problem described in [1] because
from gnu/system/vm.scm it is seen that our "/tmp" mount is filtered out and
replaced with a "/tmp" file-system that is mounted with (needed-for-boot? #t).
This last bit is crucial as the problem was caused by the user specified "/tmp"
file-system lacking this part which caused "/tmp" being mounted after
x11-socket-directory-service has run, effectively shadowing the directory.

[1]: <https://issues.guix.gnu.org/57589>

* gnu/tests/gdm.scm (%test-gdm-wayland-tmpfs): Delete variable.
(make-os): Remove tmpfs? argument.
(run-gdm-test): Remove tmpfs? argument. Add a small delay since
waiting for gdm.pid is not enough, causing the tests to fail sporadically.

Reviewed-by: Josselin Poiret <dev@jpoiret.xyz>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-03-21 16:53:28 -04:00
..
data
audio.scm
base.scm services: dbus: Deprecate 'dbus-service' procedure. 2023-03-03 17:55:35 +01:00
ci.scm
cups.scm
databases.scm
desktop.scm
dict.scm
docker.scm services: dbus: Deprecate 'dbus-service' procedure. 2023-03-03 17:55:35 +01:00
file-sharing.scm
ganeti.scm
gdm.scm tests: gdm: Remove tmpfs related tests. 2023-03-21 16:53:28 -04:00
guix.scm
image.scm
install.scm
ldap.scm
lightdm.scm services: Add x11-socket-directory-service-type. 2023-03-21 16:53:27 -04:00
linux-modules.scm
mail.scm services: mail: Deprecate 'dovecot-service' procedure. 2023-03-03 17:55:34 +01:00
messaging.scm
monitoring.scm
networking.scm
nfs.scm
package-management.scm
reconfigure.scm
rsync.scm
samba.scm
security-token.scm
security.scm
singularity.scm
ssh.scm
telephony.scm
version-control.scm
virtualization.scm services: dbus: Deprecate 'dbus-service' procedure. 2023-03-03 17:55:35 +01:00
vnc.scm
web.scm