Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14864855
D17680.id52690.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
740 B
Subscribers
None
D17680.id52690.diff
View Options
diff --git a/test/functional/setup_scripts/chronik-client_plugins.py b/test/functional/setup_scripts/chronik-client_plugins.py
--- a/test/functional/setup_scripts/chronik-client_plugins.py
+++ b/test/functional/setup_scripts/chronik-client_plugins.py
@@ -9,6 +9,7 @@
"""
import os
+import time
import pathmagic # noqa
from setup_framework import SetupFramework
@@ -38,6 +39,12 @@
from test_framework.chronik.client import pb
node = self.nodes[0]
+
+ # Set the mocktime so we don't have to account for the time first seen
+ # sorting when checking the transactions
+ now = int(time.time())
+ node.setmocktime(now)
+
yield True
chronik = node.get_chronik_client()
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, May 20, 22:53 (4 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5865887
Default Alt Text
D17680.id52690.diff (740 B)
Attached To
D17680: [chronik-client] Fix a bug in the plugins integration test
Event Timeline
Log In to Comment