Config_db set/get is not working properly

The first argument to get() and set() is the context of the call. You need to use the appropriate context to ensure that the get()/set() calls are applied correctly. Using ‘null’ in your get() call will cause things not to get applied correctly.

Please review the UVM Cookbook for the config_db.