Skip to content

Commit

Permalink
Bamboo project Deploy NextGen Compliance Doco deployed release-12
Browse files Browse the repository at this point in the history
  • Loading branch information
mettleci committed Dec 19, 2023
1 parent b4e7514 commit 8a06273
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compliance/Compliance.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ This page lists the example DataStage compliance rules suplied with MettleCI for
| [Unencrypted DB Passwords](Unencrypted DB Passwords.md) | Identifies connector stages which do not use encrypted passwords |
| [Unique Sort](Unique Sort.md) | Identifies unique sorts. |

Page generated by on Tue Dec 19 21:53:21 AEDT 2023
Page generated by on Tue Dec 19 22:31:46 AEDT 2023
3 changes: 2 additions & 1 deletion compliance/Flow Using Random Function.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Identify Transformers (or other stages) using Random functions which produce non

## Description

Rand(), Random() & Srandom() are functions which produce non-deterministic output. This will cause false positive in MettleCI Unit Testing results
`Rand()`, `Random()` and `Srandom()` are examples of functions which produce non-deterministic output.
Output columns whose values are dependent upon these functions will produce unexpected results which cannot, therefore, be useed in MettleCI unit tests.

## Actions

Expand Down

0 comments on commit 8a06273

Please sign in to comment.