TestNG
- Dominant language
- Python
- Stars
- 855
- Forks
- 92
- PR merge metrics
- No merged PRs in 30d
Description
TestNG option is not working in this case due to packet failure. App.config is working without any errors but i am getting errors in database connectivity while update operation.
public BasicDataSource hsqlDataSource() {
BasicDataSource ds = new BasicDataSource();
ds.setUrl("jdbc:mysql://localhost:3306/test");
ds.setUsername("root");
ds.setPassword("root");
ds.setDriverClassName("com.mysql.cj.jdbc.Driver");
return ds;
Above is my code for connectivity also I have update all my code into ecom repo.
Contributor guide
No contributing guide indexed for this repository
Research direction
The report mentions TestNG, App.config, BasicDataSource, and an ecom repo, but names no files, tests, or reproducible operation in this repository. First verify whether the repository contains the reported Java and MySQL code; a useful resolution would require a reproducible update failure, identified cause, and confirmation that database connectivity works afterward.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, mysql
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 10/100