Testing Complex Systems - Preface

Testing Complex Systems organizes and presents material that can be used to help test concurrent and distributed computer systems.

Testing Complex Systems - Document Sources

The Testing Complex Systems online environment involves 3 separate web-UIs for now:

  • Original Testing Complex Systems website - A readable and broad presentation of "test platforms" and a Python data handling pattern to implement them called gDS (global Data Store). There is a "publish date" listed for the site at the top of every website page.

  • Original Testing Complex Systems GitHub Repo - This GitHub repo contains example Python test-platform code, along with example gDS schema and table-handling code. It can be cloned and viewed on Windows or Linux-like systems, but at this time it runs only on Linux. For details about the issues involved, ask your favorite AI chatterbox: “Python multiprocessing — Windows vs. Linux”.

  • A fancy presentation of the GitHub repo docs from above - A website of README files stripped from the above GitHub repo and presented using MkDocs and GitHub Pages. The docs are staged on https://GitHub.com/talborough/tcsDocs.