iceberg-project / ICEBERG-middleware

This repo contains the ICEBERG middleware as it is agreed by the members of the ICEBERG project.
MIT License
2 stars 1 forks source link

Fixing Seals id to be unique per possible user. #23

Closed iparask closed 4 years ago

iparask commented 4 years ago

This fixes #19.

Sessions id were: 'seals.0000' and the suffix was increasing by one per run. Now session ids are: seals.iparaskmac.iparask.018218.0000. This makes sure that not one user will have the same session name.

codecov[bot] commented 4 years ago

Codecov Report

Merging #23 into devel will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##            devel      #23   +/-   ##
=======================================
  Coverage   38.26%   38.26%           
=======================================
  Files           8        8           
  Lines         277      277           
=======================================
  Hits          106      106           
  Misses        171      171

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 887f84b...c2afff9. Read the comment docs.