Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a new GitHub workflow check designed to execute JDBC tests in par…
…allel query mode (#1898) This pull request introduces a new GitHub workflow check designed to execute JDBC tests in parallel query mode. The primary objective of this GitHub check is to verify the execution of JDBC tests with parallel query mode enabled. Presently, certain JDBC tests are encountering issues, such as crashes, failures, or timeouts when executed with parallel query mode enabled. These problematic tests have been excluded from this workflow check. As we work towards resolving these issues in the future, we will gradually remove these excluded tests from the scheduling file. Task: BABEL-4451 Signed-off-by: Sandeep Kumawat <[email protected]> add workflow for running jdbc-tests with enabled parallel query Handle exception gracefully inside JDBC test framework if remote server is crashed (#1681) Handle exception gracefully if remote server is crashed Current behaviour of test framework in event of remote server crash is that framework will get stuck without any error or anything. Recently we understood that it may also got stuck in infite loop of exception which would keep on getting buffered in corresponding test output file. This will keep on bloating output file if java process is not terminated which may in theory can cause out of disk space situation. This commit fixes that issue by identifying such exception and exitting the process. Task: None Signed-off-by: Dipesh Dhameliya <[email protected]> update ignore tests file Signed-off-by: Sandeep Kumawat <[email protected]> test1 test Signed-off-by: Sandeep Kumawat <[email protected]> test Signed-off-by: Sandeep Kumawat <[email protected]> test Signed-off-by: Sandeep Kumawat <[email protected]> test Signed-off-by: Sandeep Kumawat <[email protected]> empty commit test Signed-off-by: Sandeep Kumawat <[email protected]> test test Signed-off-by: Sandeep Kumawat <[email protected]> test Signed-off-by: Sandeep Kumawat <[email protected]> test Signed-off-by: Sandeep Kumawat <[email protected]> test Signed-off-by: Sandeep Kumawat <[email protected]> test Signed-off-by: Sandeep Kumawat <[email protected]> test Signed-off-by: Sandeep Kumawat <[email protected]> test Signed-off-by: Sandeep Kumawat <[email protected]> test Signed-off-by: Sandeep Kumawat <[email protected]> test Signed-off-by: Sandeep Kumawat <[email protected]> test Signed-off-by: Sandeep Kumawat <[email protected]> test Signed-off-by: Sandeep Kumawat <[email protected]> test Signed-off-by: Sandeep Kumawat <[email protected]> test Signed-off-by: Sandeep Kumawat <[email protected]> test Signed-off-by: Sandeep Kumawat <[email protected]> test Signed-off-by: Sandeep Kumawat <[email protected]> test Signed-off-by: Sandeep Kumawat <[email protected]> test Signed-off-by: Sandeep Kumawat <[email protected]> test Signed-off-by: Sandeep Kumawat <[email protected]> test Signed-off-by: Sandeep Kumawat <[email protected]> test Signed-off-by: Sandeep Kumawat <[email protected]> test Signed-off-by: Sandeep Kumawat <[email protected]> test Signed-off-by: Sandeep Kumawat <[email protected]> test Signed-off-by: Sandeep Kumawat <[email protected]> test Signed-off-by: Sandeep Kumawat <[email protected]> test Signed-off-by: Sandeep Kumawat <[email protected]> test Signed-off-by: Sandeep Kumawat <[email protected]> test Signed-off-by: Sandeep Kumawat <[email protected]> Signed-off-by: Sandeep Kumawat <[email protected]> test Signed-off-by: Sandeep Kumawat <[email protected]> test Signed-off-by: Sandeep Kumawat <[email protected]> test Signed-off-by: Sandeep Kumawat <[email protected]> test Signed-off-by: Sandeep Kumawat <[email protected]> test empty
- Loading branch information