mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-14 02:07:59 -07:00
Remove reload fix from main (#4369)
The fix from #4360 will not work for v2.10 branch features so removing from dev and working on a different PR.
This commit is contained in:
@@ -2509,6 +2509,7 @@ func TestConfigReloadClusterPermsOldServer(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestConfigReloadAccountUsers(t *testing.T) {
|
||||
t.Skip("fix for this needs to be revisited for v2.10 release")
|
||||
conf := createConfFile(t, []byte(`
|
||||
listen: "127.0.0.1:-1"
|
||||
accounts {
|
||||
@@ -2726,6 +2727,7 @@ func TestConfigReloadAccountUsers(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestConfigReloadAccountWithNoChanges(t *testing.T) {
|
||||
t.Skip("fix for this needs to be revisited for v2.10 release")
|
||||
conf := createConfFile(t, []byte(`
|
||||
listen: "127.0.0.1:-1"
|
||||
system_account: sys
|
||||
|
||||
@@ -1202,9 +1202,6 @@ func (s *Server) configureAccounts(reloading bool) (map[string]struct{}, error)
|
||||
c.processUnsub(sid)
|
||||
}
|
||||
acc.addAllServiceImportSubs()
|
||||
s.mu.Unlock()
|
||||
s.registerSystemImports(acc)
|
||||
s.mu.Lock()
|
||||
}
|
||||
|
||||
// Set the system account if it was configured.
|
||||
|
||||
Reference in New Issue
Block a user