Skip to content

Commit

Permalink
test: added offchain worker enabling-related log to checkLogsNotExist
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandar Brayanov committed Nov 5, 2024
1 parent d9ddc08 commit 401e514
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/suites/para/test_tanssi_containers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@ describeSuite({
for (const log of logs) {
const logFilePath = getTmpZombiePath() + log;
await checkLogsNotExist(logFilePath, [
"Entering off-chain worker.",
"Shutdown error",
"Timeout when waiting for paritydb lock",
"Error waiting for chain",
Expand Down
1 change: 1 addition & 0 deletions test/suites/warp-sync/test_warp_sync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ describeSuite({
test: async function () {
const logFilePath = getTmpZombiePath() + "/Collator2000-02.log";
await checkLogsNotExist(logFilePath, [
"Entering off-chain worker.",
"Shutdown error",
"Timeout when waiting for paritydb lock",
"Error waiting for chain",
Expand Down
1 change: 1 addition & 0 deletions test/suites/zombie-tanssi-relay/test-tanssi-relay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ describeSuite({
"Error waiting for chain",
"Failed to start container chain",
"Shutting down container chain service",
"Entering off-chain worker.",
]);
}
},
Expand Down

0 comments on commit 401e514

Please sign in to comment.