Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
0e85a49af1c996149a1715cbfb0ababe667aeeb3
/
configadmin
/
src
/
test
d9fb05c
FELIX-3200 Track ManagedService[Factory] PID changes
by Felix Meschberger
· 13 years ago
90cacd3
remove unneeded import
by Felix Meschberger
· 13 years ago
1d2c0ff
FELIX-3046 Ensure empty arrays and collections are written out to the files and read again
by Felix Meschberger
· 13 years ago
52910b2
FELIX-3176 Implement Configuration Admin 4.1 changes:
by Felix Meschberger
· 13 years ago
0371036
FELIX-3176 Implement Configuration Admin 4.1 changes:
by Felix Meschberger
· 13 years ago
fff99df
FELIX-3176 Implement Configuration Admin 4.1 changes:
by Felix Meschberger
· 13 years ago
a4b79b1
FELIX-3175 Fix the RankingComparator to accomodate for services to be sorted in collections (array, set) according to regular service.ranking property as well as service.cmRanking (for ConfigurationPlugins) ordering. Added unit tests to make sure the comparator works as expected.
by Felix Meschberger
· 13 years ago
6de5826
Add missing ASL license header
by Felix Meschberger
· 14 years ago
5522940
FELIX-2813 Make the service registration field volatile and ensure the asynchronous threads are started only after registering the service and stopped before unregistering the service.
by Felix Meschberger
· 14 years ago
9e55394
FELIX-2813 This test shows the issue, even though it does not fail. If somebody knows how to make a test fail if another thread throws a NPE, feel free to jump in.
by Marcel Offermans
· 14 years ago
1f576be
FELIX-2184 The definitions of PID and configuration property name syntax are actually only recommendations not prescriptions. Thus PIDs may technically be any string and should be accepted from both the party setting up new configuration as well as from persistence. Adding tests to verify this.
by Felix Meschberger
· 14 years ago
0ad1bc1
Add some delay in the ConfigurationBindingTest to ensure newly created configurations are not immediately distributed to starting bundles.
by Felix Meschberger
· 14 years ago
e1b83de
FELIX-1545 Use DEBUG level for log messages during test
by Felix Meschberger
· 14 years ago
1a3c980
FELIX-1545 Adding Pierre de Rop's stress test (thanks alot for providing) to the integration test suite and changed the way the last update field is set: It is now set to the value of the last modification time field at the time the properties were retrieved from the configuration for the asynchronous update call.
by Felix Meschberger
· 14 years ago
3aad57c
FELIX-2554 simplify integration test setup by adding a build profile "ide" generating a version of the bundle easily accessible with PAX Exam both from within Maven build and from within IDEs
by Felix Meschberger
· 14 years ago
8ac82ae
FELIX-1727 fixed key validation allowing leading dots and throwing on
by Felix Meschberger
· 15 years ago
c3e1992
FELIX-1545 remove System.out.println() from helper classes ...
by Felix Meschberger
· 15 years ago
d66e955
FELIX-1545 integration testcases exhibiting the concurrency issues of
by Felix Meschberger
· 15 years ago
779dec7
Instead of just sitting for a number of seconds we add a ConfigurationAdmin
by Felix Meschberger
· 15 years ago
ed509ef
Have to explicitly state the test bundle and not scan the target
by Felix Meschberger
· 15 years ago
0c0e48e
FELIX-1448 setting the static bundle to a different location than
by Felix Meschberger
· 15 years ago
440c633
FELIX-1488 Since the reassignement of configuration is desired but not
by Felix Meschberger
· 15 years ago
a1c197e
FELIX-1488 Since the reassignement of configuration is desired but not
by Felix Meschberger
· 15 years ago
9ca9dc7
FELIX-1508 Have to adapt the overwritten method signature
by Felix Meschberger
· 15 years ago
c214c5d
FELIX-1488 ConfigurationAdminImpl.getConfiguration(String) should set
by Felix Meschberger
· 15 years ago
b571457
FELIX-1488 support for another use case:
by Felix Meschberger
· 15 years ago
d19cf36
FELIX-1488 configuration replacement if static bundle binding is
by Felix Meschberger
· 15 years ago
c383c3b
FELIX-1488 dynamic binding must not be removed before initiating the
by Felix Meschberger
· 15 years ago
2e1e709
Further integration tests and split up of tests into
by Felix Meschberger
· 15 years ago
ca25c51
Split integration tests into separate classes with a
by Felix Meschberger
· 15 years ago
acdb337
FELIX-1488 Setting a static configuration binding must
by Felix Meschberger
· 15 years ago
2a91ce2
FELIX-1488 Dynamic configuration bindings have to also be
by Felix Meschberger
· 15 years ago
33e690c
Integration tests for :
by Felix Meschberger
· 15 years ago
6d27a0a
FELIX-1486 support testing with multi-value PIDs
by Felix Meschberger
· 15 years ago
a2c2fc6
Remove FailureActivator not ready for SVN yet (erroneously committed
by Felix Meschberger
· 15 years ago
71385b0
FELIX-1479 Enhance FilePersistenceManager by checks for the system
by Felix Meschberger
· 15 years ago
f954cc4
FELIX-1165 Integration test ensuring ManagedService reconfiguration
by Felix Meschberger
· 15 years ago
c12bbf5
FELIX-1165 Ensure setting the service reference field for a ManagedService
by Felix Meschberger
· 15 years ago
3121d7a
FELIX-1484 integration test ensuring bundle location of configuration
by Felix Meschberger
· 15 years ago
e40b291
Ensure configuration directory for the mock goes into target to be cleaned properly
by Felix Meschberger
· 16 years ago
4e0acb3
FELIX-903 testcases to verify felix.cm.loglevel property use
by Felix Meschberger
· 16 years ago
dcb98d4
FELIX-903 add felix.cm.loglevel property to limit the log output
by Felix Meschberger
· 16 years ago
0f749f6
Remove those @author and @version tags
by Felix Meschberger
· 16 years ago
c9356b2
FELIX-890 Configuration.getProperties() must return a full copy of the
by Felix Meschberger
· 16 years ago
192227e
FELIX-889 Ensure arrays of primitives are also accepted plus some more test cases
by Felix Meschberger
· 16 years ago
8e49b2b
FELIX-879 Replace Vector by Collection and copy provided
by Felix Meschberger
· 16 years ago
1c0b349
SLING-522 Verify the correctness of the key according to symbolic-name
by Felix Meschberger
· 17 years ago
47b825b
Correct license headers.
by Carsten Ziegeler
· 17 years ago
d901827
Ensure the test directories are created in the target folder
by Felix Meschberger
· 17 years ago
a2cfb09
FELIX-316 Configuration Admin should use the bundle data storage area by default.
by Felix Meschberger
· 17 years ago
6b086e7
FELIX-316 Configuration Admin should use the bundle data storage area by default.
by Felix Meschberger
· 17 years ago
7b769dc
Replace ISO-88591-1 character by proper Java Unicode Escape to prevent compilation issues on non-ISO-8859-1 platforms
by Felix Meschberger
· 18 years ago
642b48e
Fix wrong license headers
by Felix Meschberger
· 18 years ago
add2b4a
FELIX-11 Implement Configuration Admin (Initial Checkin)
by Felix Meschberger
· 18 years ago