PromucFlow_constructor/app/client/cypress/integration/Smoke_TestSuite/ServerSideTests
PiyushPushkar02 c40bdc6142
fix: PostgreSQL Trust Authentication Login (#19265)
### **Description**

- The PR removes the empty password validation check for PostgreSQL
while creating a new data source.
- The JUnit test case is added for the same. Implemented using a
separate PostgreSQL container with Trust Authentication enabled for the
Same.
- Please note for testing from UI perspective we have to create a user
with Trust auth enabled to validate the above changes.

Fixes  #14003

### **Type of Change**

- Bug Fix(non-breaking change which adds functionality)

### **How Has This Been Tested?**
- Manual
- JUnit TC added 

### **Checklist**:

- [x]  My code follows the style guidelines of this project
- [x]  I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ]  I have made corresponding changes to the documentation
- [ ]  My changes generate no new warnings
- [x] I have added tests that prove my fix is effective or that my
feature works
- [x]  New and existing unit tests pass locally with my changes
- [ ]  PR is being merged under a feature flag

### **QA activity:**

- [ ]  Test plan has been approved by relevant developers
- [ ]  Test plan has been peer reviewed by QA
- [ ] Cypress test cases have been added and approved by either SDET or
manual QA
- [ ] Organized project review call with relevant stakeholders after
Round 1/2 of QA
- [ ]  Added Test Plan Approved label after reveiwing all Cypress test
2023-01-13 11:27:27 +05:30
..
ApiTests feat: [Context Switching] Complex widgets and other Phase 2 items (#17046) 2022-12-08 12:51:58 +05:30
Datasources fix: add connection pool to MySQL plugin and fix issues due to Spring upgrade (#17873) 2023-01-09 14:04:51 +05:30
Datatypes feat: [Context Switching] Complex widgets and other Phase 2 items (#17046) 2022-12-08 12:51:58 +05:30
GenerateCRUD feat: [Context Switching] Complex widgets and other Phase 2 items (#17046) 2022-12-08 12:51:58 +05:30
JsFunctionExecution test: Script updates to unblock CI (#19685) 2023-01-11 17:24:33 +05:30
OnLoadTests fix: remove incorrect uncaughtPromiseRejection error (#19076) 2023-01-02 13:10:24 +05:30
Params test: Automated tests for Bug18376 + few flaky fixes (#18769) 2022-12-09 10:36:52 +05:30
Postgres_DataTypes feat: [Context Switching] Complex widgets and other Phase 2 items (#17046) 2022-12-08 12:51:58 +05:30
QueryPane fix: PostgreSQL Trust Authentication Login (#19265) 2023-01-13 11:27:27 +05:30