reliability
Here are 114 public repositories matching this topic...
-
Updated
May 4, 2020 - HTML
-
Updated
May 3, 2020
expected input in json file : "tolerance": true,
but chaos init tolerance input is written as "tolerance": "True"
Some patterns should be avoided when writing programs with P# (especially as some of them can break our controlled testing infrastructure). We should make sure to document these.
-
Updated
Jun 28, 2019 - Go
-
Updated
May 23, 2020 - C#
-
Updated
Oct 31, 2019
Add document for docs/issue_process.md to summarize how we should use issues and do a PR.
This should include:
- What the labels mean.
- What they imply for people's work queue (design and feature issues versus bugs)
- How to close them.
- How to integrate issues into meetings (read before meeting, add comments after meeting)
Make a PR.
-
Updated
Jun 18, 2018 - PowerShell
-
Updated
Jul 24, 2019 - Shell
The following text is a request from Emmanuel Ardillon in the EDF internal bug tracker:
Subset simulation is available in OpenTURNS, but it does not appear either in the "Theory" part of the doc or in the "Examples" part.
The only available information concerns the SubsetSampling class in the API part of the doc.
An example would make it more accessible to users.
What is needed:
- a use cas
-
Updated
Feb 21, 2020 - Pascal
-
Updated
May 22, 2020 - C
Many aspects of Streamly are written in spaghetti code... Functions should be explicit and should take input rather than reading global variables.
More object-oriented functions should be used.
This will be the first code cleanup of Streamly!
Queue concatenation
Implement a Concatenate function for Q1Way and Q2Way. It would empty one queue by moving its elements into another queue.
Maybe having a drop-down and sorting out incidents based on their difficulty could be handy.
-
Updated
Dec 20, 2017 - JavaScript
-
Updated
Apr 21, 2020 - Python
-
Updated
May 18, 2020 - TeX
-
Updated
Mar 26, 2020 - Fortran
-
Updated
Jan 30, 2020 - JavaScript
I have some suggestions on how to make an actual documentation for OpenCossan (yes again development) and the internal Matlab documentation is horrible to use.
I will prepare an example of what I have in mind and present it at the first day of the Cossanthon.
-
Updated
May 19, 2020 - Go
-
Updated
Dec 24, 2018 - PHP
-
Updated
May 17, 2020 - Shell
In the Software module test planning tables, there is no way to indicate which test technique(s) were selected for the module/unit. Another field needs to be added to the Software test planning tables to allow the user to document which test technique(s) were selected.
This will be easiest to implement by adding a checkbox at the end of each row. It will also require a new field in the RTK Pr
Improve this page
Add a description, image, and links to the reliability topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the reliability topic, visit your repo's landing page and select "manage topics."
Hi all, our bug scanner has reported some NPE bugs.
1.The first one is at FileInJarReadableDataSource.java#L99 since the variable
inputStreammay benull.2.The second one is at [SimpleHttpClient.java#L1