TestNG parser problem

Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.

Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Except Fisheye and Crucible

Symptoms

After enabling TestNG report parser Bamboo reports an error after build completes. The following appears in the log:

1 [JDBCExceptionReporter] Batch entry 14 insert into TEST_CASE (TEST_CLASS_ID, TEST_CASE_NAME, SUCCESSFUL_RUNS, FAILED_RUNS, AVG_DURATION, FIRST_BUILD_NUM, LAST_BUILD_NUM, QUARANTINING_USERNAME, QUARANTINE_DATE, TEST_CASE_ID) values (599752707, testSubsequentChangeDetections(f22d51f401b7d6ff22f6b1c611b95ebe757e47bf, 4, 303d0e7fcf7bea81729d050d9716963eb5a25815, [Repository has changed but Bamboo is unable to extract changes between revision f22d51f401b7d6ff22f6b1c611b95ebe757e47bf and 303d0e7fcf7bea81729d050d9716963eb5a25815.]), 0, 0, 0, -1, -1, NULL, NULL, 599785877) was aborted. Call getNextException to see the cause.

Cause

One of the upgrade tasks dating from 2010 was not executed properly.

Resolution

PostgreSQL:

1 2 3 4 5 ALTER TABLE test_case ALTER COLUMN test_case_name TYPE character varying(4000); ALTER TABLE test_class ALTER COLUMN test_class_name TYPE character varying(4000);
Updated on April 8, 2025

Still need help?

The Atlassian Community is here for you.