- app – Application Server (non-web)
- sql – Database Server
- ftp – SFTP server
- mta – Mail Server
- dns – Name Server
- cfg – Configuration Management (puppet/ansible/etc.)
- mon – Monitoring Server (nagios, sensu, etc.)
- prx – Proxy/Load Balancer (software)
- ssh – SSH Jump/Bastion Host
- sto – Storage Server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local ServerStorage = game:GetService("ServerStorage") | |
| local UnitTests = ServerStorage:FindFirstChild("UnitTests") :: ModuleScript | |
| local erroredModules = {} | |
| for _, testModule in UnitTests:GetChildren() do | |
| local success, err = pcall(require, testModule) | |
| if not success then | |
| table.insert(erroredModules, { testModule:GetFullName(), err }) | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Sullivan King 13.4h | |
| Pendulum 9.8h | |
| Imperial Circus Dead Decadence 9.4h | |
| Fred again.. 6.5h | |
| Juelz 6.4h |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Fall Apart 1.7h | |
| Kora 1.6h | |
| 残酷さは其の亡骸を舐らざる 1.5h | |
| Gossip 1.4h | |
| 嚮導BRING+瞳EYES=死DEATH+齎INVITE 1.4h |