Skip to content
GitLab
Explorer
Connexion
S'inscrire
Navigation principale
Rechercher ou aller à…
Projet
S
stats-facil
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Wiki
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Extraits de code
Compilation
Pipelines
Jobs
Planifications de pipeline
Artéfacts
Déploiement
Releases
Registre de paquets
Registre de conteneur
Registre de modèles
Opération
Environnements
Modules Terraform
Surveillance
Incidents
Analyse
Données d'analyse des chaînes de valeur
Analyse des contributeurs
Données d'analyse CI/CD
Données d'analyse du dépôt
Expériences du modèle
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté
Contribuer à GitLab
Donner votre avis
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
facil
stats-facil
Validations
adbbcd60
Valider
adbbcd60
rédigé
10 years ago
par
Matthieu Aubry
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
note for linux users
parent
7afc4820
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Modifications
1
Masquer les modifications d'espaces
En ligne
Côte à côte
Affichage de
1 fichier modifié
tests/README.troubleshooting.md
+13
-12
13 ajouts, 12 suppressions
tests/README.troubleshooting.md
avec
13 ajouts
et
12 suppressions
tests/README.troubleshooting.md
+
13
−
12
Voir le fichier @
adbbcd60
...
@@ -4,6 +4,19 @@ If you have problems with running Piwik tests see below.
...
@@ -4,6 +4,19 @@ If you have problems with running Piwik tests see below.
If you cannot solve your issues please
[
ask in the forums
](
http://forum.piwik.org/list.php?9
)
If you cannot solve your issues please
[
ask in the forums
](
http://forum.piwik.org/list.php?9
)
## Important note for Linux users: fix for slow tests
If the tests are running incredibly slow on your machine, maybe you are running mysql DB on an ext4 partition?
Here is the tip that will save you hours of research: if you use Mysql on ext4 partition,
make sure you add "nobarrier" option to /etc/fstab to disable some super slow IO feature.
Change from:
`UUID=83237e54-445f-8b83-180f06459d46 / ext4 errors=remount-ro 0 1`
to this:
`UUID=83237e54-445f-8b83-180f06459d46 / ext4 errors=remount-ro,nobarrier 0 1`
## Using latest GIT version
## Using latest GIT version
On ubuntu to use the latest GIT:
On ubuntu to use the latest GIT:
...
@@ -32,15 +45,3 @@ On your dev server, give your user permissions to write to the directory:
...
@@ -32,15 +45,3 @@ On your dev server, give your user permissions to write to the directory:
$ sudo chmod 777 -R piwik/tmp/
$ sudo chmod 777 -R piwik/tmp/
**If you get the MySQL error number `2002`**
, try changing the
`[database_tests] host`
config option to
`"127.0.0.1"`
.
**If you get the MySQL error number `2002`**
, try changing the
`[database_tests] host`
config option to
`"127.0.0.1"`
.
## Troubleshooting SLOW tests
If the tests are running incredibly slow on your machine, maybe you are running mysql DB on an ext4 partition?
Here is the tip that will save you hours of research: if you use Mysql on ext4 partition,
make sure you add "nobarrier" option to /etc/fstab to disable some super slow IO feature.
Change from:
`UUID=83237e54-445f-8b83-180f06459d46 / ext4 errors=remount-ro 0 1`
to this:
`UUID=83237e54-445f-8b83-180f06459d46 / ext4 errors=remount-ro,nobarrier 0 1`
Ce diff est replié.
Cliquez pour l'agrandir.
Aperçu
0%
Chargement en cours
Veuillez réessayer
ou
joindre un nouveau fichier
.
Annuler
You are about to add
0
people
to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Enregistrer le commentaire
Annuler
Veuillez vous
inscrire
ou vous
se connecter
pour commenter