commit | d09dad921fd6e140941035a9e6b3060065687c60 | [log] [tgz] |
---|---|---|
author | Bogdan Caprita <caprita@google.com> | Thu Mar 17 17:20:15 2016 -0700 |
committer | Bogdan Caprita <caprita@google.com> | Fri Mar 18 04:46:47 2016 +0000 |
tree | 3c8c9d105f10849b7fac38979c5150170220d8b3 | |
parent | 7f5ad1dfca703e66070d1fe62f05876f55815799 [diff] |
test: clears the namespace roots in tests Currently, any test that doesn't create its own mounttable 'inherits' the default namespace root, "/(dev.v.io:role:vprod:service:mounttabled)@ns.dev.v.io:8101". We don't want this kind of dependency in tests, both to isolate tests and to prevent undue load on the prod mounttable. This change clears the namespace roots when using V23Init to create a context. This 'cleanup' is part of a larger effort to get all the tests to use some sort of test context. Change-Id: I5ab4e1edcfaa83e19ab6b5cf93061ab21195a289
This repository contains a reference implementation of the Vanadium APIs.
Unlike the APIs in https://github.com/vanadium/go.v23, which promises to provide backward compatibility this repository makes no such promises.