benoitdm-oslandia / pg_featureserv

Apache License 2.0
1 stars 0 forks source link

Task - create a test to validate the weak eTag creation #48

Closed benoitdm-oslandia closed 1 year ago

benoitdm-oslandia commented 2 years ago

Idées :

SELECT pg_xact_commit_timestamp(xmin), * FROM YOUR_TABLE_NAME where ID=VALUE;
func getWeakETag (table, id) []byte {
    return cache[table][id] 
}
benoitdm-oslandia commented 2 years ago

cloned from #35

benoitdm-oslandia commented 2 years ago

marked this issue as related to #35

benoitdm-oslandia commented 2 years ago

@nrevelant penses à cocher les checkboxes pour valider les étapes. Tu peux aussi en rajouter ...

benoitdm-oslandia commented 2 years ago

marked this issue as a duplicate of #51

benoitdm-oslandia commented 2 years ago

marked this issue as related to #51

benoitdm-oslandia commented 2 years ago

In GitLab by @nrevelant on Nov 3, 2022, 13:45

marked the task écrire un test GET sans condition pour vérifier le weakETag extrait du StrongETag as completed

benoitdm-oslandia commented 2 years ago

In GitLab by @nrevelant on Nov 3, 2022, 13:45

marked the task rédiger la fonction getWeakETag avec mock as completed

benoitdm-oslandia commented 2 years ago

In GitLab by @nrevelant on Nov 3, 2022, 13:45

marked the task écrire un test GET avec une condition If-None-Match sur le weak eTag as completed

benoitdm-oslandia commented 2 years ago

In GitLab by @nrevelant on Nov 3, 2022, 13:45

marked the task rédiger la fonction générant le weakETag en base si nouvelle feature as completed

benoitdm-oslandia commented 2 years ago

In GitLab by @nrevelant on Nov 3, 2022, 13:45

marked the task rédiger la fonction récupérant le weakETag en base si feature déjà présente as completed